From 778eb05eacb13ba46d6b60d9157fcc32db8433a2 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 15 Dec 2001 16:53:24 +0000 Subject: LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE --- gdb/defs.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index b1512a2..48adef51 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) -- cgit v1.1