mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* config/m68k.mt (EMUL): Set to m68kaout.
* emulparams/m68kaout.sh: New file. * Makefile.in (ALL_EMULATIONS): Add em_m68kaout.o. (em_m68kaout.c): New target.
This commit is contained in:
@ -1,2 +1 @@
|
|||||||
# This seems somewhat bogus.
|
EMUL=m68kaout
|
||||||
EMUL=sun3
|
|
||||||
|
@ -54,6 +54,7 @@ i386linux.sh
|
|||||||
i386lynx.sh
|
i386lynx.sh
|
||||||
i386mach.sh
|
i386mach.sh
|
||||||
lnk960.sh
|
lnk960.sh
|
||||||
|
m68kaout.sh
|
||||||
m68kcoff.sh
|
m68kcoff.sh
|
||||||
m68klynx.sh
|
m68klynx.sh
|
||||||
m88kbcs.sh
|
m88kbcs.sh
|
||||||
|
7
ld/emulparams/m68kaout.sh
Normal file
7
ld/emulparams/m68kaout.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
SCRIPT_NAME=aout
|
||||||
|
OUTPUT_FORMAT="a.out-zero-big"
|
||||||
|
TEXT_START_ADDR=0x2020
|
||||||
|
PAGE_SIZE=0x2000
|
||||||
|
SEGMENT_SIZE=0x20000
|
||||||
|
NONPAGED_TEXT_START_ADDR=0x2000
|
||||||
|
ARCH=m68k
|
Reference in New Issue
Block a user