mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 22:13:43 +00:00
2006-03-27 Paul Brook <paul@codesourcery.com>
opcodes/ * arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
This commit is contained in:
parent
214197f952
commit
b74ed8f52a
@ -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.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user