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 | ed59d21912d94392c9b918d4895641c76a7b3da5 (patch) | |
tree | 9d564553b9efa5723846e38acf665fb912453346 /gdb/defs.h | |
parent | 3e7ef95edd82f76caa300702d7ba01dcda21a53b (diff) | |
download | gdb-ed59d21912d94392c9b918d4895641c76a7b3da5.tar.gz |
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
diff --git a/gdb/defs.h b/gdb/defs.h index b1512a2e39c..48adef5139d 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -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) |