diff options
author | Peter Bergner <bergner@linux.ibm.com> | 2021-05-27 16:59:15 -0500 |
---|---|---|
committer | Peter Bergner <bergner@linux.ibm.com> | 2021-05-27 16:59:15 -0500 |
commit | ebcab74124c822b57ca02b33d5a305f4e191116c (patch) | |
tree | d4949119c52f598c60f5588aa36f3ac016478717 /gas/ChangeLog | |
parent | 24b21115f522cd0fbe55986cd914a593576294ef (diff) | |
download | gdb-ebcab74124c822b57ca02b33d5a305f4e191116c.zip gdb-ebcab74124c822b57ca02b33d5a305f4e191116c.tar.gz gdb-ebcab74124c822b57ca02b33d5a305f4e191116c.tar.bz2 |
PowerPC: Add new xxmr and xxlnot extended mnemonics
opcodes/
* ppc-opc.c (powerpc_opcodes) <xxmr, xxlnot>: New extended mnemonics.
gas/
* testsuite/gas/ppc/vsx.d <xxmr, xxlnot>: Add tests.
* testsuite/gas/ppc/vsx.s: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d2f5f76..3e2120d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2021-05-27 Peter Bergner <bergner@linux.ibm.com> + + * testsuite/gas/ppc/vsx.d <xxmr, xxlnot>: Add tests. + * testsuite/gas/ppc/vsx.s: Likewise. + 2021-05-27 Alan Modra <amodra@gmail.com> * config/tc-nds32.c (do_pseudo_push_bhwd, do_pseudo_pop_bhwd), |