mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* scripttempl/xstormy16.sc (.gcc_except_table): Include sections
with the .gcc_except_table. prefix.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-06-29 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* scripttempl/xstormy16.sc (.gcc_except_table): Include sections
|
||||||
|
with the .gcc_except_table. prefix.
|
||||||
|
|
||||||
2010-06-29 Alan Modra <amodra@gmail.com>
|
2010-06-29 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* emulparams/maxqcoff.sh: Delete file.
|
* emulparams/maxqcoff.sh: Delete file.
|
||||||
|
@ -160,7 +160,7 @@ SECTIONS
|
|||||||
${RELOCATING+${DTOR}}
|
${RELOCATING+${DTOR}}
|
||||||
.jcr : { KEEP (*(.jcr)) } ${RELOCATING+> ROM}
|
.jcr : { KEEP (*(.jcr)) } ${RELOCATING+> ROM}
|
||||||
.eh_frame : { KEEP (*(.eh_frame)) } ${RELOCATING+> ROM}
|
.eh_frame : { KEEP (*(.eh_frame)) } ${RELOCATING+> ROM}
|
||||||
.gcc_except_table : { *(.gcc_except_table) } ${RELOCATING+> ROM}
|
.gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) } ${RELOCATING+> ROM}
|
||||||
.plt : { *(.plt) } ${RELOCATING+> ROM}
|
.plt : { *(.plt) } ${RELOCATING+> ROM}
|
||||||
|
|
||||||
.text ${RELOCATING-0} :
|
.text ${RELOCATING-0} :
|
||||||
|
Reference in New Issue
Block a user