mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Define.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Thu Sep 16 10:59:56 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Define.
|
||||||
|
|
||||||
Wed Sep 15 02:47:43 1999 Jeffrey A Law (law@cygnus.com)
|
Wed Sep 15 02:47:43 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* emulparms/elf64hppa.sh (SHLIB_TEXT_START_ADDR): Define.
|
* emulparms/elf64hppa.sh (SHLIB_TEXT_START_ADDR): Define.
|
||||||
|
@ -34,6 +34,15 @@ OTHER_BSS_SECTIONS='.hbss : { *(.hbss) } .tbss : { *(.tbss) } __TLS_SIZE = SIZEO
|
|||||||
# HPs use .dlt where systems use .got. Sigh.
|
# HPs use .dlt where systems use .got. Sigh.
|
||||||
OTHER_GOT_RELOC_SECTIONS='.rela.dlt : { *(.rela.dlt) }'
|
OTHER_GOT_RELOC_SECTIONS='.rela.dlt : { *(.rela.dlt) }'
|
||||||
|
|
||||||
|
# This does not have to be strictly the bottom of the text segment since
|
||||||
|
# it is merely for performing relocations relative to a symbol that is not
|
||||||
|
# going to be referenced in any other manner.
|
||||||
|
#
|
||||||
|
# If it was the true base of the text segment, then we could use it for
|
||||||
|
# building unwinders instead of computing the base of the text segment
|
||||||
|
# in the BFD backend.
|
||||||
|
TEXT_START_SYMBOLS='__text_dummy = . ;'
|
||||||
|
|
||||||
# The linker is required to define these two symbols.
|
# The linker is required to define these two symbols.
|
||||||
EXECUTABLE_SYMBOLS='__SYSTEM_ID = 0x214; _FPU_STATUS = 0x0;'
|
EXECUTABLE_SYMBOLS='__SYSTEM_ID = 0x214; _FPU_STATUS = 0x0;'
|
||||||
DATA_PLT=
|
DATA_PLT=
|
||||||
|
Reference in New Issue
Block a user