aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-09 11:56:00 +0000
committerJeff Law <law@redhat.com>1999-09-09 11:56:00 +0000
commit040266ab3312eb2806710cba082bc4e897eb0346 (patch)
tree7e3eac4b6ca17fc0991c3dffc9c05b2c0ebdcb62 /ld
parentd4f3574e777abfa65c9ba134e582228f3f32a8d6 (diff)
downloadfsf-binutils-gdb-040266ab3312eb2806710cba082bc4e897eb0346.zip
fsf-binutils-gdb-040266ab3312eb2806710cba082bc4e897eb0346.tar.gz
fsf-binutils-gdb-040266ab3312eb2806710cba082bc4e897eb0346.tar.bz2
Thu Sep 9 05:52:34 1999 Jeffrey A Law (law@cygnus.com)
* emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Define. 1999-09-08 Ulrich Drepper <drepper@cygnus.com> * emulparams/elf64hppa.sh (ELFSIZE): New. Set to 64. Wed Sep 8 00:07:39 1999 Jeffrey A Law (law@cygnus.com) * emulparms/elf64hppa.sh (ENTRY): Define to main.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog12
-rwxr-xr-xld/emulparams/elf64hppa.sh4
2 files changed, 15 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index db9a039..d7e2f44 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,15 @@
+Thu Sep 9 05:52:34 1999 Jeffrey A Law (law@cygnus.com)
+
+ * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Define.
+
+1999-09-08 Ulrich Drepper <drepper@cygnus.com>
+
+ * emulparams/elf64hppa.sh (ELFSIZE): New. Set to 64.
+
+Wed Sep 8 00:07:39 1999 Jeffrey A Law (law@cygnus.com)
+
+ * emulparms/elf64hppa.sh (ENTRY): Define to main.
+
1999-09-03 Scott Bambrough <scottb@netwinder.org>
* ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
diff --git a/ld/emulparams/elf64hppa.sh b/ld/emulparams/elf64hppa.sh
index 7f8116f..7fc6bd8 100755
--- a/ld/emulparams/elf64hppa.sh
+++ b/ld/emulparams/elf64hppa.sh
@@ -1,12 +1,14 @@
SCRIPT_NAME=elf
+ELFSIZE=64
OUTPUT_FORMAT="elf64-hppa"
TEXT_START_ADDR=0x4000000000000000
TARGET_PAGE_SIZE=4096
MAXPAGESIZE=4096
ARCH=hppa
MACHINE=hppa2.0w
-START="_start"
+ENTRY="main"
TEMPLATE_NAME=elf32
GENERATE_SHLIB_SCRIPT=yes
OTHER_READONLY_SECTIONS='.stubs : { *(.stubs) } .PARISC.unwind : { *(.PARISC.unwind) }'
+OTHER_READWRITE_SECTIONS='.dlt : { *(.opd) *(.plt) *(.dlt) }'
DATA_PLT=