mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
9d1fe8a410
New targets for h8/300 simulator and DOS
10 lines
166 B
Bash
Executable File
10 lines
166 B
Bash
Executable File
EMULATION_NAME=go32
|
|
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-i386"
|
|
TEXT_START_ADDR=0x1020
|
|
PAGE_SIZE=0x1000
|
|
SEGMENT_SIZE=0x400000
|
|
NONPAGED_TEXT_START_ADDR=0x0
|
|
ARCH=i386
|
|
|