diff options
author | Alan Modra <amodra@gmail.com> | 2020-05-11 09:47:38 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-05-11 21:08:37 +0930 |
commit | 5d57bc3ff934df1136daa19bbec45e155114ada3 (patch) | |
tree | 865cd3ddc9181e685f9333ecb0a12a97f977451c /gas/ChangeLog | |
parent | 66ef5847c3a5ec17259f47f6ab52ebd470c0650c (diff) | |
download | gdb-5d57bc3ff934df1136daa19bbec45e155114ada3.zip gdb-5d57bc3ff934df1136daa19bbec45e155114ada3.tar.gz gdb-5d57bc3ff934df1136daa19bbec45e155114ada3.tar.bz2 |
Power10 test lsb by byte operation
opcodes/
* ppc-opc.c (powerpc_opcodes): Add xvtlsbb.
gas/
* testsuite/gas/ppc/xvtlsbb.d,
* testsuite/gas/ppc/xvtlsbb.s: New test.
* 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 4855906..dfb9d93 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 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. + +2020-05-11 Alan Modra <amodra@gmail.com> + * testsuite/gas/ppc/stringop.d, * testsuite/gas/ppc/stringop.s: New test. * testsuite/gas/ppc/ppc.exp: Run it. |