From: Michael Meissner Date: Thu, 8 Mar 2001 02:26:19 +0000 (+0000) Subject: Fixup checkin of wrong source X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9faad58a2df482351df73faa1c6fe4c37fcffba;p=binutils-gdb.git Fixup checkin of wrong source --- 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}