From ad07722c9c22d8781fc411c6260c5d92588b953f89ae5cd77b664c400f94b995 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Fri, 5 Nov 2021 16:57:07 +0000 Subject: [PATCH 1/5] - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled as 'jgnop label' on s390x. [jsc#1192267] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=379 --- binutils-revert-hlasm-insns.diff | 422 +++++++++++++++++++++++++++++++ binutils.changes | 7 + binutils.spec | 2 + cross-aarch64-binutils.changes | 7 + cross-aarch64-binutils.spec | 2 + cross-arm-binutils.changes | 7 + cross-arm-binutils.spec | 2 + cross-avr-binutils.changes | 7 + cross-avr-binutils.spec | 2 + cross-epiphany-binutils.changes | 7 + cross-epiphany-binutils.spec | 2 + cross-hppa-binutils.changes | 7 + cross-hppa-binutils.spec | 2 + cross-hppa64-binutils.changes | 7 + cross-hppa64-binutils.spec | 2 + cross-i386-binutils.changes | 7 + cross-i386-binutils.spec | 2 + cross-ia64-binutils.changes | 7 + cross-ia64-binutils.spec | 2 + cross-m68k-binutils.changes | 7 + cross-m68k-binutils.spec | 2 + cross-mips-binutils.changes | 7 + cross-mips-binutils.spec | 2 + cross-ppc-binutils.changes | 7 + cross-ppc-binutils.spec | 2 + cross-ppc64-binutils.changes | 7 + cross-ppc64-binutils.spec | 2 + cross-ppc64le-binutils.changes | 7 + cross-ppc64le-binutils.spec | 2 + cross-riscv64-binutils.changes | 7 + cross-riscv64-binutils.spec | 2 + cross-rx-binutils.changes | 7 + cross-rx-binutils.spec | 2 + cross-s390-binutils.changes | 7 + cross-s390-binutils.spec | 2 + cross-s390x-binutils.changes | 7 + cross-s390x-binutils.spec | 2 + cross-sparc-binutils.changes | 7 + cross-sparc-binutils.spec | 2 + cross-sparc64-binutils.changes | 7 + cross-sparc64-binutils.spec | 2 + cross-spu-binutils.changes | 7 + cross-spu-binutils.spec | 2 + cross-x86_64-binutils.changes | 7 + cross-x86_64-binutils.spec | 2 + cross-xtensa-binutils.changes | 7 + cross-xtensa-binutils.spec | 2 + 47 files changed, 629 insertions(+) create mode 100644 binutils-revert-hlasm-insns.diff diff --git a/binutils-revert-hlasm-insns.diff b/binutils-revert-hlasm-insns.diff new file mode 100644 index 0000000..2027391 --- /dev/null +++ b/binutils-revert-hlasm-insns.diff @@ -0,0 +1,422 @@ +This reverts commit b10b530a4566, because generating 'jgnop' +from 'bcrl' confuses some parsing tools (in particular kernels +recordmcount.pl tool) on s390x. + +Due to the way the assembler and disassembler are implemented we need +to disable both, the assembly and disassembly of the problematic +mnemonic (that's only a problem for jgnop vs brcl, but still). +So, just revert the whole commit. + +(We leave out the patch to ChangeLog in the reversion) + +diff --git a/gas/testsuite/gas/s390/esa-g5.d b/gas/testsuite/gas/s390/esa-g5.d +index 67a971bef15..949ef141c1a 100644 +--- a/gas/testsuite/gas/s390/esa-g5.d ++++ b/gas/testsuite/gas/s390/esa-g5.d +@@ -78,14 +78,10 @@ Disassembly of section .text: + .*: 07 29 [ ]*bhr %r9 + .*: 07 f9 [ ]*br %r9 + .*: a7 95 00 00 [ ]*bras %r9,e2 +-.*: a7 65 00 00 [ ]*bras %r6,e6 +-.*: a7 64 00 00 [ ]*jlh ea +-.*: a7 66 00 00 [ ]*brct %r6,ee +-.*: a7 66 00 00 [ ]*brct %r6,f2 +-.*: 84 69 00 00 [ ]*brxh %r6,%r9,f6 +-.*: 84 69 00 00 [ ]*brxh %r6,%r9,fa +-.*: 85 69 00 00 [ ]*brxle %r6,%r9,fe +-.*: 85 69 00 00 [ ]*brxle %r6,%r9,102 ++.*: a7 64 00 00 [ ]*jlh e6 ++.*: a7 66 00 00 [ ]*brct %r6,ea ++.*: 84 69 00 00 [ ]*brxh %r6,%r9,ee ++.*: 85 69 00 00 [ ]*brxle %r6,%r9,f2 + .*: b2 5a 00 69 [ ]*bsa %r6,%r9 + .*: b2 58 00 69 [ ]*bsg %r6,%r9 + .*: 0b 69 [ ]*bsm %r6,%r9 +@@ -184,49 +180,27 @@ Disassembly of section .text: + .*: b2 21 00 69 [ ]*ipte %r6,%r9 + .*: b2 29 00 69 [ ]*iske %r6,%r9 + .*: b2 23 00 69 [ ]*ivsk %r6,%r9 +-.*: a7 f4 00 00 [ ]*j 288 +-.*: a7 84 00 00 [ ]*je 28c +-.*: a7 24 00 00 [ ]*jh 290 +-.*: a7 a4 00 00 [ ]*jhe 294 +-.*: a7 44 00 00 [ ]*jl 298 +-.*: a7 c4 00 00 [ ]*jle 29c +-.*: a7 64 00 00 [ ]*jlh 2a0 +-.*: a7 44 00 00 [ ]*jl 2a4 +-.*: a7 74 00 00 [ ]*jne 2a8 +-.*: a7 d4 00 00 [ ]*jnh 2ac +-.*: a7 54 00 00 [ ]*jnhe 2b0 +-.*: a7 b4 00 00 [ ]*jnl 2b4 +-.*: a7 34 00 00 [ ]*jnle 2b8 +-.*: a7 94 00 00 [ ]*jnlh 2bc +-.*: a7 b4 00 00 [ ]*jnl 2c0 +-.*: a7 e4 00 00 [ ]*jno 2c4 +-.*: a7 d4 00 00 [ ]*jnh 2c8 +-.*: a7 74 00 00 [ ]*jne 2cc +-.*: a7 14 00 00 [ ]*jo 2d0 +-.*: a7 24 00 00 [ ]*jh 2d4 +-.*: a7 84 00 00 [ ]*je 2d8 +-.*: a7 04 00 00 [ ]*jnop 2dc +-.*: a7 14 00 00 [ ]*jo 2e0 +-.*: a7 24 00 00 [ ]*jh 2e4 +-.*: a7 24 00 00 [ ]*jh 2e8 +-.*: a7 34 00 00 [ ]*jnle 2ec +-.*: a7 44 00 00 [ ]*jl 2f0 +-.*: a7 44 00 00 [ ]*jl 2f4 +-.*: a7 54 00 00 [ ]*jnhe 2f8 +-.*: a7 64 00 00 [ ]*jlh 2fc +-.*: a7 74 00 00 [ ]*jne 300 +-.*: a7 74 00 00 [ ]*jne 304 +-.*: a7 84 00 00 [ ]*je 308 +-.*: a7 84 00 00 [ ]*je 30c +-.*: a7 94 00 00 [ ]*jnlh 310 +-.*: a7 a4 00 00 [ ]*jhe 314 +-.*: a7 b4 00 00 [ ]*jnl 318 +-.*: a7 b4 00 00 [ ]*jnl 31c +-.*: a7 c4 00 00 [ ]*jle 320 +-.*: a7 d4 00 00 [ ]*jnh 324 +-.*: a7 d4 00 00 [ ]*jnh 328 +-.*: a7 e4 00 00 [ ]*jno 32c +-.*: a7 f4 00 00 [ ]*j 330 ++.*: a7 f4 00 00 [ ]*j 278 ++.*: a7 84 00 00 [ ]*je 27c ++.*: a7 24 00 00 [ ]*jh 280 ++.*: a7 a4 00 00 [ ]*jhe 284 ++.*: a7 44 00 00 [ ]*jl 288 ++.*: a7 c4 00 00 [ ]*jle 28c ++.*: a7 64 00 00 [ ]*jlh 290 ++.*: a7 44 00 00 [ ]*jl 294 ++.*: a7 74 00 00 [ ]*jne 298 ++.*: a7 d4 00 00 [ ]*jnh 29c ++.*: a7 54 00 00 [ ]*jnhe 2a0 ++.*: a7 b4 00 00 [ ]*jnl 2a4 ++.*: a7 34 00 00 [ ]*jnle 2a8 ++.*: a7 94 00 00 [ ]*jnlh 2ac ++.*: a7 b4 00 00 [ ]*jnl 2b0 ++.*: a7 e4 00 00 [ ]*jno 2b4 ++.*: a7 d4 00 00 [ ]*jnh 2b8 ++.*: a7 74 00 00 [ ]*jne 2bc ++.*: a7 14 00 00 [ ]*jo 2c0 ++.*: a7 24 00 00 [ ]*jh 2c4 ++.*: a7 84 00 00 [ ]*je 2c8 + .*: ed 65 af ff 00 18 [ ]*kdb %f6,4095\(%r5,%r10\) + .*: b3 18 00 69 [ ]*kdbr %f6,%f9 + .*: ed 65 af ff 00 08 [ ]*keb %f6,4095\(%r5,%r10\) +@@ -509,4 +483,4 @@ Disassembly of section .text: + .*: f8 58 5f ff af ff [ ]*zap 4095\(6,%r5\),4095\(9,%r10\) + .*: b2 21 b0 69 [ ]*ipte %r6,%r9,%r11 + .*: b2 21 bd 69 [ ]*ipte %r6,%r9,%r11,13 +-.*: 07 07 [ ]*nopr %r7 ++.*: 07 07 [ ]*nopr %r7 +diff --git a/gas/testsuite/gas/s390/esa-g5.s b/gas/testsuite/gas/s390/esa-g5.s +index ee3d6319b19..c417b818add 100644 +--- a/gas/testsuite/gas/s390/esa-g5.s ++++ b/gas/testsuite/gas/s390/esa-g5.s +@@ -72,14 +72,10 @@ foo: + bpr %r9 + br %r9 + bras %r9,. +- jas %r6,. + brc 6,. + brct 6,. +- jct %r6,. + brxh %r6,%r9,. +- jxh %r6,%r9,. + brxle %r6,%r9,. +- jxle %r6,%r9,. + bsa %r6,%r9 + bsg %r6,%r9 + bsm %r6,%r9 +@@ -199,28 +195,6 @@ foo: + jo . + jp . + jz . +- jnop . +- bro . +- brh . +- brp . +- brnle . +- brl . +- brm . +- brnhe . +- brlh . +- brne . +- brnz . +- bre . +- brz . +- brnlh . +- brhe . +- brnl . +- brnm . +- brle . +- brnh . +- brnp . +- brno . +- bru . + kdb %f6,4095(%r5,%r10) + kdbr %f6,%f9 + keb %f6,4095(%r5,%r10) +diff --git a/gas/testsuite/gas/s390/esa-z900.d b/gas/testsuite/gas/s390/esa-z900.d +index 42f408b624f..f6ff0812d89 100644 +--- a/gas/testsuite/gas/s390/esa-z900.d ++++ b/gas/testsuite/gas/s390/esa-z900.d +@@ -6,52 +6,29 @@ + Disassembly of section .text: + + .* : +-.*: c0 f4 00 00 00 00 [ ]*jg 0 +-.*: c0 04 00 00 00 00 [ ]*jgnop 6 +-.*: c0 14 00 00 00 00 [ ]*jgo c +-.*: c0 24 00 00 00 00 [ ]*jgh 12 +-.*: c0 24 00 00 00 00 [ ]*jgh 18 +-.*: c0 34 00 00 00 00 [ ]*jgnle 1e +-.*: c0 44 00 00 00 00 [ ]*jgl 24 +-.*: c0 44 00 00 00 00 [ ]*jgl 2a +-.*: c0 54 00 00 00 00 [ ]*jgnhe 30 +-.*: c0 64 00 00 00 00 [ ]*jglh 36 +-.*: c0 74 00 00 00 00 [ ]*jgne 3c +-.*: c0 74 00 00 00 00 [ ]*jgne 42 +-.*: c0 84 00 00 00 00 [ ]*jge 48 +-.*: c0 84 00 00 00 00 [ ]*jge 4e +-.*: c0 94 00 00 00 00 [ ]*jgnlh 54 +-.*: c0 a4 00 00 00 00 [ ]*jghe 5a +-.*: c0 b4 00 00 00 00 [ ]*jgnl 60 +-.*: c0 b4 00 00 00 00 [ ]*jgnl 66 +-.*: c0 c4 00 00 00 00 [ ]*jgle 6c +-.*: c0 d4 00 00 00 00 [ ]*jgnh 72 +-.*: c0 d4 00 00 00 00 [ ]*jgnh 78 +-.*: c0 e4 00 00 00 00 [ ]*jgno 7e +-.*: c0 f4 00 00 00 00 [ ]*jg 84 +-.*: c0 14 00 00 00 00 [ ]*jgo 8a +-.*: c0 24 00 00 00 00 [ ]*jgh 90 +-.*: c0 24 00 00 00 00 [ ]*jgh 96 +-.*: c0 34 00 00 00 00 [ ]*jgnle 9c +-.*: c0 44 00 00 00 00 [ ]*jgl a2 +-.*: c0 44 00 00 00 00 [ ]*jgl a8 +-.*: c0 54 00 00 00 00 [ ]*jgnhe ae +-.*: c0 64 00 00 00 00 [ ]*jglh b4 +-.*: c0 74 00 00 00 00 [ ]*jgne ba +-.*: c0 74 00 00 00 00 [ ]*jgne c0 +-.*: c0 84 00 00 00 00 [ ]*jge c6 +-.*: c0 84 00 00 00 00 [ ]*jge cc +-.*: c0 94 00 00 00 00 [ ]*jgnlh d2 +-.*: c0 a4 00 00 00 00 [ ]*jghe d8 +-.*: c0 b4 00 00 00 00 [ ]*jgnl de +-.*: c0 b4 00 00 00 00 [ ]*jgnl e4 +-.*: c0 c4 00 00 00 00 [ ]*jgle ea +-.*: c0 d4 00 00 00 00 [ ]*jgnh f0 +-.*: c0 d4 00 00 00 00 [ ]*jgnh f6 +-.*: c0 e4 00 00 00 00 [ ]*jgno fc +-.*: c0 f4 00 00 00 00 [ ]*jg 102 +-.*: c0 65 00 00 00 00 [ ]*brasl %r6,108 +-.*: c0 65 00 00 00 00 [ ]*brasl %r6,10e ++.*: c0 f4 00 00 00 00 [ ]*jg 0 \ ++.*: c0 14 00 00 00 00 [ ]*jgo 6 \ ++.*: c0 24 00 00 00 00 [ ]*jgh c \ ++.*: c0 24 00 00 00 00 [ ]*jgh 12 \ ++.*: c0 34 00 00 00 00 [ ]*jgnle 18 \ ++.*: c0 44 00 00 00 00 [ ]*jgl 1e \ ++.*: c0 44 00 00 00 00 [ ]*jgl 24 \ ++.*: c0 54 00 00 00 00 [ ]*jgnhe 2a \ ++.*: c0 64 00 00 00 00 [ ]*jglh 30 \ ++.*: c0 74 00 00 00 00 [ ]*jgne 36 \ ++.*: c0 74 00 00 00 00 [ ]*jgne 3c \ ++.*: c0 84 00 00 00 00 [ ]*jge 42 \ ++.*: c0 84 00 00 00 00 [ ]*jge 48 \ ++.*: c0 94 00 00 00 00 [ ]*jgnlh 4e \ ++.*: c0 a4 00 00 00 00 [ ]*jghe 54 \ ++.*: c0 b4 00 00 00 00 [ ]*jgnl 5a \ ++.*: c0 b4 00 00 00 00 [ ]*jgnl 60 \ ++.*: c0 c4 00 00 00 00 [ ]*jgle 66 \ ++.*: c0 d4 00 00 00 00 [ ]*jgnh 6c \ ++.*: c0 d4 00 00 00 00 [ ]*jgnh 72 \ ++.*: c0 e4 00 00 00 00 [ ]*jgno 78 \ ++.*: c0 f4 00 00 00 00 [ ]*jg 7e \ ++.*: c0 65 00 00 00 00 [ ]*brasl %r6,84 \ + .*: 01 0b [ ]*tam + .*: 01 0c [ ]*sam24 + .*: 01 0d [ ]*sam31 +@@ -62,7 +39,7 @@ Disassembly of section .text: + .*: b9 97 00 69 [ ]*dlr %r6,%r9 + .*: b9 98 00 69 [ ]*alcr %r6,%r9 + .*: b9 99 00 69 [ ]*slbr %r6,%r9 +-.*: c0 60 00 00 00 00 [ ]*larl %r6,136 ++.*: c0 60 00 00 00 00 [ ]*larl %r6,ac \ + .*: e3 65 af ff 00 1e [ ]*lrv %r6,4095\(%r5,%r10\) + .*: e3 65 af ff 00 1f [ ]*lrvh %r6,4095\(%r5,%r10\) + .*: e3 65 af ff 00 3e [ ]*strv %r6,4095\(%r5,%r10\) +@@ -72,4 +49,3 @@ Disassembly of section .text: + .*: e3 65 af ff 00 98 [ ]*alc %r6,4095\(%r5,%r10\) + .*: e3 65 af ff 00 99 [ ]*slb %r6,4095\(%r5,%r10\) + .*: eb 69 5f ff 00 1d [ ]*rll %r6,%r9,4095\(%r5\) +-.*: 07 07 [ ]*nopr %r7 +diff --git a/gas/testsuite/gas/s390/esa-z900.s b/gas/testsuite/gas/s390/esa-z900.s +index 7a006168f9e..815732df37c 100644 +--- a/gas/testsuite/gas/s390/esa-z900.s ++++ b/gas/testsuite/gas/s390/esa-z900.s +@@ -1,7 +1,6 @@ + .text + foo: + brcl 15,. +- jgnop . + jgo . + jgh . + jgp . +@@ -23,29 +22,7 @@ foo: + jgnp . + jgno . + jg . +- brol . +- brhl . +- brpl . +- brnlel . +- brll . +- brml . +- brnhel . +- brlhl . +- brnel . +- brnzl . +- brel . +- brzl . +- brnlhl . +- brhel . +- brnll . +- brnml . +- brlel . +- brnhl . +- brnpl . +- brnol . +- brul . + brasl %r6,. +- jasl %r6,. + tam + sam24 + sam31 +diff --git a/gas/testsuite/gas/s390/zarch-z900.d b/gas/testsuite/gas/s390/zarch-z900.d +index 8d292dfc11b..8491a8f4e7a 100644 +--- a/gas/testsuite/gas/s390/zarch-z900.d ++++ b/gas/testsuite/gas/s390/zarch-z900.d +@@ -20,11 +20,8 @@ Disassembly of section .text: + .*: e3 95 af ff 00 46 [ ]*bctg %r9,4095\(%r5,%r10\) + .*: b9 46 00 96 [ ]*bctgr %r9,%r6 + .*: a7 97 00 00 [ ]*brctg %r9,40 \ +-.*: a7 67 00 00 [ ]*brctg %r6,44 +-.*: ec 96 00 00 00 44 [ ]*brxhg %r9,%r6,48 +-.*: ec 69 00 00 00 44 [ ]*brxhg %r6,%r9,4e +-.*: ec 96 00 00 00 45 [ ]*brxlg %r9,%r6,54 +-.*: ec 69 00 00 00 45 [ ]*brxlg %r6,%r9,5a ++.*: ec 96 00 00 00 44 [ ]*brxhg %r9,%r6,44 ++.*: ec 96 00 00 00 45 [ ]*brxlg %r9,%r6,4a + .*: eb 96 5f ff 00 44 [ ]*bxhg %r9,%r6,4095\(%r5\) + .*: eb 96 5f ff 00 45 [ ]*bxleg %r9,%r6,4095\(%r5\) + .*: b3 a5 00 96 [ ]*cdgbr %f9,%r6 +diff --git a/gas/testsuite/gas/s390/zarch-z900.s b/gas/testsuite/gas/s390/zarch-z900.s +index 96d27e7b7e2..a175cca2f4f 100644 +--- a/gas/testsuite/gas/s390/zarch-z900.s ++++ b/gas/testsuite/gas/s390/zarch-z900.s +@@ -14,11 +14,8 @@ foo: + bctg %r9,4095(%r5,%r10) + bctgr %r9,%r6 + brctg %r9,. +- jctg %r6,. + brxhg %r9,%r6,. +- jxhg %r6,%r9,. + brxlg %r9,%r6,. +- jxleg %r6,%r9,. + bxhg %r9,%r6,4095(%r5) + bxleg %r9,%r6,4095(%r5) + cdgbr %f9,%r6 +diff --git a/ld/testsuite/ld-s390/tlsbin_64.dd b/ld/testsuite/ld-s390/tlsbin_64.dd +index d2aa851af46..b984c5719c9 100644 +--- a/ld/testsuite/ld-s390/tlsbin_64.dd ++++ b/ld/testsuite/ld-s390/tlsbin_64.dd +@@ -87,26 +87,26 @@ Disassembly of section .text: + +[0-9a-f]+: 41 22 90 00 la %r2,0\(%r2,%r9\) + # GD -> LE with global variable defined in executable + +[0-9a-f]+: e3 20 d0 10 00 04 lg %r2,16\(%r13\) +- +[0-9a-f]+: c0 04 00 00 00 00 jgnop [0-9a-f]+ ++ +[0-9a-f]+: c0 04 00 00 00 00 brcl 0,[0-9a-f]+ + +[0-9a-f]+: 41 22 90 00 la %r2,0\(%r2,%r9\) + # GD -> LE with local variable defined in executable + +[0-9a-f]+: e3 20 d0 18 00 04 lg %r2,24\(%r13\) +- +[0-9a-f]+: c0 04 00 00 00 00 jgnop [0-9a-f]+ ++ +[0-9a-f]+: c0 04 00 00 00 00 brcl 0,[0-9a-f]+ + +[0-9a-f]+: 41 22 90 00 la %r2,0\(%r2,%r9\) + # GD -> LE with hidden variable defined in executable + +[0-9a-f]+: e3 20 d0 20 00 04 lg %r2,32\(%r13\) +- +[0-9a-f]+: c0 04 00 00 00 00 jgnop [0-9a-f]+ ++ +[0-9a-f]+: c0 04 00 00 00 00 brcl 0,[0-9a-f]+ + +[0-9a-f]+: 41 22 90 00 la %r2,0\(%r2,%r9\) + # LD -> LE + +[0-9a-f]+: e3 20 d0 28 00 04 lg %r2,40\(%r13\) +- +[0-9a-f]+: c0 04 00 00 00 00 jgnop [0-9a-f]+ ++ +[0-9a-f]+: c0 04 00 00 00 00 brcl 0,[0-9a-f]+ + +[0-9a-f]+: 41 32 90 00 la %r3,0\(%r2,%r9\) + +[0-9a-f]+: e3 40 d0 30 00 04 lg %r4,48\(%r13\) + +[0-9a-f]+: 41 54 30 00 la %r5,0\(%r4,%r3\) + +[0-9a-f]+: e3 40 d0 38 00 04 lg %r4,56\(%r13\) + +[0-9a-f]+: 41 54 30 00 la %r5,0\(%r4,%r3\) + +[0-9a-f]+: e3 20 d0 40 00 04 lg %r2,64\(%r13\) +- +[0-9a-f]+: c0 04 00 00 00 00 jgnop [0-9a-f]+ ++ +[0-9a-f]+: c0 04 00 00 00 00 brcl 0,[0-9a-f]+ + +[0-9a-f]+: 41 32 90 00 la %r3,0\(%r2,%r9\) + +[0-9a-f]+: e3 40 d0 48 00 04 lg %r4,72\(%r13\) + +[0-9a-f]+: 41 54 30 00 la %r5,0\(%r4,%r3\) +diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt +index d84f9f798a4..33dbeb38249 100644 +--- a/opcodes/s390-opc.txt ++++ b/opcodes/s390-opc.txt +@@ -246,14 +246,10 @@ d7 xc SS_L0RDRD "exclusive OR" g5 esa,zarch + f8 zap SS_LLRDRD "zero and add" g5 esa,zarch + a70a ahi RI_RI "add halfword immediate" g5 esa,zarch + 84 brxh RSI_RRP "branch relative on index high" g5 esa,zarch +-84 jxh RSI_RRP "branch relative on index high" g5 esa,zarch + 85 brxle RSI_RRP "branch relative on index low or equal" g5 esa,zarch +-85 jxle RSI_RRP "branch relative on index low or equal" g5 esa,zarch + a705 bras RI_RP "branch relative and save" g5 esa,zarch +-a705 jas RI_RP "branch relative and save" g5 esa,zarch + a704 brc RI_UP "branch relative on condition" g5 esa,zarch + a706 brct RI_RP "branch relative on count" g5 esa,zarch +-a706 jct RI_RP "branch relative on count" g5 esa,zarch + b241 cksm RRE_RR "checksum" g5 esa,zarch + a70e chi RI_RI "compare halfword immediate" g5 esa,zarch + a9 clcle RS_RRRD "compare logical long extended" g5 esa,zarch +@@ -272,11 +268,8 @@ a701 tml RI_RU "test under mask low" g5 esa,zarch + 4700 nop RX_0RRD "no operation" g5 esa,zarch optparm + 4700 b*8 RX_0RRD "conditional branch" g5 esa,zarch + 47f0 b RX_0RRD "unconditional branch" g5 esa,zarch +-a704 jnop RI_0P "nop jump" g5 esa,zarch + a704 j*8 RI_0P "conditional jump" g5 esa,zarch +-a704 br*8 RI_0P "conditional jump" g5 esa,zarch + a7f4 j RI_0P "unconditional jump" g5 esa,zarch +-a7f4 bru RI_0P "unconditional jump" g5 esa,zarch + b34a axbr RRE_FEFE "add extended bfp" g5 esa,zarch + b31a adbr RRE_FF "add long bfp" g5 esa,zarch + ed000000001a adb RXE_FRRD "add long bfp" g5 esa,zarch +@@ -444,9 +437,7 @@ e3000000001b slgf RXE_RRRD "subtract logical 64<32" z900 zarch + e3000000000c msg RXE_RRRD "multiply single 64" z900 zarch + e3000000001c msgf RXE_RRRD "multiply single 64<32" z900 zarch + ec0000000044 brxhg RIE_RRP "branch relative on index high 64" z900 zarch +-ec0000000044 jxhg RIE_RRP "branch relative on index high 64" z900 zarch + ec0000000045 brxlg RIE_RRP "branch relative on index low or equal 64" z900 zarch +-ec0000000045 jxleg RIE_RRP "branch relative on index low or equal 64" z900 zarch + eb0000000044 bxhg RSE_RRRD "branch on index high 64" z900 zarch + eb0000000045 bxleg RSE_RRRD "branch on index low or equal 64" z900 zarch + eb000000000c srlg RSE_RRRD "shift right single logical 64" z900 zarch +@@ -471,15 +462,10 @@ eb0000000080 icmh RSE_RURD "insert characters under mask high" z900 zarch + a702 tmhh RI_RU "test under mask high high" z900 zarch + a703 tmhl RI_RU "test under mask high low" z900 zarch + c004 brcl RIL_UP "branch relative on condition long" z900 esa,zarch +-c004 jgnop RIL_0P "nop jump long" z900 esa,zarch + c004 jg*8 RIL_0P "conditional jump long" z900 esa,zarch +-c004 br*8l RIL_0P "conditional jump long" z900 esa,zarch + c0f4 jg RIL_0P "unconditional jump long" z900 esa,zarch +-c0f4 brul RIL_0P "unconditional jump long" z900 esa,zarch + c005 brasl RIL_RP "branch relative and save long" z900 esa,zarch +-c005 jasl RIL_RP "branch relative and save long" z900 esa,zarch + a707 brctg RI_RP "branch relative on count 64" z900 zarch +-a707 jctg RI_RP "branch relative on count 64" z900 zarch + a709 lghi RI_RI "load halfword immediate 64" z900 zarch + a70b aghi RI_RI "add halfword immediate 64" z900 zarch + a70d mghi RI_RI "multiply halfword immediate 64" z900 zarch diff --git a/binutils.changes b/binutils.changes index ea36a88..401c58c 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/binutils.spec b/binutils.spec index eb5bf05..28a8a60 100644 --- a/binutils.spec +++ b/binutils.spec @@ -111,6 +111,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -212,6 +213,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index ea36a88..401c58c 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 43dff88..02e003e 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index ea36a88..401c58c 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 68c724a..209f3e7 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index ea36a88..401c58c 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index ae546d5..a6dd25e 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index ea36a88..401c58c 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index 4870bd6..a6f6c3e 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index ea36a88..401c58c 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 257d7be..8ced6c5 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index ea36a88..401c58c 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 46fb167..69322b8 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index ea36a88..401c58c 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 1db8a4f..c02d032 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index ea36a88..401c58c 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index c7a1c60..9239d3c 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index ea36a88..401c58c 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index a2a6b0b..2499057 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index ea36a88..401c58c 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 7234a75..06a4c10 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index ea36a88..401c58c 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index d83a78e..40aa818 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index ea36a88..401c58c 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index b831191..5a0e550 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index ea36a88..401c58c 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index 607c224..6f88fd9 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index ea36a88..401c58c 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-riscv64-binutils.spec b/cross-riscv64-binutils.spec index 9d31a1b..9b82465 100644 --- a/cross-riscv64-binutils.spec +++ b/cross-riscv64-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index ea36a88..401c58c 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-rx-binutils.spec b/cross-rx-binutils.spec index 0b05f19..82afb7a 100644 --- a/cross-rx-binutils.spec +++ b/cross-rx-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index ea36a88..401c58c 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 1c23a2c..36fa66e 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index ea36a88..401c58c 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 523cca5..01fb8e0 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index ea36a88..401c58c 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index a50bc30..58fb87b 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index ea36a88..401c58c 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index 2c8f725..0408e94 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index ea36a88..401c58c 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index fc6287b..8794ca3 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index ea36a88..401c58c 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 56907d1..65c4cb2 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" diff --git a/cross-xtensa-binutils.changes b/cross-xtensa-binutils.changes index ea36a88..401c58c 100644 --- a/cross-xtensa-binutils.changes +++ b/cross-xtensa-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 5 16:54:36 UTC 2021 - Michael Matz + +- Add binutils-revert-hlasm-insns.diff for compatibility on old + code stream that expect 'brcl 0,label' to not be disassembled + as 'jgnop label' on s390x. [jsc#1192267] + ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-xtensa-binutils.spec b/cross-xtensa-binutils.spec index f782c39..4460bf8 100644 --- a/cross-xtensa-binutils.spec +++ b/cross-xtensa-binutils.spec @@ -114,6 +114,7 @@ Patch39: binutils-revert-nm-symversion.diff Patch40: binutils-fix-abierrormsg.diff Patch41: binutils-fix-relax.diff Patch42: binutils-compat-old-behaviour.diff +Patch43: binutils-revert-hlasm-insns.diff Patch100: add-ulp-section.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch @@ -215,6 +216,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch41 -p1 %if %{suse_version} < 1550 %patch42 -p1 +%patch43 -p1 %endif %patch100 -p1 %if "%{TARGET}" == "avr" From 5269a83494777573e01310732fd89b56f9cf88af1c06e2f226a3ec6472c4bf13 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Fri, 5 Nov 2021 16:58:32 +0000 Subject: [PATCH 2/5] as 'jgnop label' on s390x. [bsc#1192267] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=380 --- binutils.changes | 2 +- cross-aarch64-binutils.changes | 2 +- cross-arm-binutils.changes | 2 +- cross-avr-binutils.changes | 2 +- cross-epiphany-binutils.changes | 2 +- cross-hppa-binutils.changes | 2 +- cross-hppa64-binutils.changes | 2 +- cross-i386-binutils.changes | 2 +- cross-ia64-binutils.changes | 2 +- cross-m68k-binutils.changes | 2 +- cross-mips-binutils.changes | 2 +- cross-ppc-binutils.changes | 2 +- cross-ppc64-binutils.changes | 2 +- cross-ppc64le-binutils.changes | 2 +- cross-riscv64-binutils.changes | 2 +- cross-rx-binutils.changes | 2 +- cross-s390-binutils.changes | 2 +- cross-s390x-binutils.changes | 2 +- cross-sparc-binutils.changes | 2 +- cross-sparc64-binutils.changes | 2 +- cross-spu-binutils.changes | 2 +- cross-x86_64-binutils.changes | 2 +- cross-xtensa-binutils.changes | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/binutils.changes b/binutils.changes index 401c58c..424eaec 100644 --- a/binutils.changes +++ b/binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 401c58c..424eaec 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 401c58c..424eaec 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 401c58c..424eaec 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 401c58c..424eaec 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 401c58c..424eaec 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 401c58c..424eaec 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 401c58c..424eaec 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 401c58c..424eaec 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 401c58c..424eaec 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 401c58c..424eaec 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 401c58c..424eaec 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 401c58c..424eaec 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 401c58c..424eaec 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index 401c58c..424eaec 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index 401c58c..424eaec 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 401c58c..424eaec 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 401c58c..424eaec 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 401c58c..424eaec 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 401c58c..424eaec 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 401c58c..424eaec 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 401c58c..424eaec 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška diff --git a/cross-xtensa-binutils.changes b/cross-xtensa-binutils.changes index 401c58c..424eaec 100644 --- a/cross-xtensa-binutils.changes +++ b/cross-xtensa-binutils.changes @@ -3,7 +3,7 @@ Fri Nov 5 16:54:36 UTC 2021 - Michael Matz - Add binutils-revert-hlasm-insns.diff for compatibility on old code stream that expect 'brcl 0,label' to not be disassembled - as 'jgnop label' on s390x. [jsc#1192267] + as 'jgnop label' on s390x. [bsc#1192267] ------------------------------------------------------------------- Wed Nov 3 08:23:52 UTC 2021 - Martin Liška From 7b51e7db997b01b2bc090e85af117c9bf01a709f2724551e3b3b4d8633cc8bdd Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Mon, 8 Nov 2021 15:31:11 +0000 Subject: [PATCH 3/5] Also mention some fixed SLE bugs we forgot to mention. - Also fixes: bsc#1183909 - slow performance of stripping some binaries OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=382 --- binutils.changes | 2 ++ cross-aarch64-binutils.changes | 2 ++ cross-arm-binutils.changes | 2 ++ cross-avr-binutils.changes | 2 ++ cross-epiphany-binutils.changes | 2 ++ cross-hppa-binutils.changes | 2 ++ cross-hppa64-binutils.changes | 2 ++ cross-i386-binutils.changes | 2 ++ cross-ia64-binutils.changes | 2 ++ cross-m68k-binutils.changes | 2 ++ cross-mips-binutils.changes | 2 ++ cross-ppc-binutils.changes | 2 ++ cross-ppc64-binutils.changes | 2 ++ cross-ppc64le-binutils.changes | 2 ++ cross-riscv64-binutils.changes | 2 ++ cross-rx-binutils.changes | 2 ++ cross-s390-binutils.changes | 2 ++ cross-s390x-binutils.changes | 2 ++ cross-sparc-binutils.changes | 2 ++ cross-sparc64-binutils.changes | 2 ++ cross-spu-binutils.changes | 2 ++ cross-x86_64-binutils.changes | 2 ++ cross-xtensa-binutils.changes | 2 ++ 23 files changed, 46 insertions(+) diff --git a/binutils.changes b/binutils.changes index 424eaec..f9e35c3 100644 --- a/binutils.changes +++ b/binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff diff --git a/cross-xtensa-binutils.changes b/cross-xtensa-binutils.changes index 424eaec..f9e35c3 100644 --- a/cross-xtensa-binutils.changes +++ b/cross-xtensa-binutils.changes @@ -125,6 +125,8 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška bnc#1183511 aka CVE-2021-20284 aka PR26931 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 +- Also fixes: + bsc#1183909 - slow performance of stripping some binaries - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff, binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff, binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff From 3e71827b3317eb7c17eef5016e03c025821babb4ea7f19016cb658a75e240628 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Mon, 8 Nov 2021 15:33:46 +0000 Subject: [PATCH 4/5] More missing bug references bnc#1184519 aka CVE-2021-20294 aka PR26929 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=383 --- binutils.changes | 1 + cross-aarch64-binutils.changes | 1 + cross-arm-binutils.changes | 1 + cross-avr-binutils.changes | 1 + cross-epiphany-binutils.changes | 1 + cross-hppa-binutils.changes | 1 + cross-hppa64-binutils.changes | 1 + cross-i386-binutils.changes | 1 + cross-ia64-binutils.changes | 1 + cross-m68k-binutils.changes | 1 + cross-mips-binutils.changes | 1 + cross-ppc-binutils.changes | 1 + cross-ppc64-binutils.changes | 1 + cross-ppc64le-binutils.changes | 1 + cross-riscv64-binutils.changes | 1 + cross-rx-binutils.changes | 1 + cross-s390-binutils.changes | 1 + cross-s390x-binutils.changes | 1 + cross-sparc-binutils.changes | 1 + cross-sparc64-binutils.changes | 1 + cross-spu-binutils.changes | 1 + cross-x86_64-binutils.changes | 1 + cross-xtensa-binutils.changes | 1 + 23 files changed, 23 insertions(+) diff --git a/binutils.changes b/binutils.changes index f9e35c3..12dc5ef 100644 --- a/binutils.changes +++ b/binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: diff --git a/cross-xtensa-binutils.changes b/cross-xtensa-binutils.changes index f9e35c3..12dc5ef 100644 --- a/cross-xtensa-binutils.changes +++ b/cross-xtensa-binutils.changes @@ -123,6 +123,7 @@ Thu Jul 22 15:01:27 UTC 2021 - Martin Liška - Includes fixes for these CVEs: bnc#1181452 aka CVE-2021-20197 aka PR26945 bnc#1183511 aka CVE-2021-20284 aka PR26931 + bnc#1184519 aka CVE-2021-20294 aka PR26929 bnc#1184620 aka CVE-2021-3487 aka PR26946 bnc#1184794 aka CVE-2020-35448 aka PR26574 - Also fixes: From 8ced92b0cb939d05d477ef76fc79217023cee27c3339aa4f2e18eb8514be10b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Sun, 14 Nov 2021 08:58:25 +0000 Subject: [PATCH 5/5] Accepting request 931144 from home:marxin:branches:devel:gcc - Rebase binutils-2.37-branch.diff: fixes PR28494. OBS-URL: https://build.opensuse.org/request/show/931144 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=384 --- binutils-2.37-branch.diff.gz | 4 ++-- binutils.changes | 5 +++++ cross-aarch64-binutils.changes | 5 +++++ cross-arm-binutils.changes | 5 +++++ cross-avr-binutils.changes | 5 +++++ cross-epiphany-binutils.changes | 5 +++++ cross-hppa-binutils.changes | 5 +++++ cross-hppa64-binutils.changes | 5 +++++ cross-i386-binutils.changes | 5 +++++ cross-ia64-binutils.changes | 5 +++++ cross-m68k-binutils.changes | 5 +++++ cross-mips-binutils.changes | 5 +++++ cross-ppc-binutils.changes | 5 +++++ cross-ppc64-binutils.changes | 5 +++++ cross-ppc64le-binutils.changes | 5 +++++ cross-riscv64-binutils.changes | 5 +++++ cross-rx-binutils.changes | 5 +++++ cross-s390-binutils.changes | 5 +++++ cross-s390x-binutils.changes | 5 +++++ cross-sparc-binutils.changes | 5 +++++ cross-sparc64-binutils.changes | 5 +++++ cross-spu-binutils.changes | 5 +++++ cross-x86_64-binutils.changes | 5 +++++ cross-xtensa-binutils.changes | 5 +++++ 24 files changed, 117 insertions(+), 2 deletions(-) diff --git a/binutils-2.37-branch.diff.gz b/binutils-2.37-branch.diff.gz index ec92ad7..d5aed9b 100644 --- a/binutils-2.37-branch.diff.gz +++ b/binutils-2.37-branch.diff.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a180feaacc91632c8418ec9c460309a213ad23f8ed5f08387421759fef042c42 -size 110663 +oid sha256:45003a64f46026c223e26bcd9aaf40889c89f945c6c8c763bd3997f05216963a +size 111305 diff --git a/binutils.changes b/binutils.changes index 12dc5ef..1920ec1 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz diff --git a/cross-xtensa-binutils.changes b/cross-xtensa-binutils.changes index 12dc5ef..1920ec1 100644 --- a/cross-xtensa-binutils.changes +++ b/cross-xtensa-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 13:20:09 UTC 2021 - Martin Liška + +- Rebase binutils-2.37-branch.diff: fixes PR28494. + ------------------------------------------------------------------- Fri Nov 5 16:54:36 UTC 2021 - Michael Matz