Skip to content

Commit

Permalink
Merge branch 'morello-fix-linker-script-for-gnat-llvm' into 'master'
Browse files Browse the repository at this point in the history
Fix the Morello linker script for use with GNAT-LLVM

See merge request eng/toolchain/bb-runtimes!56
  • Loading branch information
burratoo committed Nov 22, 2023
2 parents a14d174 + 0e56b4c commit 4221938
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aarch64/morello/common.ld
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ SECTIONS

. = ALIGN(0x1000);

.rela.dyn :
{
*(.rela.dyn)
*(.rela.dyn.*)
} > REGION_DATA

.data.rel.ro :
{
*(.data.rel.ro)
Expand Down

0 comments on commit 4221938

Please sign in to comment.