diff --git a/gas/ChangeLog b/gas/ChangeLog index 1c6024141d..a0b264be02 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Thu Jan 25 12:21:53 1996 Ian Lance Taylor + + SCO ELF support from Robert Lipe : + * 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 * config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted. diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index e8fa684a44..f7038cbc8f 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -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 diff --git a/gas/config/sco5.mt b/gas/config/sco5.mt new file mode 100644 index 0000000000..8879320c4e --- /dev/null +++ b/gas/config/sco5.mt @@ -0,0 +1 @@ +TDEFINES=-DSCO_ELF