Browse Source

2006-03-27 Paul Brook <paul@codesourcery.com>

opcodes/
	* arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
drow-reverse-20070409-branch
Paul Brook 20 years ago
parent
commit
b74ed8f52a
  1. 5
      opcodes/ChangeLog
  2. 1
      opcodes/arm-dis.c

5
opcodes/ChangeLog

@ -1,3 +1,8 @@
2006-03-27 Paul Brook <paul@codesourcery.com>
opcodes/
* arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
2007-03-24 Paul Brook <paul@codesourcery.com>
* arm-dis.c (coprocessor_opcodes): Remove superfluous 0x.

1
opcodes/arm-dis.c

@ -1145,6 +1145,7 @@ static const struct opcode16 thumb_opcodes[] =
/* format 17 */
{ARM_EXT_V4T, 0xDF00, 0xFF00, "svc%c\t%0-7d"},
/* format 16 */
{ARM_EXT_V4T, 0xDE00, 0xFE00, "undefined"},
{ARM_EXT_V4T, 0xD000, 0xF000, "b%8-11c.n\t%0-7B%X"},
/* format 18 */
{ARM_EXT_V4T, 0xE000, 0xF800, "b%c.n\t%0-10B%x"},

Loading…
Cancel
Save