* Base use of sco-core on host, not target.
authorIan Lance Taylor <ian@airs.com>
Wed, 11 Aug 1993 15:56:14 +0000 (15:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 11 Aug 1993 15:56:14 +0000 (15:56 +0000)
* 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
bfd/hosts/.Sanitize
bfd/hosts/i386sco.h [new file with mode: 0644]

index 3c6f849cd65cd3431262497a2106f6506b790da7..8bea6a466fa8df49ccff24539e043d50e4e56832 100644 (file)
@@ -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.
 
index c8133a5656062861ffb5aa6596c3afa92e4632b1..eb72df4e48f3cbc61e1bc8f3ab7f5d6470b49b06 100644 (file)
@@ -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 (file)
index 0000000..abdb605
--- /dev/null
@@ -0,0 +1 @@
+#include "hosts/i386v.h"
This page took 0.030452 seconds and 4 git commands to generate.