OSDN Git Service

* scripttempl/elf.sc: Group .text.exit, text.startup and .text.hot
authoramodra <amodra>
Thu, 25 Nov 2010 03:02:59 +0000 (03:02 +0000)
committeramodra <amodra>
Thu, 25 Nov 2010 03:02:59 +0000 (03:02 +0000)
sections.

ld/ChangeLog
ld/scripttempl/elf.sc

index fc6a6d0..538e6e4 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-25  Jan Hubicka  <hubicka@ucw.cz>
+
+       * scripttempl/elf.sc: Group .text.exit, text.startup and .text.hot
+       sections.
+
 2010-11-23  Matthias Klose  <doko@ubuntu.com>
 
        * configure.ac: For --enable-gold, handle value `default' instead of
index ac05306..f020a66 100644 (file)
@@ -433,6 +433,9 @@ cat <<EOF
   {
     ${RELOCATING+${TEXT_START_SYMBOLS}}
     ${RELOCATING+*(.text.unlikely .text.*_unlikely)}
+    ${RELOCATING+*(.text.exit .text.exit.*)}
+    ${RELOCATING+*(.text.startup .text.startup.*)}
+    ${RELOCATING+*(.text.hot .text.hot.*)}
     *(.text .stub${RELOCATING+ .text.* .gnu.linkonce.t.*})
     /* .gnu.warning sections are handled specially by elf32.em.  */
     *(.gnu.warning)