forked from Imagelibrary/binutils-gdb
* scripttempl/elf.sc: Handle function names and other
text after .text.unlikely too.
This commit is contained in:
@@ -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.*)}
|
||||
|
||||
Reference in New Issue
Block a user