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:
-rw-r--r--libgloss/ChangeLog6
-rw-r--r--libgloss/xstormy16/eva_app.ld1
-rw-r--r--libgloss/xstormy16/eva_stub.ld1
-rw-r--r--libgloss/xstormy16/sim_high.ld1
4 files changed, 9 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index bfce287cb..8949393ae 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-16 Nick Clifton <nickc@redhat.com>
+
+ * xstormy16/sim_high.ld: Add .jcr section mapping.
+ * xstormy16/eva_stub.ld: Likewise.
+ * xstormy16/eva_app.ld: Likewise.
+
2003-04-09 Chris Demetriou <cgd@broadcom.com>
* mips/cfe.c (_flush_cache): New function.
diff --git a/libgloss/xstormy16/eva_app.ld b/libgloss/xstormy16/eva_app.ld
index cf72dca7b..484a53297 100644
--- a/libgloss/xstormy16/eva_app.ld
+++ b/libgloss/xstormy16/eva_app.ld
@@ -52,6 +52,7 @@ SECTIONS
} > RAM
.eh_frame : { KEEP (*(.eh_frame)) } > RAM
.gcc_except_table : { *(.gcc_except_table) } > RAM
+ .jcr : { *(.jcr) } > RAM
.plt : { *(.plt) } > RAM
_edata = .;
PROVIDE (edata = .);
diff --git a/libgloss/xstormy16/eva_stub.ld b/libgloss/xstormy16/eva_stub.ld
index 83fbf615f..cc46734ea 100644
--- a/libgloss/xstormy16/eva_stub.ld
+++ b/libgloss/xstormy16/eva_stub.ld
@@ -54,6 +54,7 @@ SECTIONS
} > ROM
.eh_frame : { KEEP (*(.eh_frame)) } > ROM
.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 8226d870f..3c740e277 100644
--- a/libgloss/xstormy16/sim_high.ld
+++ b/libgloss/xstormy16/sim_high.ld
@@ -73,6 +73,7 @@ SECTIONS
} > LOROM
.eh_frame : { KEEP (*(.eh_frame)) } > LOROM
.gcc_except_table : { *(.gcc_except_table) } > LOROM
+ .jcr : { *(.jcr) } > LOROM
.plt : { *(.plt) } > LOROM
.text :
{