diff options
author | Alan Modra <amodra@gmail.com> | 2020-08-19 08:47:35 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-08-19 08:47:35 +0930 |
commit | 18a8a00ebe3159b65798c6132cb5f93ff4ef6c17 (patch) | |
tree | d0f2aff39f2687d199bb4f7993995bb3fb0468a5 /gas/ChangeLog | |
parent | d138725a62c3fd04cd1b34352d778d6682c73694 (diff) | |
download | gdb-18a8a00ebe3159b65798c6132cb5f93ff4ef6c17.zip gdb-18a8a00ebe3159b65798c6132cb5f93ff4ef6c17.tar.gz gdb-18a8a00ebe3159b65798c6132cb5f93ff4ef6c17.tar.bz2 |
Correct vcmpsq, vcmpuq and xvtlsbb BF field
These shouldn't be optional. The record form of vector instructions
set CR6, giving an expectation that omitting BF should be the same as
specifying CR6.
opcodes/
* ppc-opc.c (powerpc_opcodes): Replace OBF with BF for vcmpsq,
vcmpuq and xvtlsbb.
gas/
* testsuite/gas/ppc/int128.s: Correct vcmpuq.
* testsuite/gas/ppc/int128.d: Update.
* testsuite/gas/ppc/xvtlsbb.d: Update.
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 f624a68..2746361 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2020-08-19 Alan Modra <amodra@gmail.com> + + * testsuite/gas/ppc/int128.s: Correct vcmpuq. + * testsuite/gas/ppc/int128.d: Update. + * testsuite/gas/ppc/xvtlsbb.d: Update. + 2020-08-18 Peter Bergner <bergner@linux.ibm.com> * testsuite/gas/ppc/vsx4.s: Update test to use new mnemonic. |