diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-15 16:53:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-15 16:53:24 +0000 |
commit | 778eb05eacb13ba46d6b60d9157fcc32db8433a2 (patch) | |
tree | 2b66c1e99b806a1f85109d0c20fee47368448f96 /gdb/defs.h | |
parent | 5b6a02bcf409bfba5fafa2e71d2296e2429de038 (diff) | |
download | gdb-778eb05eacb13ba46d6b60d9157fcc32db8433a2.zip gdb-778eb05eacb13ba46d6b60d9157fcc32db8433a2.tar.gz gdb-778eb05eacb13ba46d6b60d9157fcc32db8433a2.tar.bz2 |
LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1223,7 +1223,7 @@ extern void *alloca (); #endif /* Not GNU C */ #endif /* alloca not defined */ -/* Get a definition of BIG_ENDIAN and LITTLE_ENDIAN. */ +/* Get a definition of BIG_ENDIAN and BFD_ENDIAN_LITTLE. */ /* FIXME: cagney/2001-10-31: GDB should just use BFD's definitions. */ #ifdef HAVE_ENDIAN_H @@ -1234,10 +1234,6 @@ extern void *alloca (); #define BIG_ENDIAN 4321 #endif -#if !defined (LITTLE_ENDIAN) -#define LITTLE_ENDIAN 1234 -#endif - /* Dynamic target-system-dependent parameters for GDB. */ #include "gdbarch.h" #if (GDB_MULTI_ARCH == 0) |