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/defs.h | |
parent | 7a621144429a4760ba888069d08bd190e3557119 (diff) | |
download | gdb-9299404eba0343364742a9fc85f6cfaded61eb73.zip gdb-9299404eba0343364742a9fc85f6cfaded61eb73.tar.gz gdb-9299404eba0343364742a9fc85f6cfaded61eb73.tar.bz2 |
Don't include <endian.h>
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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) |