mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
* scripttempl/elf.sc: Handle function names and other
text after .text.unlikely too.
This commit is contained in:
parent
41741fa453
commit
1de778ed23
@ -1,3 +1,8 @@
|
||||
2013-07-08 Jeff Law <law@redhat.com>
|
||||
|
||||
* scripttempl/elf.sc: Handle function names and other text after
|
||||
.text.unlikely too.
|
||||
|
||||
2013-07-08 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* scripttempl/ia64vms.sc: Add support of per data and per function
|
||||
|
@ -470,7 +470,7 @@ cat <<EOF
|
||||
.text ${RELOCATING-0} :
|
||||
{
|
||||
${RELOCATING+${TEXT_START_SYMBOLS}}
|
||||
${RELOCATING+*(.text.unlikely .text.*_unlikely)}
|
||||
${RELOCATING+*(.text.unlikely .text.*_unlikely .text.unlikely.*)}
|
||||
${RELOCATING+*(.text.exit .text.exit.*)}
|
||||
${RELOCATING+*(.text.startup .text.startup.*)}
|
||||
${RELOCATING+*(.text.hot .text.hot.*)}
|
||||
|
Loading…
Reference in New Issue
Block a user