mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* scripttempl/elfm68hc12.sc: Add gcc_except_table.
* scripttempl/elfm68hc11.sc: Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-07-29 Stephane Carrez <stcarrez@nerim.fr>
|
||||||
|
|
||||||
|
* scripttempl/elfm68hc12.sc: Add gcc_except_table.
|
||||||
|
* scripttempl/elfm68hc11.sc: Likewise.
|
||||||
|
|
||||||
2003-07-28 Alan Modra <amodra@bigpond.net.au>
|
2003-07-28 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
|
* emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
|
||||||
|
@ -328,6 +328,11 @@ SECTIONS
|
|||||||
KEEP (*(.eh_frame))
|
KEEP (*(.eh_frame))
|
||||||
} ${RELOCATING+ > ${TEXT_MEMORY}}
|
} ${RELOCATING+ > ${TEXT_MEMORY}}
|
||||||
|
|
||||||
|
.gcc_except_table ${RELOCATING-0} :
|
||||||
|
{
|
||||||
|
*(.gcc_except_table)
|
||||||
|
} ${RELOCATING+ > ${TEXT_MEMORY}}
|
||||||
|
|
||||||
.rodata ${RELOCATING-0} :
|
.rodata ${RELOCATING-0} :
|
||||||
{
|
{
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
|
@ -326,6 +326,11 @@ SECTIONS
|
|||||||
KEEP (*(.eh_frame))
|
KEEP (*(.eh_frame))
|
||||||
} ${RELOCATING+ > ${TEXT_MEMORY}}
|
} ${RELOCATING+ > ${TEXT_MEMORY}}
|
||||||
|
|
||||||
|
.gcc_except_table ${RELOCATING-0} :
|
||||||
|
{
|
||||||
|
*(.gcc_except_table)
|
||||||
|
} ${RELOCATING+ > ${TEXT_MEMORY}}
|
||||||
|
|
||||||
.rodata ${RELOCATING-0} :
|
.rodata ${RELOCATING-0} :
|
||||||
{
|
{
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
|
Reference in New Issue
Block a user