31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
|
|
From: Jens Remus <jremus@linux.ibm.com>
|
|
Date: Mon, 28 Apr 2025 11:23:22 -0700
|
|
Subject: gdb-rhel-86801-binutils-z17-update-4of12.patch
|
|
|
|
;; Backkport "s390: Correct prno instruction name"
|
|
;; (Jens Remus, RHEL-86801)
|
|
|
|
IBM z13 (arch11) introduced ppno (Perform Pseudorandom Number Operation).
|
|
IBM z14 (arch12) introduced prno (Perform Random Number Operation) and
|
|
deprecated ppno.
|
|
|
|
opcodes/
|
|
* s390-opc.txt: Correct prno instruction name.
|
|
|
|
Signed-off-by: Jens Remus <jremus@linux.ibm.com>
|
|
Reviewed-by: Andreas Krebbel <krebbel@linux.ibm.com>
|
|
|
|
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt
|
|
--- a/opcodes/s390-opc.txt
|
|
+++ b/opcodes/s390-opc.txt
|
|
@@ -1910,7 +1910,7 @@ e30000000049 stgsc RXY_RRRD "store guarded storage controls" arch12 zarch
|
|
|
|
b929 kma RRF_R0RR "cipher message with galois counter mode" arch12 zarch
|
|
|
|
-b93c prno RRE_RR "perform pseudorandom number operation" arch12 zarch
|
|
+b93c prno RRE_RR "perform random number operation" arch12 zarch
|
|
b9a1 tpei RRE_RR "test pending external interruption" arch12 zarch
|
|
b9ac irbm RRE_RR "insert reference bits multiple" arch12 zarch
|
|
|