* emulparams/vxworks.sh (OTHER_READONLY_SECTIONS): Move into ...
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 29 Oct 2009 16:43:56 +0000 (16:43 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Thu, 29 Oct 2009 16:43:56 +0000 (16:43 +0000)
(OTHER_READWRITE_SECTIONS): ... here.

ld/ChangeLog
ld/emulparams/vxworks.sh

index f4337cc..90fa742 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-29  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * emulparams/vxworks.sh (OTHER_READONLY_SECTIONS): Move into ...
+       (OTHER_READWRITE_SECTIONS): ... here.
+
 2009-10-28  Kai Tietz  <kai.tietz@onevision.com>
 
        * emultempl/pep.em (U): Define underscore macro.
index 6ece8be..5760758 100644 (file)
@@ -22,7 +22,7 @@ FINI_START='_fini = .;
 FINI_END="KEEP (*(.fini\$99));
           PROVIDE (${SYMPREFIX}_etext = .);"
 
-OTHER_READONLY_SECTIONS=".tls_data ${RELOCATING-0} : {${RELOCATING+
+OTHER_READWRITE_SECTIONS=".tls_data ${RELOCATING-0} : {${RELOCATING+
     __wrs_rtp_tls_data_start = .;
     ___wrs_rtp_tls_data_start = .;}
     *(.tls_data${RELOCATING+ .tls_data.*})
@@ -30,9 +30,8 @@ OTHER_READONLY_SECTIONS=".tls_data ${RELOCATING-0} : {${RELOCATING+
   __wrs_rtp_tls_data_size = . - __wrs_rtp_tls_data_start;
   ___wrs_rtp_tls_data_size = . - __wrs_rtp_tls_data_start;
   __wrs_rtp_tls_data_align = ALIGNOF(.tls_data);
-  ___wrs_rtp_tls_data_align = ALIGNOF(.tls_data);}"
-
-OTHER_READWRITE_SECTIONS=".tls_vars ${RELOCATING-0} : {${RELOCATING+
+  ___wrs_rtp_tls_data_align = ALIGNOF(.tls_data);}
+  .tls_vars ${RELOCATING-0} : {${RELOCATING+
     __wrs_rtp_tls_vars_start = .;
     ___wrs_rtp_tls_vars_start = .;}
     *(.tls_vars${RELOCATING+ .tls_vars.*})