diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-11 15:56:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-11 15:56:14 +0000 |
commit | e2f4c2884cfae19c0d8d292534634fec620056dc (patch) | |
tree | cd0c69f5a08a5b52bad66bfb9be35f882ca606ed | |
parent | fbffaf55b818e84200b2f594f132b0abcd2e885d (diff) | |
download | gdb-e2f4c2884cfae19c0d8d292534634fec620056dc.zip gdb-e2f4c2884cfae19c0d8d292534634fec620056dc.tar.gz gdb-e2f4c2884cfae19c0d8d292534634fec620056dc.tar.bz2 |
* 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.
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | bfd/hosts/.Sanitize | 1 | ||||
-rw-r--r-- | bfd/hosts/i386sco.h | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3c6f849..8bea6a4 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 c8133a5..eb72df4 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 0000000..abdb605 --- /dev/null +++ b/bfd/hosts/i386sco.h @@ -0,0 +1 @@ +#include "hosts/i386v.h" |