URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [emulparams/] [coff_sparc.sh] - Rev 847
Go to most recent revision | Compare with Previous | Blame | View Log
SCRIPT_NAME=sparccoff OUTPUT_FORMAT="coff-sparc" # following are dubious (borrowed from sparc lynx) TARGET_PAGE_SIZE=0x1000 TEXT_START_ADDR=0 case ${LD_FLAG} in n|N) TEXT_START_ADDR=0x1000 ;; esac ARCH=sparc
Go to most recent revision | Compare with Previous | Blame | View Log