diff options
author | Zack Weinberg <zackw@panix.com> | 2005-03-12 18:25:47 +0000 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2005-03-12 18:25:47 +0000 |
commit | 885fc2570fb532bed3be36d73dccddb01511a9d5 (patch) | |
tree | 22c013cf389658384c39cb5f735e88f7c27d80ea /opcodes/ChangeLog | |
parent | b9fd58c7eb0d15707317f6b317d539271771d732 (diff) | |
download | gdb-885fc2570fb532bed3be36d73dccddb01511a9d5.zip gdb-885fc2570fb532bed3be36d73dccddb01511a9d5.tar.gz gdb-885fc2570fb532bed3be36d73dccddb01511a9d5.tar.bz2 |
gas:
* config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe,
wfi, yield.
opcodes:
* arm-dis.c (thumb_opcodes): Add ARMv6K instructions nop, sev,
wfe, wfi, yield.
gas/testsuite:
* gas/arm/thumbv6k.d, gas/arm/thumbv6k.s: New dump test.
* gas/arm/arm.exp: Run it.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 883c7a9..684695b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -4,6 +4,7 @@ Add entries for v6T2 ARM instructions: bfc bfi mls strht ldrht ldrsht ldrsbt movw movt rbit ubfx sbfx. (print_insn_arm): Add support for %E and %V. + (thumb_opcodes): Add ARMv6K instructions nop, sev, wfe, wfi, yield. 2005-03-10 Jeff Baker <jbaker@qnx.com> Alan Modra <amodra@bigpond.net.au> |