diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2013-02-11 10:15:52 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2013-02-11 10:15:52 +0000 |
commit | 6fe6ded97b0524a0ebae0d3a1773403cb79e3540 (patch) | |
tree | c4bfaead11b9934684e6d99892936b438b01d490 /opcodes | |
parent | 9f7c3e5e99a620b68f6b2d0f3b17329e40b8d781 (diff) | |
download | gdb-6fe6ded97b0524a0ebae0d3a1773403cb79e3540.zip gdb-6fe6ded97b0524a0ebae0d3a1773403cb79e3540.tar.gz gdb-6fe6ded97b0524a0ebae0d3a1773403cb79e3540.tar.bz2 |
2013-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* arm-dis.c: Update strht pattern.
* gas/arm/archv6t2.s: Add strht and ldrht tests.
* gas/arm/archv6t2.d: Add disassembly patterns for the above.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/arm-dis.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d0499c0..bd75dfb 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2013-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com> + + * arm-dis.c: Update strht pattern. + 2013-02-09 Jürgen Urban <JuergenUrban@gmx.de> * mips-opc.c (mips_builtin_opcodes): Enable l.d and s.d macros for diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index d140761..ad7a67f 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -928,8 +928,8 @@ static const struct opcode32 arm_opcodes[] = {ARM_EXT_V6T2, 0x07c0001f, 0x0fe0007f, "bfc%c\t%12-15R, %E"}, {ARM_EXT_V6T2, 0x07c00010, 0x0fe00070, "bfi%c\t%12-15R, %0-3r, %E"}, {ARM_EXT_V6T2, 0x00600090, 0x0ff000f0, "mls%c\t%16-19R, %0-3R, %8-11R, %12-15R"}, - {ARM_EXT_V6T2, 0x006000b0, 0x0f7000f0, "strht%c\t%12-15R, %S"}, - + {ARM_EXT_V6T2, 0x002000b0, 0x0f3000f0, "strht%c\t%12-15R, %S"}, + {ARM_EXT_V6T2, 0x00300090, 0x0f3000f0, UNDEFINED_INSTRUCTION }, {ARM_EXT_V6T2, 0x00300090, 0x0f300090, "ldr%6's%5?hbt%c\t%12-15R, %S"}, |