Fixup checkin of wrong source
authorMichael Meissner <gnu@the-meissners.org>
Thu, 8 Mar 2001 02:26:19 +0000 (02:26 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 8 Mar 2001 02:26:19 +0000 (02:26 +0000)
ld/scripttempl/elfd10v.sc

index 3d69755..ef57c81 100644 (file)
@@ -108,7 +108,12 @@ SECTIONS
     *(.gnu.linkonce.d*)
     ${CONSTRUCTING+CONSTRUCTORS}
   } ${RELOCATING+ >DATA}
-  .data1 ${RELOCATING-0} : { *(.data1) } ${RELOCATING+ >DATA}
+
+  .data1 ${RELOCATING-0} : {
+    *(.data1)
+    *(.data1.*)
+  } ${RELOCATING+ >DATA}
+
   ${RELOCATING+${CTOR} >DATA}
   ${RELOCATING+${DTOR} >DATA}