* emulparms/elf64hppa.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.dlt.
This commit is contained in:
parent
06a5ee5553
commit
2491f1100f
@ -1,3 +1,7 @@
|
||||
Tue Sep 14 05:26:34 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* emulparms/elf64hppa.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.dlt.
|
||||
|
||||
1999-09-13 Donn Terry <donn@interix.com>
|
||||
|
||||
* emultempl/pe.em: Remove the output file at the start, in case it
|
||||
|
@ -34,6 +34,9 @@ OTHER_READWRITE_SECTIONS='.dlt : { *(.plt) *(.dlt) *(.opd) }'
|
||||
# __TLS_SIZE to the size of the thread bss section.
|
||||
OTHER_BSS_SECTIONS='.hbss : { *(.hbss) } .tbss : { *(.tbss) } __TLS_SIZE = SIZEOF(.tbss);'
|
||||
|
||||
# HPs use .dlt where systems use .got. Sigh.
|
||||
OTHER_GOT_RELOC_SECTIONS='.rela.dlt : { *(.rela.dlt) }'
|
||||
|
||||
# The linker is required to define these two symbols.
|
||||
EXECUTABLE_SYMBOLS='__SYSTEM_ID = 0x214; _FPU_STATUS = 0x0;'
|
||||
DATA_PLT=
|
||||
|
Loading…
x
Reference in New Issue
Block a user