* emulparams/hppa64linux.sh (LARGE_SECTIONS): Remove .tbss.
This commit is contained in:
parent
bc5d3bc755
commit
66bcaf1f1c
|
@ -1,4 +1,8 @@
|
||||||
2005-08-08 Eric Dönges <Eric.Doenges@betty-tv.com>
|
2005-08-09 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* emulparams/hppa64linux.sh (LARGE_SECTIONS): Remove .tbss.
|
||||||
|
|
||||||
|
2005-08-08 Eric Doenges <Eric.Doenges@betty-tv.com>
|
||||||
|
|
||||||
* Makefile.am (ALL_EMULATIONS): Add msp430x21xx variants.
|
* Makefile.am (ALL_EMULATIONS): Add msp430x21xx variants.
|
||||||
Add rules to build these emulations.
|
Add rules to build these emulations.
|
||||||
|
|
|
@ -27,13 +27,9 @@ OTHER_READWRITE_SECTIONS="
|
||||||
.plt ${RELOCATING-0} : { *(.plt) }
|
.plt ${RELOCATING-0} : { *(.plt) }
|
||||||
.dlt ${RELOCATING-0} : { *(.dlt) }"
|
.dlt ${RELOCATING-0} : { *(.dlt) }"
|
||||||
|
|
||||||
# The PA64 ELF port has two additional bss sections. huge bss and thread bss.
|
# The PA64 ELF port has an additional huge bss section.
|
||||||
# Make sure they end up in the appropriate location. We also have to set
|
LARGE_SECTIONS=".hbss ${RELOCATING-0} : { *(.hbss) }"
|
||||||
# __TLS_SIZE to the size of the thread bss section.
|
|
||||||
LARGE_SECTIONS="
|
|
||||||
.hbss ${RELOCATING-0} : { *(.hbss) }
|
|
||||||
.tbss ${RELOCATING-0} : { *(.tbss) }
|
|
||||||
"
|
|
||||||
#OTHER_SYMBOLS='PROVIDE (__TLS_SIZE = SIZEOF (.tbss));'
|
#OTHER_SYMBOLS='PROVIDE (__TLS_SIZE = SIZEOF (.tbss));'
|
||||||
OTHER_SYMBOLS='
|
OTHER_SYMBOLS='
|
||||||
PROVIDE (__TLS_SIZE = 0);
|
PROVIDE (__TLS_SIZE = 0);
|
||||||
|
|
Loading…
Reference in New Issue