- Updated libstdc++ pretty printers to - Remove gdb-libstdc++-v3-python-6.3.1-20170212.tar.bz2 as unused in SUSE. - Add patches for s390x z14 feates [fate #321514, fate #322272] gdb-s390x-1b63490.patch gdb-s390x-289e23a.patch gdb-s390x-8fe09d7.patch gdb-s390x-96235dc.patch gdb-s390x-ad33963.patch - Adjust some patches: gdb-ppc-power7-test.patch gdb-rhbz795424-bitpos-20of25.patch gdb-rhbz795424-bitpos-21of25.patch gdb-vla-intel-fortran-vla-strings.patch - Add some patches from Fedora: gdb-rhbz1420304-s390x-01of35.patch gdb-rhbz1420304-s390x-02of35.patch gdb-rhbz1420304-s390x-03of35.patch gdb-rhbz1420304-s390x-04of35.patch gdb-rhbz1420304-s390x-05of35.patch gdb-rhbz1420304-s390x-06of35.patch gdb-rhbz1420304-s390x-07of35.patch gdb-rhbz1420304-s390x-08of35.patch gdb-rhbz1420304-s390x-09of35.patch gdb-rhbz1420304-s390x-10of35.patch gdb-rhbz1420304-s390x-11of35.patch gdb-rhbz1420304-s390x-12of35.patch gdb-rhbz1420304-s390x-13of35.patch gdb-rhbz1420304-s390x-14of35.patch OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=167
44 lines
1.7 KiB
Diff
44 lines
1.7 KiB
Diff
commit a0a110b0dd5077373c4102d1502130eb159c366b
|
|
Author: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
|
Date: Wed May 17 12:39:39 2017 +0200
|
|
|
|
S/390: Fix arch level of pckmo instruction.
|
|
|
|
Fix wrong architecture level of PCKMO instruction.
|
|
|
|
Committed to mainline.
|
|
|
|
opcodes/ChangeLog:
|
|
|
|
2017-05-17 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
|
|
|
* s390-opc.txt: PCKMO change arch level to z196.
|
|
|
|
gas/ChangeLog:
|
|
|
|
2017-05-17 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
|
|
|
* testsuite/gas/s390/zarch-z10.d: Remove pckmo.
|
|
* testsuite/gas/s390/zarch-z10.s: Remove pckmo.
|
|
* testsuite/gas/s390/zarch-z196.d: Add pckmo.
|
|
* testsuite/gas/s390/zarch-z196.s: Add pckmo.
|
|
|
|
--- a/opcodes/s390-opc.txt
|
|
+++ b/opcodes/s390-opc.txt
|
|
@@ -976,7 +976,6 @@ b286 qsi S_RD "query sampling information" z10 zarch
|
|
b2e0 scctr RRE_RR "set cpu counter" z10 zarch
|
|
b2e1 spctr RRE_RR "set peripheral counter" z10 zarch
|
|
b280 lpp S_RD "load program parameter" z10 zarch
|
|
-b928 pckmo RRE_00 "perform cryptographic key management operation" z10 zarch
|
|
|
|
# The new instructions of the IBM zEnterprise z196
|
|
b9c8 ahhhr RRF_R0RR2 "add high high" z196 zarch
|
|
@@ -1116,6 +1115,7 @@ b92a kmf RRE_RR "cipher message with CFB" z196 zarch
|
|
b92b kmo RRE_RR "cipher message with OFB" z196 zarch
|
|
b92c pcc RRE_00 "perform cryptographic computation" z196 zarch
|
|
b92d kmctr RRF_R0RR "cipher message with counter" z196 zarch
|
|
+b928 pckmo RRE_00 "perform cryptographic key management operation" z196 zarch
|
|
|
|
# The new instructions of the IBM zEnterprise EC12
|
|
b2ec etnd RRE_R0 "extract transaction nesting depth" zEC12 zarch htm
|