diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-05 22:06:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-05 22:06:38 +0000 |
commit | 9299404eba0343364742a9fc85f6cfaded61eb73 (patch) | |
tree | 7aef8b1f152f595f567561c0e487490b070bde9f /gdb/config/vax | |
parent | 7a621144429a4760ba888069d08bd190e3557119 (diff) | |
download | gdb-9299404eba0343364742a9fc85f6cfaded61eb73.zip gdb-9299404eba0343364742a9fc85f6cfaded61eb73.tar.gz gdb-9299404eba0343364742a9fc85f6cfaded61eb73.tar.bz2 |
Don't include <endian.h>
Diffstat (limited to 'gdb/config/vax')
-rw-r--r-- | gdb/config/vax/xm-vaxbsd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/vax/xm-vaxbsd.h b/gdb/config/vax/xm-vaxbsd.h index b42bd70..6defcc6 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> |