aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-04 02:20:41 +0000
committerJeff Law <law@redhat.com>1999-09-04 02:20:41 +0000
commit4b69d4ada37315358a777fafdec0fb367fe0d911 (patch)
tree56ead7257d12f3cc27f6a81c19a893f656922ece /ld
parentdca1443537c7222d96bdd7c7419508bd35484a6d (diff)
downloadgdb-4b69d4ada37315358a777fafdec0fb367fe0d911.zip
gdb-4b69d4ada37315358a777fafdec0fb367fe0d911.tar.gz
gdb-4b69d4ada37315358a777fafdec0fb367fe0d911.tar.bz2
* emulparams/elf64hppa.sh (MAXPAGESIZE): Define.
(OTHER_READONLY_SECTIONS, DATA_PLT): Likewise.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rwxr-xr-xld/emulparams/elf64hppa.sh12
2 files changed, 17 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 710f244..485c9b9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 3 20:17:08 1999 Jeffrey A Law (law@cygnus.com)
+
+ * emulparams/elf64hppa.sh (MAXPAGESIZE): Define.
+ (OTHER_READONLY_SECTIONS, DATA_PLT): Likewise.
+
Thu Sep 2 14:32:03 1999 Jeffrey A Law (law@cygnus.com)
* emulparams/elf64hppa.sh: New file.
diff --git a/ld/emulparams/elf64hppa.sh b/ld/emulparams/elf64hppa.sh
new file mode 100755
index 0000000..7f8116f
--- /dev/null
+++ b/ld/emulparams/elf64hppa.sh
@@ -0,0 +1,12 @@
+SCRIPT_NAME=elf
+OUTPUT_FORMAT="elf64-hppa"
+TEXT_START_ADDR=0x4000000000000000
+TARGET_PAGE_SIZE=4096
+MAXPAGESIZE=4096
+ARCH=hppa
+MACHINE=hppa2.0w
+START="_start"
+TEMPLATE_NAME=elf32
+GENERATE_SHLIB_SCRIPT=yes
+OTHER_READONLY_SECTIONS='.stubs : { *(.stubs) } .PARISC.unwind : { *(.PARISC.unwind) }'
+DATA_PLT=