aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2013-07-08 17:07:15 +0000
committerJeff Law <law@redhat.com>2013-07-08 17:07:15 +0000
commit1de778ed23ce7492c523d5850c6c6dbb34152655 (patch)
tree0b1aa1226e29595f9a43fd22795d2b1b7b424db1 /ld/scripttempl
parent41741fa453af658fef20fd1863c36bdf5f953719 (diff)
downloadfsf-binutils-gdb-1de778ed23ce7492c523d5850c6c6dbb34152655.zip
fsf-binutils-gdb-1de778ed23ce7492c523d5850c6c6dbb34152655.tar.gz
fsf-binutils-gdb-1de778ed23ce7492c523d5850c6c6dbb34152655.tar.bz2
* scripttempl/elf.sc: Handle function names and other
text after .text.unlikely too.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/elf.sc2
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.*)}