diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-04-27 10:29:16 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-04-27 10:29:16 +0200 |
commit | 3b78cfe1033fafa6ca36c69cf8587c1bd96996ca (patch) | |
tree | 619162201e321695faabb815288edf72aedb6915 /opcodes/ChangeLog | |
parent | 963a4320b49a3c55af02b36a492a10ba04a08e8a (diff) | |
download | gdb-3b78cfe1033fafa6ca36c69cf8587c1bd96996ca.zip gdb-3b78cfe1033fafa6ca36c69cf8587c1bd96996ca.tar.gz gdb-3b78cfe1033fafa6ca36c69cf8587c1bd96996ca.tar.bz2 |
S/390: Fixes for z13 instructions.
opcodes/
* s390-opc.c: New instruction type VV0UU2.
* s390-opc.txt: Fix instruction types for VFCE, VLDE, VFSQ, WFK,
and WFC.
gas/testsuite/
* gas/s390/zarch-z13.d: Fix tests for VFCE, VLDE, VFSQ, WFK, and
WFC.
* gas/s390/zarch-z13.s: Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 26eb961..48886f6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com> + + * s390-opc.c: New instruction type VV0UU2. + * s390-opc.txt: Fix instruction types for VFCE, VLDE, VFSQ, WFK, + and WFC. + 2015-04-23 Jan Beulich <jbeulich@suse.com> * i386-dis.c (putop): Extend "XY" handling to AVX512. Handle "XZ". |