vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / pc532macha.sh
1 SCRIPT_NAME=aout
2 OUTPUT_FORMAT="a.out-pc532-mach"
3 TARGET_PAGE_SIZE=0x1000
4 TEXT_START_ADDR="0x10020"
5 case ${LD_FLAG} in
6 n|N) TEXT_START_ADDR=0x10000 ;;
7 esac
8 ARCH=ns32k
This page took 0.045283 seconds and 4 git commands to generate.