aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-20 03:44:17 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-20 03:44:17 +0000
commit8215bbacd070c17618fa9e48c179f8ac2db306a0 (patch)
tree58caca64e457d2fb0f6ea666df230b7e8bb93067 /bfd
parent7054ee6d2b63d63cff91d8ac55e0de1b399dc71d (diff)
downloadgdb-8215bbacd070c17618fa9e48c179f8ac2db306a0.zip
gdb-8215bbacd070c17618fa9e48c179f8ac2db306a0.tar.gz
gdb-8215bbacd070c17618fa9e48c179f8ac2db306a0.tar.bz2
Undo precipitous changes.
Diffstat (limited to 'bfd')
-rwxr-xr-xbfd/config.sub10
-rw-r--r--bfd/hosts/.Sanitize5
-rw-r--r--bfd/hosts/i386v.h6
3 files changed, 6 insertions, 15 deletions
diff --git a/bfd/config.sub b/bfd/config.sub
index 3c11b5c..805bb8b 100755
--- a/bfd/config.sub
+++ b/bfd/config.sub
@@ -162,12 +162,6 @@ iris | iris4d)
vendor=sgi
os=irix # maybe?
;;
-
-dpx2)
- vendor = bull
- cpu = m68k
- os = sysv
- ;;
isi | isi68)
cpu=m68k
vendor=isi
@@ -394,7 +388,7 @@ case "${vendor}" in
cbm | convergent | convex | coff | cray | dec | encore |\
gould | intel | isi | hp | ibm | little | mips | motorola |\
ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
- unicom | utek | wrs | bull ) ;;
+ unicom | utek | wrs ) ;;
# start-sanitize-v9
hal) ;;
@@ -410,7 +404,7 @@ esac
case "${os}" in
aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \
- | isc* | kern | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
+ | isc* | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
| sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \
| sym[1-9]* | unicos* | uts | svr4 | amigados)
;;
diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize
index 09b5b91..81ef5ff 100644
--- a/bfd/hosts/.Sanitize
+++ b/bfd/hosts/.Sanitize
@@ -33,7 +33,6 @@ h-hp9000.h
h-hp300bsd.h
h-i386v.h
h-irix3.h
-h-m68kv.h
h-rs6000.h
h-rtbsd.h
h-sun3.h
@@ -51,8 +50,8 @@ echo Done in `pwd`.
#
#
# $Log$
-# Revision 1.6 1991/09/19 21:05:02 steve
-# Stuff for new machiens
+# Revision 1.7 1991/09/20 03:42:22 gnu
+# Undo precipitous changes.
#
# Revision 1.5 1991/09/17 06:57:44 grossman
# sgi/irix config stuff.
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h
index 33e3d1d..f1018c6 100644
--- a/bfd/hosts/i386v.h
+++ b/bfd/hosts/i386v.h
@@ -1,13 +1,11 @@
-#include <sys/types.h>
-#include <sys/file.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
-
+#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
#include <string.h>
-
+#include <sys/file.h>
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif