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