Thu Sep 16 10:59:56 1999 Jeffrey A Law (law@cygnus.com)
+ * emulparms/elf64hppa.sh (DATA_START_SYMBOLS): Define.
+ (OTHER_READWRITE_SECTIONS): No longer define __hp_load_map.
+
* emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Define.
Wed Sep 15 02:47:43 1999 Jeffrey A Law (law@cygnus.com)
# 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
# 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;'