aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-16 17:57:15 +0000
committerJeff Law <law@redhat.com>1999-09-16 17:57:15 +0000
commit88e99a394dc9f100f17d9a5a7e544e532bd68d1b (patch)
treef260d5fafa96a6db2af1cbf5fb86a20f49f640b2 /ld/emulparams
parent42d106a81f9c2feb78bd1ffdddfecaeefba8c220 (diff)
downloadfsf-binutils-gdb-88e99a394dc9f100f17d9a5a7e544e532bd68d1b.zip
fsf-binutils-gdb-88e99a394dc9f100f17d9a5a7e544e532bd68d1b.tar.gz
fsf-binutils-gdb-88e99a394dc9f100f17d9a5a7e544e532bd68d1b.tar.bz2
* emulparms/elf64hppa.sh (DATA_START_SYMBOLS): Define.
(OTHER_READWRITE_SECTIONS): No longer define __hp_load_map.
Diffstat (limited to 'ld/emulparams')
-rwxr-xr-xld/emulparams/elf64hppa.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/emulparams/elf64hppa.sh b/ld/emulparams/elf64hppa.sh
index 1815b91..536efba 100755
--- a/ld/emulparams/elf64hppa.sh
+++ b/ld/emulparams/elf64hppa.sh
@@ -24,7 +24,7 @@ OTHER_READONLY_SECTIONS='.PARISC.unwind : { *(.PARISC.unwind) } .stubs : { *(.st
# The PA64 ELF port treats .plt sections differently than most. We also have
# to create a .opd section. What most systems call the .got, we call the .dlt
-OTHER_READWRITE_SECTIONS='__hp_load_map = .; . += 16; .opd : { *(.opd) } __gp = .; .plt : { *(.plt) } .dlt : { *(.dlt) }'
+OTHER_READWRITE_SECTIONS='.opd : { *(.opd) } __gp = .; .plt : { *(.plt) } .dlt : { *(.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
@@ -42,6 +42,7 @@ OTHER_GOT_RELOC_SECTIONS='.rela.dlt : { *(.rela.dlt) }'
# building unwinders instead of computing the base of the text segment
# in the BFD backend.
TEXT_START_SYMBOLS='__text_dummy = . ;'
+DATA_START_SYMBOLS='__hp_load_map = .; . += 16;'
# The linker is required to define these two symbols.
EXECUTABLE_SYMBOLS='__SYSTEM_ID = 0x214; _FPU_STATUS = 0x0;'