diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-08 00:46:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-08 00:46:39 +0000 |
commit | 97fdab622f92831264c75b0cd8dbeaa3e3cf0dbc (patch) | |
tree | 46310cfa3f36bcdddc921b8b094024757c8139d2 /gdb/config | |
parent | def71bfa3c2aaf973c269d5efb4d3b71e4b39416 (diff) | |
download | gdb-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')
-rw-r--r-- | gdb/config/powerpc/tm-ppcle-eabi.h | 3 |
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 */ |