Index: elf.sc =================================================================== RCS file: /cvsroot/src/external/gpl3/binutils/dist/ld/scripttempl/elf.sc,v retrieving revision 1.4 diff -u -u -r1.4 elf.sc --- elf.sc 29 Sep 2013 14:03:31 -0000 1.4 +++ elf.sc 4 Jan 2014 01:52:41 -0000 @@ -473,11 +473,12 @@ .text ${RELOCATING-0} : { ${RELOCATING+${TEXT_START_SYMBOLS}} + *(.text) ${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.*}) + *(.stub${RELOCATING+ .text.* .gnu.linkonce.t.*}) /* .gnu.warning sections are handled specially by elf32.em. */ *(.gnu.warning) ${RELOCATING+${OTHER_TEXT_SECTIONS}}