OSDN Git Service

* scripttempl/i386go32.sc: Handle bss unique sections.
authorDJ Delorie <dj@delorie.com>
Mon, 23 Sep 2002 11:36:15 +0000 (11:36 +0000)
committerDJ Delorie <dj@delorie.com>
Mon, 23 Sep 2002 11:36:15 +0000 (11:36 +0000)
ld/ChangeLog
ld/scripttempl/i386go32.sc

index ff65729..98e7d42 100644 (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.
index 482a8cb..54908fe 100644 (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});}