diff options
Diffstat (limited to 'ld/testsuite/ld-arm/fdpic-main.ld')
-rw-r--r-- | ld/testsuite/ld-arm/fdpic-main.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/fdpic-main.ld b/ld/testsuite/ld-arm/fdpic-main.ld index d19a589..b01b630 100644 --- a/ld/testsuite/ld-arm/fdpic-main.ld +++ b/ld/testsuite/ld-arm/fdpic-main.ld @@ -76,6 +76,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) |