mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
Define __bss_size symbol to indicate the final size of .bss section.
This commit is contained in:
parent
8fc2faa7f6
commit
236d5abf99
@ -1,3 +1,9 @@
|
||||
2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||
|
||||
* scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
|
||||
the final size of .bss section.
|
||||
* scripttempl/elfm68hc12.sc: Likewise.
|
||||
|
||||
2000-08-04 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
|
||||
|
@ -311,6 +311,8 @@ SECTIONS
|
||||
*(COMMON)
|
||||
${RELOCATING+PROVIDE (_end = .);}
|
||||
} ${RELOCATING+ > ${DATA_MEMORY}}
|
||||
${RELOCATING+__bss_size = SIZEOF(.bss);}
|
||||
${RELOCATING+PROVIDE (__bss_size = SIZEOF(.bss));}
|
||||
|
||||
${RELOCATING+${CTOR}}
|
||||
${RELOCATING+${DTOR}}
|
||||
|
@ -311,6 +311,8 @@ SECTIONS
|
||||
*(COMMON)
|
||||
${RELOCATING+PROVIDE (_end = .);}
|
||||
} ${RELOCATING+ > ${DATA_MEMORY}}
|
||||
${RELOCATING+__bss_size = SIZEOF(.bss);}
|
||||
${RELOCATING+PROVIDE (__bss_size = SIZEOF(.bss));}
|
||||
|
||||
${RELOCATING+${CTOR}}
|
||||
${RELOCATING+${DTOR}}
|
||||
|
Loading…
Reference in New Issue
Block a user