Don't use "_gp" on RISC-V, use "_global_pointer$" instead
[deliverable/binutils-gdb.git] / ld / emulparams / hp3hpux.sh
1 SCRIPT_NAME=aout
2 OUTPUT_FORMAT="a.out-hp300hpux"
3 TEXT_START_ADDR=0
4 TARGET_PAGE_SIZE=4096
5 ARCH=m68k
6 STACKZERO="___stack_zero = 0x2000; __DYNAMIC = 0;"
7 # This is needed for HPUX 9.0; it is unnecessary but harmless for 8.0.
8 SHLIB_PATH="___dld_shlib_path = 0;"
This page took 0.030534 seconds and 4 git commands to generate.