Define __bss_size symbol to indicate the final size of .bss section.

This commit is contained in:
Nick Clifton 2000-08-08 22:04:32 +00:00
parent 8fc2faa7f6
commit 236d5abf99
3 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -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}}

View file

@ -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}}