aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>2001-03-08 02:26:19 +0000
committerMichael Meissner <gnu@the-meissners.org>2001-03-08 02:26:19 +0000
commitf9faad58a2df482351df73faa1c6fe4c37fcffba (patch)
tree9fcf6752ba6a55936dbefe30c2eb5985b15bd789 /ld
parent788fca5a32cb78de1e95f8a4d895c1db019e6aa6 (diff)
downloadfsf-binutils-gdb-f9faad58a2df482351df73faa1c6fe4c37fcffba.zip
fsf-binutils-gdb-f9faad58a2df482351df73faa1c6fe4c37fcffba.tar.gz
fsf-binutils-gdb-f9faad58a2df482351df73faa1c6fe4c37fcffba.tar.bz2
Fixup checkin of wrong source
Diffstat (limited to 'ld')
-rw-r--r--ld/scripttempl/elfd10v.sc7
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/scripttempl/elfd10v.sc b/ld/scripttempl/elfd10v.sc
index 3d69755..ef57c81 100644
--- a/ld/scripttempl/elfd10v.sc
+++ b/ld/scripttempl/elfd10v.sc
@@ -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}