source: trunk/binutils/ld/emulparams/hp3hpux.sh@ 3232

Last change on this file since 3232 was 10, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 257 bytes
Line 
1SCRIPT_NAME=aout
2OUTPUT_FORMAT="a.out-hp300hpux"
3TEXT_START_ADDR=0
4TARGET_PAGE_SIZE=4096
5ARCH=m68k
6STACKZERO="___stack_zero = 0x2000; __DYNAMIC = 0;"
7# This is needed for HPUX 9.0; it is unnecessary but harmless for 8.0.
8SHLIB_PATH="___dld_shlib_path = 0;"
Note: See TracBrowser for help on using the repository browser.