From e2f4c2884cfae19c0d8d292534634fec620056dc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 11 Aug 1993 15:56:14 +0000 Subject: [PATCH] * Base use of sco-core on host, not target. * configure.host (i[34]86-*-sco*): Use i386sco rather than i386v. * config/i386-sco.mt (TDEFINES): Removed. * config/i386sco.mh: New file to use sco-core. * hosts/i386sco.h: New file; just includes hosts/i386v.h. Not needed for gdb 4.10. --- bfd/ChangeLog | 6 ++++++ bfd/hosts/.Sanitize | 1 + bfd/hosts/i386sco.h | 1 + 3 files changed, 8 insertions(+) create mode 100644 bfd/hosts/i386sco.h diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3c6f849cd6..8bea6a466f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ Wed Aug 11 06:40:51 1993 Ian Lance Taylor (ian@cygnus.com) + * Base use of sco-core on host, not target. + * configure.host (i[34]86-*-sco*): Use i386sco rather than i386v. + * config/i386-sco.mt (TDEFINES): Removed. + * config/i386sco.mh: New file to use sco-core. + * hosts/i386sco.h: New file; just includes hosts/i386v.h. + * ecoffswap.h (ecoff_swap_{hdr,ext}_{in,out}): Use signed conversions for some fields. diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize index c8133a5656..eb72df4e48 100644 --- a/bfd/hosts/.Sanitize +++ b/bfd/hosts/.Sanitize @@ -47,6 +47,7 @@ i386isc.h i386linux.h i386lynx.h i386mach.h +i386sco.h i386v.h i386v4.h irix3.h diff --git a/bfd/hosts/i386sco.h b/bfd/hosts/i386sco.h new file mode 100644 index 0000000000..abdb605913 --- /dev/null +++ b/bfd/hosts/i386sco.h @@ -0,0 +1 @@ +#include "hosts/i386v.h" -- 2.34.1