summaryrefslogtreecommitdiff
path: root/gdb/config/vax
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-05 22:06:38 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-05 22:06:38 +0000
commitd3a9f56f3812f5589d48a95c9a0ecc99bdd7c883 (patch)
tree3845e6dc1a4d6efb6b24f67e84be077cb8ad52e8 /gdb/config/vax
parentd3c051849bfad50aa74906d014d0c6bef67fb282 (diff)
downloadgdb-d3a9f56f3812f5589d48a95c9a0ecc99bdd7c883.tar.gz
Don't include <endian.h>
Diffstat (limited to 'gdb/config/vax')
-rw-r--r--gdb/config/vax/xm-vaxbsd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/vax/xm-vaxbsd.h b/gdb/config/vax/xm-vaxbsd.h
index b42bd704681..6defcc6e079 100644
--- a/gdb/config/vax/xm-vaxbsd.h
+++ b/gdb/config/vax/xm-vaxbsd.h
@@ -1,8 +1,5 @@
/* Definitions to make GDB run on a vax under BSD, 4.3 or 4.4. */
-/* We have to include these files now, so that GDB will not make
- competing definitions in defs.h. */
-#include <machine/endian.h>
/* This should exist on either 4.3 or 4.4. 4.3 doesn't have limits.h
or machine/limits.h. */
#include <sys/param.h>