* scripttempl/i386go32.sc: Handle bss unique sections.

This commit is contained in:
DJ Delorie 2002-09-23 11:36:15 +00:00
parent ad34bc37c1
commit 8e616ecc6b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-22 Mark Elbrecht <snowball3@softhome.net>
* scripttempl/i386go32.sc: Handle bss unique sections.
2002-09-21 Alan Modra <amodra@bigpond.net.au>
* ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.

View File

@ -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});}