* emulparms/elf64hppa.sh (LIB_PATH): Define.
This commit is contained in:
parent
6a0b987115
commit
e5b08bf0d3
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
Fri Sep 10 00:22:50 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* emulparms/elf64hppa.sh (LIB_PATH): Define.
|
||||
|
||||
* emulparms/elf64hppa.sh (OTHER_READONLY_SECTIONS): Put stubs before
|
||||
unwinders so that they are closer to the text section.
|
||||
(OTHER_BSS_SECTIONS): Define.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
SCRIPT_NAME=elf
|
||||
ELFSIZE=64
|
||||
OUTPUT_FORMAT="elf64-hppa"
|
||||
LIB_PATH=/usr/lib/pa20_64:/opt/langtools/lib/pa20_64
|
||||
TEXT_START_ADDR=0x4000000000001000
|
||||
DATA_ADDR=0x8000000000001000
|
||||
TARGET_PAGE_SIZE=4096
|
||||
|
|
Loading…
Reference in a new issue