- 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
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
commit 67aa8be4cb43cd94bc322fed8bdba48b3c8719c4
|
|
Author: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
|
Date: Mon May 29 12:38:11 2017 +0200
|
|
|
|
S/390: Add missing operand to tb instruction
|
|
|
|
gas/ChangeLog:
|
|
|
|
2017-05-30 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
|
|
|
* testsuite/gas/s390/esa-g5.d: Add missing operand to tb
|
|
instruction.
|
|
* testsuite/gas/s390/esa-g5.s: Likewise.
|
|
|
|
opcodes/ChangeLog:
|
|
|
|
2017-05-30 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
|
|
|
* s390-opc.txt: Add missing operand to tb instruction.
|
|
|
|
--- a/opcodes/s390-opc.txt
|
|
+++ b/opcodes/s390-opc.txt
|
|
@@ -228,7 +228,7 @@ b246 stura RRE_RR "store using real address" g5 esa,zarch
|
|
2f swr RR_FF "subtract unnormalized (long)" g5 esa,zarch
|
|
37 sxr RR_FEFE "subtract normalized (ext.)" g5 esa,zarch
|
|
b24c tar RRE_AR "test access" g5 esa,zarch
|
|
-b22c tb RRE_0R "test block" g5 esa,zarch
|
|
+b22c tb RRE_RR "test block" g5 esa,zarch
|
|
91 tm SI_URD "test under mask" g5 esa,zarch
|
|
b236 tpi S_RD "test pending interruption" g5 esa,zarch
|
|
e501 tprot SSE_RDRD "test protection" g5 esa,zarch
|