diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-20 19:26:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-20 19:26:50 +0000 |
commit | 3fd3d7d29c5ea6ba2dff07fe353bac80fefce363 (patch) | |
tree | 1814112048b5c78deafd7c8ca1d911c3bc0ec7c3 /gdb/config/powerpc | |
parent | 3e36a0f45e5df8f57422bcbe41b0d0a241b4159b (diff) | |
download | ppe42-binutils-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.tar.gz ppe42-binutils-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.zip |
Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/tm-ppc-eabi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/powerpc/tm-ppc-eabi.h b/gdb/config/powerpc/tm-ppc-eabi.h index 8830504b69..92e41271fc 100644 --- a/gdb/config/powerpc/tm-ppc-eabi.h +++ b/gdb/config/powerpc/tm-ppc-eabi.h @@ -39,8 +39,6 @@ /* Say that we're using ELF, not XCOFF. */ #define ELF_OBJECT_FORMAT 1 -#define TARGET_BYTE_ORDER_SELECTABLE_P 1 - /* The value of symbols of type N_SO and N_FUN maybe null when it shouldn't be. */ #define SOFUN_ADDRESS_MAYBE_MISSING |