From a2fc1b1f19d4d4853d78d0c7bf7ed42e06cbb8a1 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Sat, 19 Jan 2002 12:27:24 +0000 Subject: * arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h. * arm-dis.c (print_insn_arm): Don't handle 'h' case. --- opcodes/arm-dis.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'opcodes/arm-dis.c') diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index b2807c5325a..7e9b3309008 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -390,13 +390,6 @@ print_insn_arm (pc, info, given) func (stream, "t"); break; - case 'h': - if ((given & 0x00000020) == 0x00000020) - func (stream, "h"); - else - func (stream, "b"); - break; - case 'A': func (stream, "[%s", arm_regnames [(given >> 16) & 0xf]); if ((given & 0x01000000) != 0) -- cgit v1.2.3