diff options
author | Alan Modra <amodra@bigpond.net.au> | 2005-08-18 03:49:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2005-08-18 03:49:39 +0000 |
commit | 63fcae438198125b185d1b2bd52e31de61babde8 (patch) | |
tree | be8ca7f12a34f8c783c03ceb42d910c3edbcc88e /opcodes/disassemble.c | |
parent | e951dc97bb6bdd71b4966cecead8e47fda3e5c32 (diff) | |
download | gdb-63fcae438198125b185d1b2bd52e31de61babde8.tar.gz |
Remove a29k support.
Diffstat (limited to 'opcodes/disassemble.c')
-rw-r--r-- | opcodes/disassemble.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c index cbecfcdf40e..c0ff7b4c4c5 100644 --- a/opcodes/disassemble.c +++ b/opcodes/disassemble.c @@ -20,7 +20,6 @@ #include "dis-asm.h" #ifdef ARCH_all -#define ARCH_a29k #define ARCH_alpha #define ARCH_arc #define ARCH_arm @@ -94,12 +93,6 @@ disassembler (abfd) { /* If you add a case to this table, also add it to the ARCH_all definition right above this function. */ -#ifdef ARCH_a29k - case bfd_arch_a29k: - /* As far as I know we only handle big-endian 29k objects. */ - disassemble = print_insn_big_a29k; - break; -#endif #ifdef ARCH_alpha case bfd_arch_alpha: disassemble = print_insn_alpha; |