diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-10-09 18:37:53 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2017-10-09 18:37:53 +0200 |
commit | 8e464506d2131fc931c4f81a22cc7125b7adf434 (patch) | |
tree | f58b36e6d15bab8b6c964582a96f6df6b784a542 /gas/ChangeLog | |
parent | ee6767daf13a13867f8e716c2a53b748ab0da536 (diff) | |
download | fsf-binutils-gdb-8e464506d2131fc931c4f81a22cc7125b7adf434.zip fsf-binutils-gdb-8e464506d2131fc931c4f81a22cc7125b7adf434.tar.gz fsf-binutils-gdb-8e464506d2131fc931c4f81a22cc7125b7adf434.tar.bz2 |
S/390: Sync with latest POP - 3 new instructions
prno, tpei, and irbm are missing in the optable.
gas/ChangeLog:
2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* testsuite/gas/s390/zarch-arch12.d (prno, tpei, irbm): New
instructions added.
* testsuite/gas/s390/zarch-arch12.s: Likewise.
* testsuite/gas/s390/zarch-z13.d: Rename ppno to prno.
opcodes/ChangeLog:
2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* s390-opc.txt (prno, tpei, irbm): New instructions added.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b104838..95932c2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com> + * testsuite/gas/s390/zarch-arch12.d (prno, tpei, irbm): New + instructions added. + * testsuite/gas/s390/zarch-arch12.s: Likewise. + * testsuite/gas/s390/zarch-z13.d: Rename ppno to prno. + +2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com> + * testsuite/gas/all/fill-1.s: Replace nop with .word 42 2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com> |