diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-12-05 22:30:45 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-12-05 22:30:45 +0000 |
commit | edbceb89a80a928f019500201784c2592d8e9807 (patch) | |
tree | 8caeddafbbd668dbf686d03a15f326034c4cb0a2 | |
parent | cf869869bde0e659d8f28e56f10e0fccf9b6bb3d (diff) | |
download | gdb-edbceb89a80a928f019500201784c2592d8e9807.zip gdb-edbceb89a80a928f019500201784c2592d8e9807.tar.gz gdb-edbceb89a80a928f019500201784c2592d8e9807.tar.bz2 |
(TM_PRINT_INSN_MACH): Redefine for sparclet.
-rw-r--r-- | gdb/config/sparc/tm-sparclet.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/sparc/tm-sparclet.h b/gdb/config/sparc/tm-sparclet.h index dc46141..b4d4bcb 100644 --- a/gdb/config/sparc/tm-sparclet.h +++ b/gdb/config/sparc/tm-sparclet.h @@ -21,6 +21,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define TARGET_SPARCLET 1 +/* Select the sparclet disassembler. Slightly different instruction set from + the V8 sparc. */ + +#undef TM_PRINT_INSN_MACH +#define TM_PRINT_INSN_MACH bfd_mach_sparc_sparclet + /* overrides of tm-sparc.h */ #undef TARGET_BYTE_ORDER |