* scripttempl/elf.sc (.text): Add cold text sections.
authorAlan Modra <amodra@gmail.com>
Fri, 4 Sep 2009 06:35:29 +0000 (06:35 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 4 Sep 2009 06:35:29 +0000 (06:35 +0000)
ld/ChangeLog
ld/scripttempl/elf.sc

index 56e69c38e2bf0912a93d5d1f989926da5f40cb26..62af1e15b6d26c6691c855952bcd8562cde7487f 100644 (file)
@@ -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
index d5cc3e65c1a3511591511e37245276843e0f24d5..886f57865f7a64b696b7205086d58b93be8048d4 100644 (file)
@@ -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)