* 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:
Ian Lance Taylor 1994-05-04 20:22:15 +00:00
parent 2237e240e3
commit 0573a3b135
3 changed files with 9 additions and 2 deletions
ld

View file

@ -1,2 +1 @@
# This seems somewhat bogus.
EMUL=sun3
EMUL=m68kaout

View file

@ -54,6 +54,7 @@ i386linux.sh
i386lynx.sh
i386mach.sh
lnk960.sh
m68kaout.sh
m68kcoff.sh
m68klynx.sh
m88kbcs.sh

View 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