mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
ae9c800701
exec header offset, since the exec header isn't loaded. (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c.
8 lines
139 B
Bash
8 lines
139 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-mach3"
|
|
TEXT_START_ADDR=0x10020
|
|
NONPAGED_TEXT_START_ADDR=0x10000
|
|
PAGE_SIZE=1
|
|
SEGMENT_SIZE=0
|
|
ARCH=i386
|