OSDN Git Service

* iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo
authornickc <nickc>
Fri, 19 Aug 2011 14:57:50 +0000 (14:57 +0000)
committernickc <nickc>
Fri, 19 Aug 2011 14:57:50 +0000 (14:57 +0000)
sections as well.

libgloss/ChangeLog
libgloss/iq2000/sim.ld

index 2b24466..fcdb5f5 100644 (file)
@@ -1,3 +1,8 @@
+2011-08-19  Nick Clifton  <nickc@redhat.com>
+
+       * iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo
+       sections as well.
+
 2011-08-08  Mike Stump <mikestump@comcast.net>
 
        * Makefile.in: Make stmp-bsp and install consistent with
index 5f59d02..50da49e 100644 (file)
@@ -156,7 +156,7 @@ SECTIONS
     LONG (0);
     PROVIDE (__eh_frame_end = .);
   }
-  .gcc_except_table : { *(.gcc_except_table) }
+  .gcc_except_table : { *(.gcc_except_table)  *(.gcc_except_table.*) }
   .hash          : { *(.hash)          }
   .dynsym        : { *(.dynsym)                }
   .dynstr        : { *(.dynstr)                }