]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/newlib-tumbl.git/commitdiff
* rx/rx.ld: Add W_* sections to .rodata.
authorDJ Delorie <dj@redhat.com>
Thu, 30 Aug 2012 21:08:13 +0000 (21:08 +0000)
committerDJ Delorie <dj@redhat.com>
Thu, 30 Aug 2012 21:08:13 +0000 (21:08 +0000)
* rx/rx-sim.ld: Likewise.

libgloss/ChangeLog
libgloss/rx/rx-sim.ld
libgloss/rx/rx.ld

index 129a7120c410d1fd600aceccde2eda205a543b34..5ef85b918f7bf0b328e1ab2bd51402e5f3522d53 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-30  DJ Delorie  <dj@redhat.com>
+
+       * rx/rx.ld: Add W_* sections to .rodata.
+       * rx/rx-sim.ld: Likewise.
+
 2012-08-30  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
 
        * cr16/sys/syscall.h: New file.
index e029e046968aba3544070d4b43b2a7e3cb11eea7..4acc6cb87bdc53274bb82b19930e79ad6e3415e0 100644 (file)
@@ -66,7 +66,7 @@ SECTIONS
   .rodata : {
     . = ALIGN(4);
     *(.plt)
-    *(.rodata C C_2 C_1 .rodata.* .gnu.linkonce.r.*)
+    *(.rodata C C_2 C_1 W W_2 W_1 .rodata.* .gnu.linkonce.r.*)
     *(.rodata1)
     *(.eh_frame_hdr)
     KEEP (*(.eh_frame))
index 234fdf2477bcc3e4d947bdad1e4c29ccdaeefdd9..7aa263accec259c2677112e69dde26040cd77a5e 100644 (file)
@@ -68,7 +68,7 @@ SECTIONS
   .rodata : {
     . = ALIGN(4);
     *(.plt)
-    *(.rodata C C_2 C_1 .rodata.* .gnu.linkonce.r.*)
+    *(.rodata C C_2 C_1 W W_2 W_1 .rodata.* .gnu.linkonce.r.*)
     *(.rodata1)
     *(.eh_frame_hdr)
     KEEP (*(.eh_frame))