mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 14:04:12 +00:00
* scripttempl/i386go32.sc: Handle bss unique sections.
This commit is contained in:
parent
ad34bc37c1
commit
8e616ecc6b
@ -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.
|
||||
|
@ -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});}
|
||||
|
Loading…
x
Reference in New Issue
Block a user