mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
10 lines
172 B
Bash
10 lines
172 B
Bash
|
EMULATION_NAME=mipsidt
|
||
|
SCRIPT_NAME=mips
|
||
|
OUTPUT_FORMAT="ecoff-bigmips"
|
||
|
PAGE_SIZE=0x1000000
|
||
|
ARCH=mips
|
||
|
ENTRY=start
|
||
|
TEXT_START_ADDR=0xa0012000
|
||
|
DATA_ADDR=.
|
||
|
BSS_VAR="_fbss = .;"
|