diff options
Diffstat (limited to 'ld/testsuite/ld-arm/fdpic-shared.ld')
-rw-r--r-- | ld/testsuite/ld-arm/fdpic-shared.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/fdpic-shared.ld b/ld/testsuite/ld-arm/fdpic-shared.ld index b1e262d..b710ffa 100644 --- a/ld/testsuite/ld-arm/fdpic-shared.ld +++ b/ld/testsuite/ld-arm/fdpic-shared.ld @@ -67,6 +67,7 @@ SECTIONS *(.text.exit .text.exit.*) *(.text.startup .text.startup.*) *(.text.hot .text.hot.*) + *(SORT(.text.sorted.*)) *(.text .stub .text.* .gnu.linkonce.t.*) /* .gnu.warning sections are handled specially by elf.em. */ *(.gnu.warning) |