aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-09-04 06:35:29 +0000
committerAlan Modra <amodra@gmail.com>2009-09-04 06:35:29 +0000
commit4c4fb5dac57a7cc4704fffb1f2fc11634dccc833 (patch)
tree2c35a26ae7fccbd0e5afc279f170903766c487c8 /ld
parent66a6900a09dc32b8afc5bf61ee070084025232a7 (diff)
downloadgdb-4c4fb5dac57a7cc4704fffb1f2fc11634dccc833.zip
gdb-4c4fb5dac57a7cc4704fffb1f2fc11634dccc833.tar.gz
gdb-4c4fb5dac57a7cc4704fffb1f2fc11634dccc833.tar.bz2
* scripttempl/elf.sc (.text): Add cold text sections.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/scripttempl/elf.sc1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 56e69c3..62af1e1 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-04 Alan Modra <amodra@bigpond.net.au>
+
+ * scripttempl/elf.sc (.text): Add cold text sections.
+
2009-09-04 Jie Zhang <jie.zhang@analog.com>
* emulparams/elf32bfinfd.sh (OTHER_SECTIONS): Add .l2.text
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc
index d5cc3e6..886f578 100644
--- a/ld/scripttempl/elf.sc
+++ b/ld/scripttempl/elf.sc
@@ -410,6 +410,7 @@ cat <<EOF
.text ${RELOCATING-0} :
{
${RELOCATING+${TEXT_START_SYMBOLS}}
+ ${RELOCATING+*(.text.unlikely .text.*_unlikely)}
*(.text .stub${RELOCATING+ .text.* .gnu.linkonce.t.*})
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)