mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h.
* arm-dis.c (print_insn_arm): Don't handle 'h' case.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user