diff options
author | Alexander Fedotov <alfedotov@gmail.com> | 2017-09-30 12:31:37 +0300 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-10-01 19:35:06 +1030 |
commit | d2e6c9a3682f0ac811ac1676d221c55162938b61 (patch) | |
tree | 79eaa94ff6e6068274ed2908b3b625c3614f5d5d /gas/ChangeLog | |
parent | 4b04bba2eb6b646e11a2c38c77667875b3db6828 (diff) | |
download | gdb-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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index acf75a9..05e06c6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2017-10-01 Alexander Fedotov <alfedotov@gmail.com> + + * 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. + 2017-09-27 Nick Clifton <nickc@redhat.com> PR 22179 |