* emulparams/i386mach.sh (NONPAGED_TEXT_START_ADDR): Don't include

exec header offset, since the exec header isn't loaded.
	(PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c.
This commit is contained in:
David MacKenzie
1993-12-31 21:13:03 +00:00
parent 696df58f2d
commit ae9c800701
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
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