From 1bc214bab3b406fa9e8d510bad40bc6658c5c378 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 26 Oct 2006 00:31:59 +0000 Subject: 2006-10-25 H.J. Lu * emulparams/hppa64linux.sh (LARGE_SECTIONS): Renamed to ... (OTHER_BSS_SECTIONS): This. * scripttempl/elf.sc (OTHER_BSS_SECTIONS): Support LARGE_SECTIONS. (LARGE_SECTIONS): Move .lbss sections to OTHER_BSS_SECTIONS. --- ld/emulparams/hppa64linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emulparams') diff --git a/ld/emulparams/hppa64linux.sh b/ld/emulparams/hppa64linux.sh index 5ab4f4b..1af8e37 100644 --- a/ld/emulparams/hppa64linux.sh +++ b/ld/emulparams/hppa64linux.sh @@ -28,7 +28,7 @@ OTHER_READWRITE_SECTIONS=" .dlt ${RELOCATING-0} : { *(.dlt) }" # The PA64 ELF port has an additional huge bss section. -LARGE_SECTIONS=".hbss ${RELOCATING-0} : { *(.hbss) }" +OTHER_BSS_SECTIONS=".hbss ${RELOCATING-0} : { *(.hbss) }" #OTHER_SYMBOLS='PROVIDE (__TLS_SIZE = SIZEOF (.tbss));' OTHER_SYMBOLS=' -- cgit v1.1