aboutsummaryrefslogtreecommitdiff
path: root/opcodes/sh-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/sh-dis.c')
-rw-r--r--opcodes/sh-dis.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/opcodes/sh-dis.c b/opcodes/sh-dis.c
index c441e59..33aec29 100644
--- a/opcodes/sh-dis.c
+++ b/opcodes/sh-dis.c
@@ -27,10 +27,6 @@
#include "sh-opc.h"
#include "disassemble.h"
-#ifdef ARCH_all
-#define INCLUDE_SHMEDIA
-#endif
-
static void
print_movxy (const sh_opcode_info *op,
int rn,
@@ -404,16 +400,6 @@ print_insn_sh (bfd_vma memaddr, struct disassemble_info *info)
&& bfd_asymbol_flavour(*info->symbols) == bfd_target_coff_flavour)
target_arch = arch_sh4;
break;
- case bfd_mach_sh5:
-#ifdef INCLUDE_SHMEDIA
- status = print_insn_sh64 (memaddr, info);
- if (status != -2)
- return status;
-#endif
- /* When we get here for sh64, it's because we want to disassemble
- SHcompact, i.e. arch_sh4. */
- target_arch = arch_sh4;
- break;
default:
target_arch = sh_get_arch_from_bfd_mach (info->mach);
}