* scripttempl/elf.sc: Group .text.exit, text.startup and .text.hot
sections.
This commit is contained in:
parent
7362f76f52
commit
add44f8d5c
2 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue