Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-06-29 13:39:30 +0400
committerNick Clifton <nickc@redhat.com>2010-06-29 13:39:30 +0400
commita6076c2cdcf13af80a860682636894241bb4b0e2 (patch)
tree96703d4c8e50fa29d86367321f753312d7f109da
parent37cd59cbefe797053202b0ab4724c607a090e487 (diff)
* 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.
-rw-r--r--libgloss/ChangeLog8
-rw-r--r--libgloss/xstormy16/eva_app.ld2
-rw-r--r--libgloss/xstormy16/eva_stub.ld2
-rw-r--r--libgloss/xstormy16/sim_high.ld2
-rw-r--r--libgloss/xstormy16/sim_rom.ld2
5 files changed, 12 insertions, 4 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index a20a1cf64..90f8dab68 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -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.
diff --git a/libgloss/xstormy16/eva_app.ld b/libgloss/xstormy16/eva_app.ld
index 6699b05a1..f4ee258d2 100644
--- a/libgloss/xstormy16/eva_app.ld
+++ b/libgloss/xstormy16/eva_app.ld
@@ -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 = .;
diff --git a/libgloss/xstormy16/eva_stub.ld b/libgloss/xstormy16/eva_stub.ld
index 34f3b91b0..a7d63b313 100644
--- a/libgloss/xstormy16/eva_stub.ld
+++ b/libgloss/xstormy16/eva_stub.ld
@@ -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 :
diff --git a/libgloss/xstormy16/sim_high.ld b/libgloss/xstormy16/sim_high.ld
index a7f4aa09f..a5142c504 100644
--- a/libgloss/xstormy16/sim_high.ld
+++ b/libgloss/xstormy16/sim_high.ld
@@ -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 :
diff --git a/libgloss/xstormy16/sim_rom.ld b/libgloss/xstormy16/sim_rom.ld
index e7ef6fb89..297fbc377 100644
--- a/libgloss/xstormy16/sim_rom.ld
+++ b/libgloss/xstormy16/sim_rom.ld
@@ -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 :
{