aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-08-22 03:00:18 +0000
committerJohn Gilmore <gnu@cygnus>1991-08-22 03:00:18 +0000
commit5dd477d4472bb08aa6925ea124c3937584e13d18 (patch)
tree1ac6c1d559d74467e23ac35863e518abfa153dd5 /include
parent4efad21082466e37a02b3a7491d97a53cf2d6924 (diff)
downloadgdb-5dd477d4472bb08aa6925ea124c3937584e13d18.zip
gdb-5dd477d4472bb08aa6925ea124c3937584e13d18.tar.gz
gdb-5dd477d4472bb08aa6925ea124c3937584e13d18.tar.bz2
Support HP-300's under BSD.
Diffstat (limited to 'include')
-rwxr-xr-xinclude/sysdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sysdep.h b/include/sysdep.h
index 154b272..da40fc3 100755
--- a/include/sysdep.h
+++ b/include/sysdep.h
@@ -50,6 +50,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define VAX_BSD_SYS 14
#define TAHOE_BSD_SYS 15
#define RTBSD_SYS 16 /* IBM RT/PC running bsd Unix */
+#define HP300BSD_SYS 17
#include <ansidecl.h>
@@ -131,4 +132,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/h-rtbsd.h>
#endif
+#if HOST_SYS == HP300BSD_SYS
+#include <sys/h-hp300bsd.h>
+#endif
+
#endif