* scripttempl/xstormy16.sc (.gcc_except_table): Include sections
authorNick Clifton <nickc@redhat.com>
Tue, 29 Jun 2010 09:43:04 +0000 (09:43 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 29 Jun 2010 09:43:04 +0000 (09:43 +0000)
        with the .gcc_except_table. prefix.

ld/ChangeLog
ld/scripttempl/xstormy16.sc

index a5460edd0e087274c179e6228a71f1123eb50070..864901d2696edcb9c925cd40b745a49e5933271b 100644 (file)
@@ -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.
index 73d08b811726d5edbd03ba4e5b1a18e36019d0a7..d55ebdb05f7b315a273a900cd1980585e0f79728 100644 (file)
@@ -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} :