diff options
Diffstat (limited to 'ld/scripttempl/nds32elf.sc')
-rw-r--r-- | ld/scripttempl/nds32elf.sc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/nds32elf.sc b/ld/scripttempl/nds32elf.sc index 065c984..8d8d6e3 100644 --- a/ld/scripttempl/nds32elf.sc +++ b/ld/scripttempl/nds32elf.sc @@ -438,6 +438,7 @@ cat <<EOF ${RELOCATING+*(.text.exit .text.exit.*)} ${RELOCATING+*(.text.startup .text.startup.*)} ${RELOCATING+*(.text.hot .text.hot.*)} + ${RELOCATING+*(SORT(.text.sorted.*))} *(.text .stub${RELOCATING+ .text.* .gnu.linkonce.t.*}) /* .gnu.warning sections are handled specially by elf.em. */ *(.gnu.warning) |