From: DJ Delorie Date: Mon, 23 Sep 2002 11:36:15 +0000 (+0000) Subject: * scripttempl/i386go32.sc: Handle bss unique sections. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e616ecc6b5f5d7b4972a5a83876140c49d76cd0;p=binutils-gdb.git * scripttempl/i386go32.sc: Handle bss unique sections. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ff657298166..98e7d42c1b1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2002-09-22 Mark Elbrecht + + * scripttempl/i386go32.sc: Handle bss unique sections. + 2002-09-21 Alan Modra * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset. diff --git a/ld/scripttempl/i386go32.sc b/ld/scripttempl/i386go32.sc index 482a8cbd885..54908fe110d 100644 --- a/ld/scripttempl/i386go32.sc +++ b/ld/scripttempl/i386go32.sc @@ -57,7 +57,7 @@ SECTIONS ${CONSTRUCTING+${RELOCATING-$DTOR}} .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} : { - *(.bss) + *(.bss${RELOCATING+ .bss.* .gnu.linkonce.b.*}) *(COMMON) ${RELOCATING+ end = . ; PROVIDE(_end = .) ;} ${RELOCATING+ . = ALIGN(${SEGMENT_SIZE});}