aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-08-09 03:45:55 +0000
committerAlan Modra <amodra@gmail.com>2005-08-09 03:45:55 +0000
commit66bcaf1f1c3a85e878ac653da85141aca9f102c1 (patch)
tree5533e07eff377bbef6372ec0091894e713bd1ee6 /ld/emulparams
parentbc5d3bc755c53556423951cf3889453eaa3a9eb4 (diff)
downloadgdb-66bcaf1f1c3a85e878ac653da85141aca9f102c1.zip
gdb-66bcaf1f1c3a85e878ac653da85141aca9f102c1.tar.gz
gdb-66bcaf1f1c3a85e878ac653da85141aca9f102c1.tar.bz2
* emulparams/hppa64linux.sh (LARGE_SECTIONS): Remove .tbss.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/hppa64linux.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/ld/emulparams/hppa64linux.sh b/ld/emulparams/hppa64linux.sh
index 66bb842..aaf8c72 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);