Add i386 SVR4 configuration files that I couldn't add remotely. See

ChangeLog.
This commit is contained in:
Ian Lance Taylor 1993-09-17 22:17:52 +00:00
parent 80903ca67b
commit 03451d7fa4
5 changed files with 14 additions and 0 deletions

View File

@ -41,10 +41,12 @@ hppaosf.mt
i386-aout.mt
i386-bsd.mt
i386-coff.mt
i386-elf.mt
i386-linux.mt
i386sco.mh
i386v.mh
i386v.mt
i386v4.mh
i960.mt
ieee-h8300.mt
irix4.mh

1
ld/config/i386-elf.mt Normal file
View File

@ -0,0 +1 @@
EMUL=elf_i386

3
ld/config/i386v4.mh Normal file
View File

@ -0,0 +1,3 @@
HOSTING_CRT0=/usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xa.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; fi`
HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else gcc -print-libgcc-file-name; fi` -lc `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; fi` /usr/ccs/lib/crtn.o
NATIVE_LIB_DIRS=/usr/ccs/lib

View File

@ -29,6 +29,7 @@ a29k.sh
ebmon29k.sh
elf32_sparc.sh
elf64_sparc.sh
elf_i386.sh
gld960.sh
go32.sh
h8300.sh

View File

@ -0,0 +1,7 @@
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-i386"
TEXT_START_ADDR=0x08000000
MAXPAGESIZE=0x1000
NONPAGED_TEXT_START_ADDR=0x08000000
ARCH=i386
NOP=0x9090