diff options
author | Nick Clifton <nickc@redhat.com> | 2010-06-29 09:43:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-06-29 09:43:04 +0000 |
commit | ec51c3818e3a29b9995a7be8dd2db4f5468485d2 (patch) | |
tree | ef19ccf5a3351099e4103c3bf9762435461ebf53 /ld/scripttempl | |
parent | 6c67a030ce04a37726d3287e4009e3f7dce2f795 (diff) | |
download | gdb-ec51c3818e3a29b9995a7be8dd2db4f5468485d2.zip gdb-ec51c3818e3a29b9995a7be8dd2db4f5468485d2.tar.gz gdb-ec51c3818e3a29b9995a7be8dd2db4f5468485d2.tar.bz2 |
* scripttempl/xstormy16.sc (.gcc_except_table): Include sections
with the .gcc_except_table. prefix.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/xstormy16.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/xstormy16.sc b/ld/scripttempl/xstormy16.sc index 73d08b8..d55ebdb 100644 --- a/ld/scripttempl/xstormy16.sc +++ b/ld/scripttempl/xstormy16.sc @@ -160,7 +160,7 @@ SECTIONS ${RELOCATING+${DTOR}} .jcr : { KEEP (*(.jcr)) } ${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} .text ${RELOCATING-0} : |