mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-30 23:40:24 +00:00
8 lines
185 B
Bash
8 lines
185 B
Bash
SCRIPT_NAME=sparccoff
|
|
OUTPUT_FORMAT="coff-sparc"
|
|
# following are dubious (borrowed from sparc lynx)
|
|
TARGET_PAGE_SIZE=0x1000
|
|
TEXT_START_ADDR=0
|
|
NONPAGED_TEXT_START_ADDR=0x1000
|
|
ARCH=sparc
|