Lynx support

This commit is contained in:
Stan Shebs 1993-09-28 20:59:59 +00:00
parent 3f905ec153
commit bd7b78f769
6 changed files with 22 additions and 0 deletions

View File

@ -43,6 +43,7 @@ i386-bsd.mt
i386-coff.mt
i386-elf.mt
i386-linux.mt
i386-lynx.mt
i386sco.mh
i386v.mh
i386v.mt
@ -52,6 +53,7 @@ ieee-h8300.mt
irix4.mh
m68k-coff.mt
m68k.mt
m68k-lynx.mt
m68kv.mt
m88k-bcs.mt
mipsbsd.mt

2
ld/config/i386-lynx.mt Normal file
View File

@ -0,0 +1,2 @@
EMUL=i386lynx
OTHER_EMULATIONS=em_i386lynx.o

2
ld/config/m68k-lynx.mt Normal file
View File

@ -0,0 +1,2 @@
EMUL=m68klynx
OTHER_EMULATIONS=em_m68klynx.o

View File

@ -42,8 +42,10 @@ i386aout.sh
i386bsd.sh
i386coff.sh
i386linux.sh
i386lynx.sh
lnk960.sh
m68kcoff.sh
m68klynx.sh
m88kbcs.sh
mipsbig.sh
mipsbsd.sh

View File

@ -0,0 +1,9 @@
SCRIPT_NAME=i386coff
OUTPUT_FORMAT="coff-i386-lynx"
# This is what their /lib/init1.o seems to want.
ENTRY=_main
# following are dubious
PAGE_SIZE=0x1000
TEXT_START_ADDR=0
NONPAGED_TEXT_START_ADDR=0x1000
ARCH=i386

View File

@ -0,0 +1,5 @@
SCRIPT_NAME=m68kcoff
OUTPUT_FORMAT="coff-m68k"
TEXT_START_ADDR=0x1000000
PAGE_SIZE=0x1000000
ARCH=m68k