From f9faad58a2df482351df73faa1c6fe4c37fcffba Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 8 Mar 2001 02:26:19 +0000 Subject: [PATCH] Fixup checkin of wrong source --- ld/scripttempl/elfd10v.sc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/scripttempl/elfd10v.sc b/ld/scripttempl/elfd10v.sc index 3d697558bc4..ef57c81a38b 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} -- 2.30.2