diff options
Diffstat (limited to 'ld/emulparams/hp3hpux.sh')
-rw-r--r-- | ld/emulparams/hp3hpux.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/emulparams/hp3hpux.sh b/ld/emulparams/hp3hpux.sh new file mode 100644 index 00000000000..b7badd8b806 --- /dev/null +++ b/ld/emulparams/hp3hpux.sh @@ -0,0 +1,8 @@ +SCRIPT_NAME=aout +OUTPUT_FORMAT="a.out-hp300hpux" +TEXT_START_ADDR=0 +TARGET_PAGE_SIZE=4096 +ARCH=m68k +STACKZERO="___stack_zero = 0x2000; __DYNAMIC = 0;" +# This is needed for HPUX 9.0; it is unnecessary but harmless for 8.0. +SHLIB_PATH="___dld_shlib_path = 0;" |