Start mass upgrade
[dragora.git] / patches / binutils / 2.35 / binutils-s390-arch14-insns.patch
blobf0b41741369ae3a9471c6534d6010059059cb8f5
1 diff -rup binutils.orig/gas/config/tc-s390.c binutils-2.35.1/gas/config/tc-s390.c
2 --- binutils.orig/gas/config/tc-s390.c 2021-02-19 11:44:24.240877612 +0000
3 +++ binutils-2.35.1/gas/config/tc-s390.c 2021-02-19 11:46:05.222554434 +0000
4 @@ -292,6 +292,8 @@ s390_parse_cpu (const char * arg
5 { STRING_COMMA_LEN ("z14"), STRING_COMMA_LEN ("arch12"),
6 S390_INSTR_FLAG_HTM | S390_INSTR_FLAG_VX },
7 { STRING_COMMA_LEN ("z15"), STRING_COMMA_LEN ("arch13"),
8 + S390_INSTR_FLAG_HTM | S390_INSTR_FLAG_VX },
9 + { STRING_COMMA_LEN (""), STRING_COMMA_LEN ("arch14"),
10 S390_INSTR_FLAG_HTM | S390_INSTR_FLAG_VX }
12 static struct
13 diff -rup binutils.orig/gas/doc/c-s390.texi binutils-2.35.1/gas/doc/c-s390.texi
14 --- binutils.orig/gas/doc/c-s390.texi 2021-02-19 11:44:24.236877625 +0000
15 +++ binutils-2.35.1/gas/doc/c-s390.texi 2021-02-19 11:46:05.223554431 +0000
16 @@ -18,7 +18,7 @@ and eleven chip levels. The architecture
17 Architecture (ESA) and the newer z/Architecture mode. The chip levels
18 are g5 (or arch3), g6, z900 (or arch5), z990 (or arch6), z9-109, z9-ec
19 (or arch7), z10 (or arch8), z196 (or arch9), zEC12 (or arch10), z13
20 -(or arch11), z14 (or arch12), and z15 (or arch13).
21 +(or arch11), z14 (or arch12), z15 (or arch13), or arch14.
23 @menu
24 * s390 Options:: Command-line Options.
25 @@ -70,8 +70,9 @@ are recognized:
26 @code{z196} (or @code{arch9}),
27 @code{zEC12} (or @code{arch10}),
28 @code{z13} (or @code{arch11}),
29 -@code{z14} (or @code{arch12}), and
30 -@code{z15} (or @code{arch13}).
31 +@code{z14} (or @code{arch12}),
32 +@code{z15} (or @code{arch13}), and
33 +@code{arch14}.
35 Assembling an instruction that is not supported on the target
36 processor results in an error message.
37 diff -rup binutils.orig/gas/testsuite/gas/s390/s390.exp binutils-2.35.1/gas/testsuite/gas/s390/s390.exp
38 --- binutils.orig/gas/testsuite/gas/s390/s390.exp 2021-02-19 11:44:24.338877299 +0000
39 +++ binutils-2.35.1/gas/testsuite/gas/s390/s390.exp 2021-02-19 11:46:05.223554431 +0000
40 @@ -31,6 +31,7 @@ if [expr [istarget "s390-*-*"] || [ista
41 run_dump_test "zarch-z13" "{as -m64} {as -march=z13}"
42 run_dump_test "zarch-arch12" "{as -m64} {as -march=arch12}"
43 run_dump_test "zarch-arch13" "{as -m64} {as -march=arch13}"
44 + run_dump_test "zarch-arch14" "{as -m64} {as -march=arch14}"
45 run_dump_test "zarch-reloc" "{as -m64}"
46 run_dump_test "zarch-operands" "{as -m64} {as -march=z9-109}"
47 run_dump_test "zarch-machine" "{as -m64} {as -march=z900}"
48 Only in binutils-2.35.1/gas/testsuite/gas/s390: zarch-arch14.d
49 Only in binutils-2.35.1/gas/testsuite/gas/s390: zarch-arch14.s
50 diff -rup binutils.orig/include/opcode/s390.h binutils-2.35.1/include/opcode/s390.h
51 --- binutils.orig/include/opcode/s390.h 2021-02-19 11:44:23.926878617 +0000
52 +++ binutils-2.35.1/include/opcode/s390.h 2021-02-19 11:46:05.223554431 +0000
53 @@ -44,6 +44,7 @@ enum s390_opcode_cpu_val
54 S390_OPCODE_Z13,
55 S390_OPCODE_ARCH12,
56 S390_OPCODE_ARCH13,
57 + S390_OPCODE_ARCH14,
58 S390_OPCODE_MAXCPU
61 diff -rup binutils.orig/opcodes/s390-mkopc.c binutils-2.35.1/opcodes/s390-mkopc.c
62 --- binutils.orig/opcodes/s390-mkopc.c 2021-02-19 11:44:23.947878550 +0000
63 +++ binutils-2.35.1/opcodes/s390-mkopc.c 2021-02-19 11:46:05.223554431 +0000
64 @@ -380,6 +380,8 @@ main (void)
65 else if (strcmp (cpu_string, "z15") == 0
66 || strcmp (cpu_string, "arch13") == 0)
67 min_cpu = S390_OPCODE_ARCH13;
68 + else if (strcmp (cpu_string, "arch14") == 0)
69 + min_cpu = S390_OPCODE_ARCH14;
70 else {
71 fprintf (stderr, "Couldn't parse cpu string %s\n", cpu_string);
72 exit (1);
73 Only in binutils-2.35.1/opcodes: s390-mkopc.c.orig
74 diff -rup binutils.orig/opcodes/s390-opc.txt binutils-2.35.1/opcodes/s390-opc.txt
75 --- binutils.orig/opcodes/s390-opc.txt 2021-02-19 11:44:23.943878563 +0000
76 +++ binutils-2.35.1/opcodes/s390-opc.txt 2021-02-19 11:46:05.224554428 +0000
77 @@ -2000,3 +2000,31 @@ e60000000052 vcvbg VRR_RV0UU "vector con
78 # Message Security Assist Extension 9
80 b93a kdsa RRE_RR "compute digital signature authentication" arch13 zarch
83 +# arch14 instructions
85 +e60000000074 vschp VRR_VVV0U0U " " arch14 zarch
86 +e60000002074 vschsp VRR_VVV0U0 " " arch14 zarch
87 +e60000003074 vschdp VRR_VVV0U0 " " arch14 zarch
88 +e60000004074 vschxp VRR_VVV0U0 " " arch14 zarch
89 +e6000000007c vscshp VRR_VVV " " arch14 zarch
90 +e6000000007d vcsph VRR_VVV0U0 " " arch14 zarch
91 +e60000000051 vclzdp VRR_VV0U2 " " arch14 zarch
92 +e60000000070 vpkzr VRI_VVV0UU2 " " arch14 zarch
93 +e60000000072 vsrpr VRI_VVV0UU2 " " arch14 zarch
94 +e60000000054 vupkzh VRR_VV0U2 " " arch14 zarch
95 +e6000000005c vupkzl VRR_VV0U2 " " arch14 zarch
97 +b93b nnpa RRE_00 " " arch14 zarch
98 +e60000000056 vclfnh VRR_VV0UU2 " " arch14 zarch
99 +e6000000005e vclfnl VRR_VV0UU2 " " arch14 zarch
100 +e60000000075 vcrnf VRR_VVV0UU " " arch14 zarch
101 +e6000000005d vcfn VRR_VV0UU2 " " arch14 zarch
102 +e60000000055 vcnf VRR_VV0UU2 " " arch14 zarch
104 +b98B rdp RRF_RURR2 " " arch14 zarch optparm
106 +eb0000000071 lpswey SIY_URD " " arch14 zarch
107 +b200 lbear S_RD " " arch14 zarch
108 +b201 stbear S_RD " " arch14 zarch
109 Only in binutils-2.35.1/opcodes: s390-opc.txt.orig