Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / hppa64linux.sh
index 5ab4f4bc02c679cdec0fe408322b3a8cbab115a0..d86fdf6ddf0ac0ef4778fdbbe3707cee94f5ba2d 100644 (file)
@@ -1,10 +1,7 @@
-# If you change this file, please also look at files which source this one:
-# elf64hppa.sh
-
 SCRIPT_NAME=elf
 ELFSIZE=64
-# FIXME: this output format is for hpux.
 OUTPUT_FORMAT="elf64-hppa-linux"
+NO_REL_RELOCS=yes
 TEXT_START_ADDR=0x10000
 TARGET_PAGE_SIZE=0x10000
 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
@@ -28,7 +25,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='
This page took 0.02365 seconds and 4 git commands to generate.