From: Alan Modra Date: Tue, 9 Aug 2005 03:45:55 +0000 (+0000) Subject: * emulparams/hppa64linux.sh (LARGE_SECTIONS): Remove .tbss. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66bcaf1f1c3a85e878ac653da85141aca9f102c1;p=binutils-gdb.git * emulparams/hppa64linux.sh (LARGE_SECTIONS): Remove .tbss. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index f0e4d0af6c0..8046b4e0a95 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,4 +1,8 @@ -2005-08-08 Eric Dönges +2005-08-09 Alan Modra + + * emulparams/hppa64linux.sh (LARGE_SECTIONS): Remove .tbss. + +2005-08-08 Eric Doenges * Makefile.am (ALL_EMULATIONS): Add msp430x21xx variants. Add rules to build these emulations. diff --git a/ld/emulparams/hppa64linux.sh b/ld/emulparams/hppa64linux.sh index 66bb842382c..aaf8c7251f5 100644 --- a/ld/emulparams/hppa64linux.sh +++ b/ld/emulparams/hppa64linux.sh @@ -27,13 +27,9 @@ OTHER_READWRITE_SECTIONS=" .plt ${RELOCATING-0} : { *(.plt) } .dlt ${RELOCATING-0} : { *(.dlt) }" -# The PA64 ELF port has two additional bss sections. huge bss and thread bss. -# Make sure they end up in the appropriate location. We also have to set -# __TLS_SIZE to the size of the thread bss section. -LARGE_SECTIONS=" - .hbss ${RELOCATING-0} : { *(.hbss) } - .tbss ${RELOCATING-0} : { *(.tbss) } -" +# The PA64 ELF port has an additional huge bss section. +LARGE_SECTIONS=".hbss ${RELOCATING-0} : { *(.hbss) }" + #OTHER_SYMBOLS='PROVIDE (__TLS_SIZE = SIZEOF (.tbss));' OTHER_SYMBOLS=' PROVIDE (__TLS_SIZE = 0);