summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-10 14:31:09 +0000
committerJeff Law <law@redhat.com>1999-09-10 14:31:09 +0000
commit90d28b49b36ce10abf4c480cfed166bf8827c819 (patch)
tree0455e41514645fb3e984e12c7828e8b70bdc2375
parent5f727994a70b8158eb3bb487800e701ada01f70a (diff)
downloadbinutils-redhat-90d28b49b36ce10abf4c480cfed166bf8827c819.tar.gz
* emulparms/elf64hppa.sh (LIB_PATH): Define.
-rw-r--r--ld/ChangeLog2
-rwxr-xr-xld/emulparams/elf64hppa.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 4e1b3afc5f..b9182b7c67 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/emulparams/elf64hppa.sh b/ld/emulparams/elf64hppa.sh
index 06bbfc23dc..b92a1ef976 100755
--- a/ld/emulparams/elf64hppa.sh
+++ b/ld/emulparams/elf64hppa.sh
@@ -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