* ibm-z-add-another-arch14-instruction.patch * ibm-z-remove-lpswey-parameter.patch - Fedora fixup patch added: * fixup-gdb-6.5-bz243845-stale-testing-zombie-test.patch OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=316
28 lines
732 B
Diff
28 lines
732 B
Diff
IBM Z: Add another arch14 instruction
|
|
|
|
opcodes/
|
|
|
|
* opcodes/s390-opc.txt: Add qpaci.
|
|
|
|
gas/
|
|
|
|
* testsuite/gas/s390/zarch-arch14.d: Add qpaci.
|
|
* testsuite/gas/s390/zarch-arch14.s: Add qpaci.
|
|
|
|
---
|
|
gas/testsuite/gas/s390/zarch-arch14.d | 1 +
|
|
gas/testsuite/gas/s390/zarch-arch14.s | 1 +
|
|
opcodes/s390-opc.txt | 2 ++
|
|
3 files changed, 4 insertions(+)
|
|
|
|
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt
|
|
index aa00b4f3b69..dfd5617f0ae 100644
|
|
--- a/opcodes/s390-opc.txt
|
|
+++ b/opcodes/s390-opc.txt
|
|
@@ -2044,3 +2044,5 @@ b98B rdp RRF_RURR2 " " arch14 zarch optparm
|
|
eb0000000071 lpswey SIY_URD " " arch14 zarch
|
|
b200 lbear S_RD " " arch14 zarch
|
|
b201 stbear S_RD " " arch14 zarch
|
|
+
|
|
+b28f qpaci S_RD " " arch14 zarch
|