diff options
author | Jeff Law <law@redhat.com> | 1999-09-04 02:20:41 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-04 02:20:41 +0000 |
commit | 4b69d4ada37315358a777fafdec0fb367fe0d911 (patch) | |
tree | 56ead7257d12f3cc27f6a81c19a893f656922ece /ld/emulparams | |
parent | dca1443537c7222d96bdd7c7419508bd35484a6d (diff) | |
download | gdb-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/emulparams')
-rwxr-xr-x | ld/emulparams/elf64hppa.sh | 12 |
1 files changed, 12 insertions, 0 deletions
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= |