aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-vaxbsd.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-02-01 12:46:55 +0000
committerStu Grossman <grossman@cygnus>1992-02-01 12:46:55 +0000
commit9e8bf29afd779c353af4b8e10e20d5f6b82ce49f (patch)
tree6eaf0237b2b4703d790e274e40783ed43c132e6c /gdb/xm-vaxbsd.h
parent96499e9638305ae678bc1ed4c53cc0acc1df648d (diff)
downloadgdb-9e8bf29afd779c353af4b8e10e20d5f6b82ce49f.zip
gdb-9e8bf29afd779c353af4b8e10e20d5f6b82ce49f.tar.gz
gdb-9e8bf29afd779c353af4b8e10e20d5f6b82ce49f.tar.bz2
* xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult,
config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen into BSD and Ultrix.
Diffstat (limited to 'gdb/xm-vaxbsd.h')
-rw-r--r--gdb/xm-vaxbsd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/xm-vaxbsd.h b/gdb/xm-vaxbsd.h
new file mode 100644
index 0000000..c072d99
--- /dev/null
+++ b/gdb/xm-vaxbsd.h
@@ -0,0 +1,7 @@
+/* Definitions to make GDB run on a vax under 4.2bsd.
+
+/* We have to include these files now, so that GDB will not make
+ competing definitions in defs.h. */
+#include <machine/endian.h>
+#include <machine/limits.h>
+#include "xm-vax.h"