* scripttempl/elf.sc (.text): Add cold text sections.

This commit is contained in:
Alan Modra 2009-09-04 06:35:29 +00:00
parent 66a6900a09
commit 4c4fb5dac5
2 changed files with 5 additions and 0 deletions

View 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

View 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)