diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/scripttempl/xstormy16.sc | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a5460ed..864901d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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> * emulparams/maxqcoff.sh: Delete file. 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} : |