SCO ELF support from Robert Lipe <robertl@arnet.com>:

* configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
	* configure: Rebuild.
	* config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
	* config/tc-i386.c (sco_id): New function, if SCO_ELF.
	* config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
	(sco_id): Declare if SCO_ELF.
This commit is contained in:
Ian Lance Taylor 1996-01-25 17:25:25 +00:00
parent 43d36aad03
commit 4fe0fdddfb
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,13 @@
Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com>
SCO ELF support from Robert Lipe <robertl@arnet.com>:
* configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
* configure: Rebuild.
* config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
* config/tc-i386.c (sco_id): New function, if SCO_ELF.
* config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
(sco_id): Declare if SCO_ELF.
Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
* config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.

View File

@ -81,6 +81,7 @@ obj-vms.c
obj-vms.h
ppc-big.mt
ppc-lit.mt
sco5.mt
tc-a29k.c
tc-a29k.h
tc-alpha.c

1
gas/config/sco5.mt Normal file
View File

@ -0,0 +1 @@
TDEFINES=-DSCO_ELF