gdb.base/gdb-sigterm.exp: Fix spurious FAILs
[deliverable/binutils-gdb.git] / ld / emulparams / pc532macha.sh
... / ...
CommitLineData
1SCRIPT_NAME=aout
2OUTPUT_FORMAT="a.out-pc532-mach"
3TARGET_PAGE_SIZE=0x1000
4TEXT_START_ADDR="0x10020"
5case ${LD_FLAG} in
6 n|N) TEXT_START_ADDR=0x10000 ;;
7esac
8ARCH=ns32k
This page took 0.024243 seconds and 4 git commands to generate.