summaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorPeter Bergner <bergner@linux.ibm.com>2020-05-11 09:45:42 +0930
committerAlan Modra <amodra@gmail.com>2020-05-11 21:08:37 +0930
commit4f3e9537c47ce65086cb86587a5fa9be4dc41392 (patch)
tree5adccbeda2ea15a813d22e3cd13fb24ff396d986 /gas/ChangeLog
parentec40e91c77ecf4ca853577aa7d68bdaf5aeedfd5 (diff)
downloadbinutils-gdb-4f3e9537c47ce65086cb86587a5fa9be4dc41392.tar.gz
Power10 Set boolean extension
opcodes/ * ppc-opc.c (powerpc_opcodes) <setbc, setbcr, setnbc, setnbcr>: New mnemonics. gas/ * testsuite/gas/ppc/set_bool.d, * testsuite/gas/ppc/set_bool.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 11a20f5a068..a7fbadc683e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2020-05-11 Peter Bergner <bergner@linux.ibm.com>
+
+ * testsuite/gas/ppc/set_bool.d,
+ * testsuite/gas/ppc/set_bool.s: New test.
+ * testsuite/gas/ppc/ppc.exp: Run it.
+
2020-05-11 Alan Modra <amodra@gmail.com>
* testsuite/gas/ppc/bitmanip.d,