diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-16 11:53:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-16 11:53:46 +0000 |
commit | 08c76ba660d059fb3f5fdd4c405e250f1741b13e (patch) | |
tree | 78293b5395da2ae03e2b47189ece6cd2cd29e763 /libgloss/xstormy16 | |
parent | c448f78fd56ef8d34474adc2678d6394a4d088ec (diff) | |
download | newlib-08c76ba660d059fb3f5fdd4c405e250f1741b13e.zip newlib-08c76ba660d059fb3f5fdd4c405e250f1741b13e.tar.gz newlib-08c76ba660d059fb3f5fdd4c405e250f1741b13e.tar.bz2 |
Add .jcr section mapping.
Diffstat (limited to 'libgloss/xstormy16')
-rw-r--r-- | libgloss/xstormy16/eva_app.ld | 1 | ||||
-rw-r--r-- | libgloss/xstormy16/eva_stub.ld | 1 | ||||
-rw-r--r-- | libgloss/xstormy16/sim_high.ld | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/xstormy16/eva_app.ld b/libgloss/xstormy16/eva_app.ld index cf72dca..484a532 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 83fbf61..cc46734 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 8226d87..3c740e2 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 : { |