URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [emulparams/] [pc532macha.sh] - Rev 826
Go to most recent revision | Compare with Previous | Blame | View Log
SCRIPT_NAME=aout
OUTPUT_FORMAT="a.out-pc532-mach"
TARGET_PAGE_SIZE=0x1000
TEXT_START_ADDR="0x10020"
case ${LD_FLAG} in
n|N) TEXT_START_ADDR=0x10000 ;;
esac
ARCH=ns32k
Go to most recent revision | Compare with Previous | Blame | View Log
