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/sparc | |
parent | 3e36a0f45e5df8f57422bcbe41b0d0a241b4159b (diff) | |
download | gdb-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.zip gdb-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.tar.gz gdb-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.tar.bz2 |
Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/tm-sparclet.h | 1 | ||||
-rw-r--r-- | gdb/config/sparc/tm-sparclite.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/sparc/tm-sparclet.h b/gdb/config/sparc/tm-sparclet.h index 5382718..cc52d5a 100644 --- a/gdb/config/sparc/tm-sparclet.h +++ b/gdb/config/sparc/tm-sparclet.h @@ -49,7 +49,6 @@ enum { /* overrides of tm-sparc.h */ #undef TARGET_BYTE_ORDER -#define TARGET_BYTE_ORDER_SELECTABLE /* Sequence of bytes for breakpoint instruction (ta 1). */ #undef BREAKPOINT diff --git a/gdb/config/sparc/tm-sparclite.h b/gdb/config/sparc/tm-sparclite.h index 71723f2..8fafe5e 100644 --- a/gdb/config/sparc/tm-sparclite.h +++ b/gdb/config/sparc/tm-sparclite.h @@ -45,7 +45,6 @@ enum { /* overrides of tm-sparc.h */ #undef TARGET_BYTE_ORDER -#define TARGET_BYTE_ORDER_SELECTABLE /* Select the sparclite disassembler. Slightly different instruction set from the V8 sparc. */ |