]> Git Repo - binutils.git/blob - ld/emulparams/mipsidt.sh
* ldfile.c (ldfile_open_command): Don't try .ld extension.
[binutils.git] / ld / emulparams / mipsidt.sh
1 EMULATION_NAME=mipsidt
2 SCRIPT_NAME=mips
3 OUTPUT_FORMAT="ecoff-bigmips"
4 PAGE_SIZE=0x1000000
5 ARCH=mips
6 ENTRY=start
7 TEXT_START_ADDR=0xa0012000
8 DATA_ADDR=.
9 BSS_VAR="_fbss = .;"
This page took 0.024552 seconds and 4 git commands to generate.