SCO ELF support from Robert Lipe <robertl@arnet.com>:
authorIan Lance Taylor <ian@airs.com>
Thu, 25 Jan 1996 17:25:25 +0000 (17:25 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 25 Jan 1996 17:25:25 +0000 (17:25 +0000)
* 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.

gas/ChangeLog
gas/config/.Sanitize
gas/config/sco5.mt [new file with mode: 0644]

index 1c60241..a0b264b 100644 (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.
index e8fa684..f7038cb 100644 (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
diff --git a/gas/config/sco5.mt b/gas/config/sco5.mt
new file mode 100644 (file)
index 0000000..8879320
--- /dev/null
@@ -0,0 +1 @@
+TDEFINES=-DSCO_ELF