* mpw-eppcmac.c: Update to reflect changes to aix.em.
[deliverable/binutils-gdb.git] / ld / emulparams / hp3hpux.sh
1 EMULATION_NAME=hp3hpux
2 SCRIPT_NAME=aout
3 OUTPUT_FORMAT="a.out-hp300hpux"
4 TEXT_START_ADDR=0
5 PAGE_SIZE=4096
6 ARCH=m68k
7 STACKZERO="___stack_zero = 0x2000;"
8 # This is needed for HPUX 9.0; it is unnecessary but harmless for 8.0.
9 SHLIB_PATH="___dld_shlib_path = 0;"
This page took 0.029442 seconds and 4 git commands to generate.