projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
788fca5
)
Fixup checkin of wrong source
author
Michael Meissner
<gnu@the-meissners.org>
Thu, 8 Mar 2001 02:26:19 +0000
(
02:26
+0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Thu, 8 Mar 2001 02:26:19 +0000
(
02:26
+0000)
ld/scripttempl/elfd10v.sc
patch
|
blob
|
history
diff --git
a/ld/scripttempl/elfd10v.sc
b/ld/scripttempl/elfd10v.sc
index 3d697558bc49febaffc470f2a2c1ac96dd0e9039..ef57c81a38b2d28f205597a9d8bab0a74bbcb970 100644
(file)
--- 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}