aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
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
commit9299404eba0343364742a9fc85f6cfaded61eb73 (patch)
tree7aef8b1f152f595f567561c0e487490b070bde9f /gdb/defs.h
parent7a621144429a4760ba888069d08bd190e3557119 (diff)
downloadfsf-binutils-gdb-9299404eba0343364742a9fc85f6cfaded61eb73.zip
fsf-binutils-gdb-9299404eba0343364742a9fc85f6cfaded61eb73.tar.gz
fsf-binutils-gdb-9299404eba0343364742a9fc85f6cfaded61eb73.tar.bz2
Don't include <endian.h>
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 3e75100..461ab31 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -1225,13 +1225,6 @@ extern void *alloca ();
#endif /* Not GNU C */
#endif /* alloca not defined */
-/* Get a definition of BFD_ENDIAN_BIG and BFD_ENDIAN_LITTLE. */
-/* FIXME: cagney/2001-10-31: GDB should just use BFD's definitions. */
-
-#ifdef HAVE_ENDIAN_H
-#include <endian.h>
-#endif
-
/* Dynamic target-system-dependent parameters for GDB. */
#include "gdbarch.h"
#if (GDB_MULTI_ARCH == 0)