* emulparams/elf64hppa.sh (MAXPAGESIZE): Define.
authorJeff Law <law@redhat.com>
Sat, 4 Sep 1999 02:20:41 +0000 (02:20 +0000)
committerJeff Law <law@redhat.com>
Sat, 4 Sep 1999 02:20:41 +0000 (02:20 +0000)
        (OTHER_READONLY_SECTIONS, DATA_PLT): Likewise.

ld/ChangeLog
ld/emulparams/elf64hppa.sh [new file with mode: 0755]

index 710f244508a747c7e7eeee8b87c3db253aea969a..485c9b9decadace0c15c9f22c5ff597b063aad65 100644 (file)
@@ -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.
 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 (executable)
index 0000000..7f8116f
--- /dev/null
@@ -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=
This page took 0.028622 seconds and 4 git commands to generate.