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/config/powerpc/tm-ppcle-eabi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/powerpc/tm-ppcle-eabi.h') diff --git a/gdb/config/powerpc/tm-ppcle-eabi.h b/gdb/config/powerpc/tm-ppcle-eabi.h index a6b1671..1eb6470 100644 --- a/gdb/config/powerpc/tm-ppcle-eabi.h +++ b/gdb/config/powerpc/tm-ppcle-eabi.h @@ -26,6 +26,6 @@ #include "powerpc/tm-ppc-eabi.h" #undef TARGET_BYTE_ORDER_DEFAULT -#define TARGET_BYTE_ORDER_DEFAULT LITTLE_ENDIAN +#define TARGET_BYTE_ORDER_DEFAULT BFD_ENDIAN_LITTLE #endif /* TM_PPCLE_EABI_H */ -- cgit v1.1