aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc/tm-ppcle-eabi.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-08 00:46:39 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-08 00:46:39 +0000
commit97fdab622f92831264c75b0cd8dbeaa3e3cf0dbc (patch)
tree46310cfa3f36bcdddc921b8b094024757c8139d2 /gdb/config/powerpc/tm-ppcle-eabi.h
parentdef71bfa3c2aaf973c269d5efb4d3b71e4b39416 (diff)
downloadgdb-97fdab622f92831264c75b0cd8dbeaa3e3cf0dbc.zip
gdb-97fdab622f92831264c75b0cd8dbeaa3e3cf0dbc.tar.gz
gdb-97fdab622f92831264c75b0cd8dbeaa3e3cf0dbc.tar.bz2
* config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
Delete macro. (second attempt).
Diffstat (limited to 'gdb/config/powerpc/tm-ppcle-eabi.h')
-rw-r--r--gdb/config/powerpc/tm-ppcle-eabi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/powerpc/tm-ppcle-eabi.h b/gdb/config/powerpc/tm-ppcle-eabi.h
index 1eb6470..cc4c752 100644
--- a/gdb/config/powerpc/tm-ppcle-eabi.h
+++ b/gdb/config/powerpc/tm-ppcle-eabi.h
@@ -25,7 +25,4 @@
/* Use normal ppc-eabi definitions */
#include "powerpc/tm-ppc-eabi.h"
-#undef TARGET_BYTE_ORDER_DEFAULT
-#define TARGET_BYTE_ORDER_DEFAULT BFD_ENDIAN_LITTLE
-
#endif /* TM_PPCLE_EABI_H */