diff options
author | Paul Brook <paul@codesourcery.com> | 2005-09-02 14:54:27 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-09-02 14:54:27 +0000 |
commit | b13dd07a558e161292e4681d7d09bd03237656c0 (patch) | |
tree | c834cb1b2b6cdaa50f6d4aa65d48414ccc1f9138 /opcodes | |
parent | a841cf65e983ff1c5a8481578a49680f12ba0148 (diff) | |
download | gdb-b13dd07a558e161292e4681d7d09bd03237656c0.zip gdb-b13dd07a558e161292e4681d7d09bd03237656c0.tar.gz gdb-b13dd07a558e161292e4681d7d09bd03237656c0.tar.bz2 |
2005-09-02 Paul Brook <paul@codesourcery.com>
* arm-dis.c (coprocessor_opcodes): Add null terminator.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/arm-dis.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3b321c4..99322cd 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2005-09-02 Paul Brook <paul@codesourcery.com> + * arm-dis.c (coprocessor_opcodes): Add null terminator. + +2005-09-02 Paul Brook <paul@codesourcery.com> + * arm-dis.c (coprocessor_opcodes): New. (arm_opcodes, thumb32_opcodes): Remove coprocessor insns. (print_insn_coprocessor): New function. diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index a785488..266c91a 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -381,7 +381,7 @@ static const struct opcode32 coprocessor_opcodes[] = {ARM_EXT_V5, 0xfe000000, 0xff000010, "cdp2\t%8-11d, %20-23d, cr%12-15d, cr%16-19d, cr%0-3d, {%5-7d}"}, {ARM_EXT_V5, 0xfe000010, 0xff100010, "mcr2\t%8-11d, %21-23d, %12-15r, cr%16-19d, cr%0-3d, {%5-7d}"}, {ARM_EXT_V5, 0xfe100010, 0xff100010, "mrc2\t%8-11d, %21-23d, %12-15r, cr%16-19d, cr%0-3d, {%5-7d}"}, - + {0, 0, 0, 0} }; /* Opcode tables: ARM, 16-bit Thumb, 32-bit Thumb. All three are partially |