summaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-05-11 09:48:29 +0930
committerAlan Modra <amodra@gmail.com>2020-05-11 21:08:37 +0930
commit9cc4ce88316e666fd5af0fbc1ea110a7dc42adb0 (patch)
treec2f632a6e2f70fda8a879566c8b72df8bbb4a1f9 /gas/ChangeLog
parent5d57bc3ff934df1136daa19bbec45e155114ada3 (diff)
downloadbinutils-gdb-9cc4ce88316e666fd5af0fbc1ea110a7dc42adb0.tar.gz
Power10 VSX load/store rightmost element operations
opcodes/ * ppc-opc.c (powerpc_opcodes): Add lxvrbx, lxvrhx, lxvrwx, lxvrdx, stxvrbx, stxvrhx, stxvrwx, stxvrdx. gas/ * testsuite/gas/ppc/rightmost.d, * testsuite/gas/ppc/rightmost.s: New test. * testsuite/gas/ppc/ppc.exp: Run it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index dfb9d93a5e9..3f8c75349a6 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2020-05-11 Alan Modra <amodra@gmail.com>
+ * testsuite/gas/ppc/rightmost.d,
+ * testsuite/gas/ppc/rightmost.s: New test.
+ * testsuite/gas/ppc/ppc.exp: Run it.
+
+2020-05-11 Alan Modra <amodra@gmail.com>
+
* testsuite/gas/ppc/xvtlsbb.d,
* testsuite/gas/ppc/xvtlsbb.s: New test.
* testsuite/gas/ppc/ppc.exp: Run it.