mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 10:28:59 +08:00
* 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:
7
ld/emulparams/i386mach.sh
Normal file
7
ld/emulparams/i386mach.sh
Normal 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
|
Reference in New Issue
Block a user