aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlexander Fedotov <alfedotov@gmail.com>2017-09-30 12:31:37 +0300
committerAlan Modra <amodra@gmail.com>2017-10-01 19:35:06 +1030
commitd2e6c9a3682f0ac811ac1676d221c55162938b61 (patch)
tree79eaa94ff6e6068274ed2908b3b625c3614f5d5d /opcodes/ChangeLog
parent4b04bba2eb6b646e11a2c38c77667875b3db6828 (diff)
downloadgdb-d2e6c9a3682f0ac811ac1676d221c55162938b61.zip
gdb-d2e6c9a3682f0ac811ac1676d221c55162938b61.tar.gz
gdb-d2e6c9a3682f0ac811ac1676d221c55162938b61.tar.bz2
Add new mnemonics for VLE multiple load instructions
opcodes/ * ppc-opc.c (vle_opcodes): Add e_lmvsprw, e_lmvgprw, e_lmvsrrw, e_lmvcsrrw and e_lmvcsrrw as official mnemonics for VLE multimple load/store instructions. Old e_ldm* variants are kept as aliases. Add missing e_lmvmcsrrw and e_stmvmcsrrw. gas/ * testsuite/gas/ppc/vle-mult-ld-st-insns.s: New file: Tests the support for the VLE multiple load/store instructions. * testsuite/gas/ppc/vle-mult-ld-st-insns.d: New file: Test driver. * testsuite/gas/ppc/ppc.exp: Run it.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 9280b2c..c90f097 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,11 @@
+2017-10-01 Alexander Fedotov <alfedotov@gmail.com>
+
+ * ppc-opc.c (vle_opcodes): Add e_lmvsprw, e_lmvgprw,
+ e_lmvsrrw, e_lmvcsrrw and e_lmvcsrrw as official mnemonics for
+ VLE multimple load/store instructions. Old e_ldm* variants are
+ kept as aliases.
+ Add missing e_lmvmcsrrw and e_stmvmcsrrw.
+
2017-09-27 Nick Clifton <nickc@redhat.com>
PR 22179