aboutsummaryrefslogtreecommitdiff
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
parentdef71bfa3c2aaf973c269d5efb4d3b71e4b39416 (diff)
downloadfsf-binutils-gdb-97fdab622f92831264c75b0cd8dbeaa3e3cf0dbc.zip
fsf-binutils-gdb-97fdab622f92831264c75b0cd8dbeaa3e3cf0dbc.tar.gz
fsf-binutils-gdb-97fdab622f92831264c75b0cd8dbeaa3e3cf0dbc.tar.bz2
* config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
Delete macro. (second attempt).
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/config/powerpc/tm-ppcle-eabi.h3
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 26d72d4..7576c2d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-07 Andrew Cagney <ac131313@redhat.com>
+
+ * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
+ Delete macro.
+
2002-02-07 Michael Snyder <msnyder@redhat.com>
* solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
@@ -518,7 +523,6 @@
(target_byte_order): Initialize to BFD_ENDIAN_BIG.
(initialize_current_architecture): Update target_byte_order using
information from BFD.
- * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
* config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
* config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
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 */