OSDN Git Service

* xstormy16/eva_app.ld (.gcc_except_table): Include sections with
authornickc <nickc>
Tue, 29 Jun 2010 18:39:29 +0000 (18:39 +0000)
committernickc <nickc>
Tue, 29 Jun 2010 18:39:29 +0000 (18:39 +0000)
        the .gcc_except_table. prefix.
        * xstormy16/eva_stub.ld: Likewise.
        * xstormy16/sim_high.ld: Likewise.
        * xstormy16/sim_low.ld: Likewise.

libgloss/ChangeLog
libgloss/xstormy16/eva_app.ld
libgloss/xstormy16/eva_stub.ld
libgloss/xstormy16/sim_high.ld
libgloss/xstormy16/sim_rom.ld

index a20a1cf..90f8dab 100644 (file)
@@ -1,3 +1,11 @@
+2010-06-29  Nick Clifton  <nickc@redhat.com>
+
+       * xstormy16/eva_app.ld (.gcc_except_table): Include sections with
+       the .gcc_except_table. prefix.
+       * xstormy16/eva_stub.ld: Likewise.
+       * xstormy16/sim_high.ld: Likewise.
+       * xstormy16/sim_low.ld: Likewise.
+
 2010-05-03  Michael Eager <eager@eagercon.com>
 
        * rs6000/Makefile.in: Remove xil-exit.o.
index 6699b05..f4ee258 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
     KEEP (*(.dtors))
   } > RAM
   .eh_frame : { KEEP (*(.eh_frame)) } > RAM
-  .gcc_except_table : { *(.gcc_except_table) } > RAM
+  .gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) } > RAM
   .jcr : { *(.jcr) } > RAM
   .plt : { *(.plt) } > RAM
   _edata = .;
index 34f3b91..a7d63b3 100644 (file)
@@ -53,7 +53,7 @@ SECTIONS
     KEEP (*(.dtors))
   } > ROM
   .eh_frame : { KEEP (*(.eh_frame)) } > ROM
-  .gcc_except_table : { *(.gcc_except_table) } > ROM
+  .gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) } > ROM
   .jcr : { *(.jcr) } > ROM
   .plt : { *(.plt) } > ROM
   .text      :
index a7f4aa0..a5142c5 100644 (file)
@@ -74,7 +74,7 @@ SECTIONS
     KEEP (*(.dtors))
   } > LOROM
   .eh_frame : { KEEP (*(.eh_frame)) } > LOROM
-  .gcc_except_table : { *(.gcc_except_table) } > LOROM
+  .gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) } > LOROM
   .jcr : { *(.jcr) } > LOROM
   .plt : { *(.plt) } > LOROM
   .text      :
index e7ef6fb..297fbc3 100644 (file)
@@ -47,7 +47,7 @@ SECTIONS
   } > ROM
   .jcr : { KEEP (*(.jcr)) } > ROM
   .eh_frame : { KEEP (*(.eh_frame)) } > ROM
-  .gcc_except_table : { *(.gcc_except_table) } > ROM
+  .gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) } > ROM
   .plt : { *(.plt) } > ROM
   .text      :
   {