* config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):

Delete macro.

(second attempt).
This commit is contained in:
Andrew Cagney 2002-02-08 00:46:39 +00:00
parent def71bfa3c
commit 97fdab622f
2 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -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 */