aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/config.bfd5
2 files changed, 9 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e6c2990..050eba4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 27 12:47:27 1998 Robert Lipe <robertl@dgii.com>
+
+ * config.bfd (i[3456]86-sco3.2v5*) ELF now the default.
+ (i[3456]86sco3.2v5*coff) New target.
+
Mon Jan 26 15:41:30 1998 Ian Lance Taylor <ian@cygnus.com>
* bfd-in2.h: Rebuild with changes to chew--tab expansion.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 906733d..f7ef949 100755
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -151,8 +151,11 @@ case "${targ}" in
;;
#endif /* defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) */
+ i[3456]86-*-sco3.2v5*coff)
+ targ_defvec=i386coff_vec
+ ;;
i[3456]86-*-sysv4* | i[3456]86-*-unixware | i[3456]86-*-solaris2* | \
- i[3456]86-*-elf | i[3456]86-*-sco*elf* | i[3456]86-*-freebsdelf* | \
+ i[3456]86-*-elf | i[3456]86-*-sco3.2v5* | i[3456]86-*-freebsdelf* | \
i[3456]86-*-dgux*)
targ_defvec=bfd_elf32_i386_vec
targ_selvecs=i386coff_vec