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

index ff657298166b936e8beab0f76c35ebe8ddd3b4dc..98e7d42c1b1fdff2c1ba7d84591fc11fa18dd604 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 482a8cbd8857fd1a10b1eb1e663278b7d0ea8724..54908fe110dfa18d2dc0a9c2b983add9a4b4d17e 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});}