* scripttempl/elf.sc (.text): Add cold text sections.
This commit is contained in:
parent
66a6900a09
commit
4c4fb5dac5
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue