Define __data and __rdata
authorNick Clifton <nickc@redhat.com>
Fri, 18 Apr 2003 08:26:17 +0000 (08:26 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 18 Apr 2003 08:26:17 +0000 (08:26 +0000)
ld/ChangeLog
ld/scripttempl/xstormy16.sc

index 76323c2..c097057 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-18  Andrew Haley  <aph@cambridge.redhat.com>
+
+       * scripttempl/xstormy16.sc (__data, __rdata): New.
+
 2003-04-16  Nick Clifton  <nickc@redhat.com>
 
        * scripttempl/xstormy16.sc: Add .jcr section mapping.
index 6d4210e..a74df07 100644 (file)
@@ -117,6 +117,8 @@ SECTIONS
 {
   .data  ${RELOCATING-0} :
   {
+    ${RELOCATING+__rdata = .;}
+    ${RELOCATING+__data = .;}
     ${RELOCATING+${DATA_START_SYMBOLS}}
     *(.data)
     ${RELOCATING+*(.data.*)}