projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad34bc3
)
* scripttempl/i386go32.sc: Handle bss unique sections.
author
DJ Delorie
<dj@redhat.com>
Mon, 23 Sep 2002 11:36:15 +0000
(11:36 +0000)
committer
DJ Delorie
<dj@redhat.com>
Mon, 23 Sep 2002 11:36:15 +0000
(11:36 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/scripttempl/i386go32.sc
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index ff657298166b936e8beab0f76c35ebe8ddd3b4dc..98e7d42c1b1fdff2c1ba7d84591fc11fa18dd604 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-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.
diff --git
a/ld/scripttempl/i386go32.sc
b/ld/scripttempl/i386go32.sc
index 482a8cbd8857fd1a10b1eb1e663278b7d0ea8724..54908fe110dfa18d2dc0a9c2b983add9a4b4d17e 100644
(file)
--- 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});}