diff options
author | Peter Bergner <bergner@linux.ibm.com> | 2020-05-11 09:27:48 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-05-11 21:08:36 +0930 |
commit | 1224c05de4d662639e9da6bfdc4f89de4cb1de6c (patch) | |
tree | ba51f7ac06c11fc4775e6376efeb716cbc38efb2 /gas/ChangeLog | |
parent | 6bbb0c0595660e6bc7477126a5b1adaf5387d006 (diff) | |
download | fsf-binutils-gdb-1224c05de4d662639e9da6bfdc4f89de4cb1de6c.zip fsf-binutils-gdb-1224c05de4d662639e9da6bfdc4f89de4cb1de6c.tar.gz fsf-binutils-gdb-1224c05de4d662639e9da6bfdc4f89de4cb1de6c.tar.bz2 |
Power10 Add new L operand to the slbiag instruction
opcodes/
* ppc-opc.c (powerpc_opcodes) <slbiag>: Add variant with L operand.
gas/
* testsuite/gas/ppc/power10.s: New test.
* testsuite/gas/ppc/power10.d: Likewise.
* testsuite/gas/ppc/ppc.exp: Run it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 06d0b26..14b4c6f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2020-05-11 Peter Bergner <bergner@linux.ibm.com> + + * testsuite/gas/ppc/power10.s: New test. + * testsuite/gas/ppc/power10.d: Likewise. + * testsuite/gas/ppc/ppc.exp: Run it. + 2020-05-11 Alan Modra <amodra@gmail.com> * config/tc-ppc.c (md_assemble): Update for PPC_OPCODE_POWER10 |