diff options
-rw-r--r-- | gas/ChangeLog | 10 | ||||
-rw-r--r-- | gas/config/.Sanitize | 1 | ||||
-rw-r--r-- | gas/config/sco5.mt | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1c60241..a0b264b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index e8fa684..f7038cb 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 0000000..8879320 --- /dev/null +++ b/gas/config/sco5.mt @@ -0,0 +1 @@ +TDEFINES=-DSCO_ELF |