diff options
Diffstat (limited to 'ld/scripttempl/elf.sc')
-rw-r--r-- | ld/scripttempl/elf.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index 318e054..e8126cb 100644 --- a/ld/scripttempl/elf.sc +++ b/ld/scripttempl/elf.sc @@ -470,7 +470,7 @@ cat <<EOF .text ${RELOCATING-0} : { ${RELOCATING+${TEXT_START_SYMBOLS}} - ${RELOCATING+*(.text.unlikely .text.*_unlikely)} + ${RELOCATING+*(.text.unlikely .text.*_unlikely .text.unlikely.*)} ${RELOCATING+*(.text.exit .text.exit.*)} ${RELOCATING+*(.text.startup .text.startup.*)} ${RELOCATING+*(.text.hot .text.hot.*)} |