From 4d17e9a83d7846e10e8442009d55f02a5f2c58aa621bdcd184faa7fb66959026 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Fri, 20 Nov 2020 15:34:31 +0000 Subject: [PATCH] - Amend binutils-revert-plt32-in-branches.diff to adjust also new testcases. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=347 --- binutils-revert-plt32-in-branches.diff | 246 ++++++++++++++----------- binutils.changes | 2 + binutils.spec | 2 +- cross-aarch64-binutils.changes | 2 + cross-aarch64-binutils.spec | 2 +- cross-arm-binutils.changes | 2 + cross-arm-binutils.spec | 2 +- cross-avr-binutils.changes | 2 + cross-avr-binutils.spec | 2 +- cross-epiphany-binutils.changes | 2 + cross-epiphany-binutils.spec | 2 +- cross-hppa-binutils.changes | 2 + cross-hppa-binutils.spec | 2 +- cross-hppa64-binutils.changes | 2 + cross-hppa64-binutils.spec | 2 +- cross-i386-binutils.changes | 2 + cross-i386-binutils.spec | 2 +- cross-ia64-binutils.changes | 2 + cross-ia64-binutils.spec | 2 +- cross-m68k-binutils.changes | 2 + cross-m68k-binutils.spec | 2 +- cross-mips-binutils.changes | 2 + cross-mips-binutils.spec | 2 +- cross-ppc-binutils.changes | 2 + cross-ppc-binutils.spec | 2 +- cross-ppc64-binutils.changes | 2 + cross-ppc64-binutils.spec | 2 +- cross-ppc64le-binutils.changes | 2 + cross-ppc64le-binutils.spec | 2 +- cross-riscv64-binutils.changes | 2 + cross-riscv64-binutils.spec | 2 +- cross-rx-binutils.changes | 2 + cross-rx-binutils.spec | 2 +- cross-s390-binutils.changes | 2 + cross-s390-binutils.spec | 2 +- cross-s390x-binutils.changes | 2 + cross-s390x-binutils.spec | 2 +- cross-sparc-binutils.changes | 2 + cross-sparc-binutils.spec | 2 +- cross-sparc64-binutils.changes | 2 + cross-sparc64-binutils.spec | 2 +- cross-spu-binutils.changes | 2 + cross-spu-binutils.spec | 2 +- cross-x86_64-binutils.changes | 2 + cross-x86_64-binutils.spec | 2 +- cross-xtensa-binutils.changes | 2 + cross-xtensa-binutils.spec | 2 +- 47 files changed, 211 insertions(+), 127 deletions(-) diff --git a/binutils-revert-plt32-in-branches.diff b/binutils-revert-plt32-in-branches.diff index 419fe9b..6cc1d38 100644 --- a/binutils-revert-plt32-in-branches.diff +++ b/binutils-revert-plt32-in-branches.diff @@ -9,6 +9,7 @@ around somewhat. The changes in nop-[345].d and pr22842b.S are followups to not break the testsuite because of this revert. +As are the changes to x86-64-branch-2.d and x86-64-branch-3.d. commit bd7ab16b4537788ad53521c45469a1bdae84ad4a Author: H.J. Lu @@ -78,11 +79,11 @@ Date: Tue Feb 13 07:34:22 2018 -0800 * testsuite/ld-x86-64/pr22791-2c.s: Likewise. * testsuite/ld-x86-64/x86-64.exp: Run PR ld/22791 tests. -diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c -index 311fb28a..5f1f0ce5 100644 ---- a/bfd/elf64-x86-64.c -+++ b/bfd/elf64-x86-64.c -@@ -1834,6 +1834,24 @@ elf_x86_64_convert_load_reloc (bfd *abfd, +Index: binutils-2.35/bfd/elf64-x86-64.c +=================================================================== +--- binutils-2.35.orig/bfd/elf64-x86-64.c ++++ binutils-2.35/bfd/elf64-x86-64.c +@@ -1834,6 +1834,24 @@ elf_x86_64_convert_load_reloc (bfd *abfd return TRUE; } @@ -107,7 +108,7 @@ index 311fb28a..5f1f0ce5 100644 /* Look through the relocs for a section during the first phase, and calculate needed space in the global offset table, procedure linkage table, and dynamic reloc sections. */ -@@ -3143,28 +3161,30 @@ elf_x86_64_relocate_section (bfd *output_bfd, +@@ -3143,28 +3161,30 @@ elf_x86_64_relocate_section (bfd *output && (eh == NULL || !UNDEFINED_WEAK_RESOLVED_TO_ZERO (info, eh))) @@ -145,7 +146,7 @@ index 311fb28a..5f1f0ce5 100644 } else if (no_copyreloc_p || bfd_link_dll (info)) { -@@ -3173,9 +3193,10 @@ elf_x86_64_relocate_section (bfd *output_bfd, +@@ -3173,9 +3193,10 @@ elf_x86_64_relocate_section (bfd *output relocations against default and protected symbols since address of protected function and location of protected data may not be in @@ -158,11 +159,11 @@ index 311fb28a..5f1f0ce5 100644 } if (fail) -diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c -index ed514cf9..2fad4505 100644 ---- a/gas/config/tc-i386.c -+++ b/gas/config/tc-i386.c -@@ -8472,52 +8472,12 @@ output_branch (void) +Index: binutils-2.35/gas/config/tc-i386.c +=================================================================== +--- binutils-2.35.orig/gas/config/tc-i386.c ++++ binutils-2.35/gas/config/tc-i386.c +@@ -8493,52 +8493,12 @@ output_branch (void) frag_var (rs_machine_dependent, 5, i.reloc[0], subtype, sym, off, p); } @@ -215,7 +216,7 @@ index ed514cf9..2fad4505 100644 if (i.tm.opcode_modifier.jump == JUMP_BYTE) { -@@ -8585,17 +8545,8 @@ output_jump (void) +@@ -8606,17 +8566,8 @@ output_jump (void) abort (); } @@ -234,7 +235,7 @@ index ed514cf9..2fad4505 100644 /* All jumps handled here are signed, but don't use a signed limit check for 32 and 16 bit jumps as we want to allow wrap around at -@@ -11889,10 +11840,6 @@ md_estimate_size_before_relax (fragS *fragP, segT segment) +@@ -11921,10 +11872,6 @@ md_estimate_size_before_relax (fragS *fr reloc_type = (enum bfd_reloc_code_real) fragP->fr_var; else if (size == 2) reloc_type = BFD_RELOC_16_PCREL; @@ -245,10 +246,10 @@ index ed514cf9..2fad4505 100644 else reloc_type = BFD_RELOC_32_PCREL; -diff --git a/gas/testsuite/gas/i386/ilp32/reloc64.d b/gas/testsuite/gas/i386/ilp32/reloc64.d -index 78ca3fd9..a9616797 100644 ---- a/gas/testsuite/gas/i386/ilp32/reloc64.d -+++ b/gas/testsuite/gas/i386/ilp32/reloc64.d +Index: binutils-2.35/gas/testsuite/gas/i386/ilp32/reloc64.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/ilp32/reloc64.d ++++ binutils-2.35/gas/testsuite/gas/i386/ilp32/reloc64.d @@ -17,7 +17,7 @@ Disassembly of section \.text: .*[ ]+R_X86_64_PC8[ ]+xtrn\+0x0*1 .*[ ]+R_X86_64_PC32[ ]+xtrn-0x0*4 @@ -258,10 +259,10 @@ index 78ca3fd9..a9616797 100644 .*[ ]+R_X86_64_PC8[ ]+xtrn-0x0*1 .*[ ]+R_X86_64_GOT32[ ]+xtrn .*[ ]+R_X86_64_GOT32[ ]+xtrn -diff --git a/gas/testsuite/gas/i386/ilp32/x86-64-branch.d b/gas/testsuite/gas/i386/ilp32/x86-64-branch.d -index 5bfa2a46..46b0f809 100644 ---- a/gas/testsuite/gas/i386/ilp32/x86-64-branch.d -+++ b/gas/testsuite/gas/i386/ilp32/x86-64-branch.d +Index: binutils-2.35/gas/testsuite/gas/i386/ilp32/x86-64-branch.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/ilp32/x86-64-branch.d ++++ binutils-2.35/gas/testsuite/gas/i386/ilp32/x86-64-branch.d @@ -20,9 +20,9 @@ Disassembly of section .text: [ ]*[a-f0-9]+: 66 ff 20 data16 jmpq \*\(%rax\) [ ]*[a-f0-9]+: e8 00 00 00 00 callq 0x1f 1b: R_X86_64_PC32 \*ABS\*\+0x10003c @@ -275,10 +276,10 @@ index 5bfa2a46..46b0f809 100644 [ ]*[a-f0-9]+: 66 c3 data16 retq * [ ]*[a-f0-9]+: 66 c2 08 00 data16 retq \$0x8 [ ]*[a-f0-9]+: ff d0 callq \*%rax -diff --git a/gas/testsuite/gas/i386/reloc64.d b/gas/testsuite/gas/i386/reloc64.d -index 540a9b77..ea16c68d 100644 ---- a/gas/testsuite/gas/i386/reloc64.d -+++ b/gas/testsuite/gas/i386/reloc64.d +Index: binutils-2.35/gas/testsuite/gas/i386/reloc64.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/reloc64.d ++++ binutils-2.35/gas/testsuite/gas/i386/reloc64.d @@ -20,7 +20,7 @@ Disassembly of section \.text: .*[ ]+R_X86_64_PC8[ ]+xtrn\+0x0*1 .*[ ]+R_X86_64_PC32[ ]+xtrn-0x0*4 @@ -288,10 +289,10 @@ index 540a9b77..ea16c68d 100644 .*[ ]+R_X86_64_PC8[ ]+xtrn-0x0*1 .*[ ]+R_X86_64_GOT64[ ]+xtrn .*[ ]+R_X86_64_GOT32[ ]+xtrn -diff --git a/gas/testsuite/gas/i386/x86-64-jump.d b/gas/testsuite/gas/i386/x86-64-jump.d -index 1a1521d2..b898d7d5 100644 ---- a/gas/testsuite/gas/i386/x86-64-jump.d -+++ b/gas/testsuite/gas/i386/x86-64-jump.d +Index: binutils-2.35/gas/testsuite/gas/i386/x86-64-jump.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/x86-64-jump.d ++++ binutils-2.35/gas/testsuite/gas/i386/x86-64-jump.d @@ -9,7 +9,7 @@ Disassembly of section .text: 0+ <.text>: @@ -310,10 +311,10 @@ index 1a1521d2..b898d7d5 100644 [ ]*[a-f0-9]+: ff 14 25 00 00 00 00 callq \*0x0 3d: R_X86_64_32S xxx [ ]*[a-f0-9]+: ff d7 callq \*%rdi [ ]*[a-f0-9]+: ff 17 callq \*\(%rdi\) -diff --git a/gas/testsuite/gas/i386/x86-64-mpx-branch-1.d b/gas/testsuite/gas/i386/x86-64-mpx-branch-1.d -index 03e96752..9d2ec05b 100644 ---- a/gas/testsuite/gas/i386/x86-64-mpx-branch-1.d -+++ b/gas/testsuite/gas/i386/x86-64-mpx-branch-1.d +Index: binutils-2.35/gas/testsuite/gas/i386/x86-64-mpx-branch-1.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/x86-64-mpx-branch-1.d ++++ binutils-2.35/gas/testsuite/gas/i386/x86-64-mpx-branch-1.d @@ -23,9 +23,9 @@ Disassembly of section .text: [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 34 @@ -327,10 +328,10 @@ index 03e96752..9d2ec05b 100644 [ ]*[a-f0-9]+: f2 e9 00 00 00 00 bnd jmpq 4d 49: R_X86_64_PLT32 foo-0x4 [ ]*[a-f0-9]+: f2 0f 82 00 00 00 00 bnd jb 54 50: R_X86_64_PLT32 foo-0x4 [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 5a 56: R_X86_64_PLT32 foo-0x4 -diff --git a/gas/testsuite/gas/i386/x86-64-nop-3.d b/gas/testsuite/gas/i386/x86-64-nop-3.d -index 8514c4d0..617033a8 100644 ---- a/gas/testsuite/gas/i386/x86-64-nop-3.d -+++ b/gas/testsuite/gas/i386/x86-64-nop-3.d +Index: binutils-2.35/gas/testsuite/gas/i386/x86-64-nop-3.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/x86-64-nop-3.d ++++ binutils-2.35/gas/testsuite/gas/i386/x86-64-nop-3.d @@ -18,5 +18,5 @@ Disassembly of section .text: Disassembly of section .altinstr_replacement: @@ -338,32 +339,32 @@ index 8514c4d0..617033a8 100644 - +[a-f0-9]+: e9 00 00 00 00 jmpq 5 <_start\+0x5> 1: R_X86_64_PLT32 foo-0x4 + +[a-f0-9]+: e9 00 00 00 00 jmpq 5 <_start\+0x5> 1: R_X86_64_PC32 foo-0x4 #pass -diff --git a/gas/testsuite/gas/i386/x86-64-nop-4.d b/gas/testsuite/gas/i386/x86-64-nop-4.d -index 7b696624..8610fc43 100644 ---- a/gas/testsuite/gas/i386/x86-64-nop-4.d -+++ b/gas/testsuite/gas/i386/x86-64-nop-4.d -@@ -21,5 +21,5 @@ Disassembly of section .altinstr_replacement: +Index: binutils-2.35/gas/testsuite/gas/i386/x86-64-nop-4.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/x86-64-nop-4.d ++++ binutils-2.35/gas/testsuite/gas/i386/x86-64-nop-4.d +@@ -21,5 +21,5 @@ Disassembly of section .altinstr_replace +[a-f0-9]+: 89 c0 mov %eax,%eax +[a-f0-9]+: 89 c0 mov %eax,%eax +[a-f0-9]+: 89 c0 mov %eax,%eax - +[a-f0-9]+: e9 00 00 00 00 jmpq b <_start\+0xb> 7: R_X86_64_PLT32 foo-0x4 + +[a-f0-9]+: e9 00 00 00 00 jmpq b <_start\+0xb> 7: R_X86_64_PC32 foo-0x4 #pass -diff --git a/gas/testsuite/gas/i386/x86-64-nop-5.d b/gas/testsuite/gas/i386/x86-64-nop-5.d -index b0b7854f..333263bd 100644 ---- a/gas/testsuite/gas/i386/x86-64-nop-5.d -+++ b/gas/testsuite/gas/i386/x86-64-nop-5.d -@@ -24,5 +24,5 @@ Disassembly of section .altinstr_replacement: +Index: binutils-2.35/gas/testsuite/gas/i386/x86-64-nop-5.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/x86-64-nop-5.d ++++ binutils-2.35/gas/testsuite/gas/i386/x86-64-nop-5.d +@@ -24,5 +24,5 @@ Disassembly of section .altinstr_replace +[a-f0-9]+: 89 c0 mov %eax,%eax +[a-f0-9]+: 89 c0 mov %eax,%eax +[a-f0-9]+: 89 c0 mov %eax,%eax - +[a-f0-9]+: e9 00 00 00 00 jmpq d <_start\+0xd> 9: R_X86_64_PLT32 foo-0x4 + +[a-f0-9]+: e9 00 00 00 00 jmpq d <_start\+0xd> 9: R_X86_64_PC32 foo-0x4 #pass -diff --git a/gas/testsuite/gas/i386/x86-64-relax-2.d b/gas/testsuite/gas/i386/x86-64-relax-2.d -index 8f432dff..6c765188 100644 ---- a/gas/testsuite/gas/i386/x86-64-relax-2.d -+++ b/gas/testsuite/gas/i386/x86-64-relax-2.d +Index: binutils-2.35/gas/testsuite/gas/i386/x86-64-relax-2.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/x86-64-relax-2.d ++++ binutils-2.35/gas/testsuite/gas/i386/x86-64-relax-2.d @@ -11,12 +11,12 @@ Disassembly of section .text: 0+ : [ ]*[a-f0-9]+: eb 24 jmp 26 @@ -382,10 +383,10 @@ index 8f432dff..6c765188 100644 0+22 : [ ]*[a-f0-9]+: c3 retq -diff --git a/gas/testsuite/gas/i386/x86-64-relax-3.d b/gas/testsuite/gas/i386/x86-64-relax-3.d -index bb605081..f1ffdb89 100644 ---- a/gas/testsuite/gas/i386/x86-64-relax-3.d -+++ b/gas/testsuite/gas/i386/x86-64-relax-3.d +Index: binutils-2.35/gas/testsuite/gas/i386/x86-64-relax-3.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/x86-64-relax-3.d ++++ binutils-2.35/gas/testsuite/gas/i386/x86-64-relax-3.d @@ -12,10 +12,10 @@ Disassembly of section .text: [ ]*[a-f0-9]+: eb 1b jmp 1f [ ]*[a-f0-9]+: eb 1b jmp 21 @@ -401,37 +402,34 @@ index bb605081..f1ffdb89 100644 0+1f : [ ]*[a-f0-9]+: c3 retq -diff --git a/ld/testsuite/ld-x86-64/mpx1c.rd b/ld/testsuite/ld-x86-64/mpx1c.rd -index d66524c8..d3b292cb 100644 ---- a/ld/testsuite/ld-x86-64/mpx1c.rd -+++ b/ld/testsuite/ld-x86-64/mpx1c.rd +Index: binutils-2.35/ld/testsuite/ld-x86-64/mpx1c.rd +=================================================================== +--- binutils-2.35.orig/ld/testsuite/ld-x86-64/mpx1c.rd ++++ binutils-2.35/ld/testsuite/ld-x86-64/mpx1c.rd @@ -1,3 +1,3 @@ #... -[0-9a-f ]+R_X86_64_PLT32 +0+ +.* +[0-9a-f ]+R_X86_64_PC32 +0+ +.* #... -diff --git a/ld/testsuite/ld-x86-64/pr22791-1.err b/ld/testsuite/ld-x86-64/pr22791-1.err -deleted file mode 100644 -index 8c556599..00000000 ---- a/ld/testsuite/ld-x86-64/pr22791-1.err +Index: binutils-2.35/ld/testsuite/ld-x86-64/pr22791-1.err +=================================================================== +--- binutils-2.35.orig/ld/testsuite/ld-x86-64/pr22791-1.err +++ /dev/null @@ -1,2 +0,0 @@ -.*relocation R_X86_64_PC32 against symbol `foo' can not be used when making a PIE object; recompile with -fPIE -#... -diff --git a/ld/testsuite/ld-x86-64/pr22791-1a.c b/ld/testsuite/ld-x86-64/pr22791-1a.c -deleted file mode 100644 -index cd0130ca..00000000 ---- a/ld/testsuite/ld-x86-64/pr22791-1a.c +Index: binutils-2.35/ld/testsuite/ld-x86-64/pr22791-1a.c +=================================================================== +--- binutils-2.35.orig/ld/testsuite/ld-x86-64/pr22791-1a.c +++ /dev/null @@ -1,4 +0,0 @@ -void -foo (void) -{ -} -diff --git a/ld/testsuite/ld-x86-64/pr22791-1b.s b/ld/testsuite/ld-x86-64/pr22791-1b.s -deleted file mode 100644 -index 9751db49..00000000 ---- a/ld/testsuite/ld-x86-64/pr22791-1b.s +Index: binutils-2.35/ld/testsuite/ld-x86-64/pr22791-1b.s +=================================================================== +--- binutils-2.35.orig/ld/testsuite/ld-x86-64/pr22791-1b.s +++ /dev/null @@ -1,6 +0,0 @@ - .text @@ -440,10 +438,9 @@ index 9751db49..00000000 -main: - movl foo(%rip), %eax - .size main, .-main -diff --git a/ld/testsuite/ld-x86-64/pr22791-2.rd b/ld/testsuite/ld-x86-64/pr22791-2.rd -deleted file mode 100644 -index 70deb30d..00000000 ---- a/ld/testsuite/ld-x86-64/pr22791-2.rd +Index: binutils-2.35/ld/testsuite/ld-x86-64/pr22791-2.rd +=================================================================== +--- binutils-2.35.orig/ld/testsuite/ld-x86-64/pr22791-2.rd +++ /dev/null @@ -1,6 +0,0 @@ -#failif @@ -452,10 +449,9 @@ index 70deb30d..00000000 -#... -[0-9a-f ]+R_X86_64_NONE.* -#... -diff --git a/ld/testsuite/ld-x86-64/pr22791-2a.s b/ld/testsuite/ld-x86-64/pr22791-2a.s -deleted file mode 100644 -index 0a855024..00000000 ---- a/ld/testsuite/ld-x86-64/pr22791-2a.s +Index: binutils-2.35/ld/testsuite/ld-x86-64/pr22791-2a.s +=================================================================== +--- binutils-2.35.orig/ld/testsuite/ld-x86-64/pr22791-2a.s +++ /dev/null @@ -1,8 +0,0 @@ - .text @@ -466,10 +462,9 @@ index 0a855024..00000000 - jmp bar - .size foo, .-foo - .section .note.GNU-stack,"",@progbits -diff --git a/ld/testsuite/ld-x86-64/pr22791-2b.c b/ld/testsuite/ld-x86-64/pr22791-2b.c -deleted file mode 100644 -index 79ef27c0..00000000 ---- a/ld/testsuite/ld-x86-64/pr22791-2b.c +Index: binutils-2.35/ld/testsuite/ld-x86-64/pr22791-2b.c +=================================================================== +--- binutils-2.35.orig/ld/testsuite/ld-x86-64/pr22791-2b.c +++ /dev/null @@ -1,7 +0,0 @@ -#include @@ -479,10 +474,9 @@ index 79ef27c0..00000000 -{ - puts ("PASS"); -} -diff --git a/ld/testsuite/ld-x86-64/pr22791-2c.s b/ld/testsuite/ld-x86-64/pr22791-2c.s -deleted file mode 100644 -index 1460d1b8..00000000 ---- a/ld/testsuite/ld-x86-64/pr22791-2c.s +Index: binutils-2.35/ld/testsuite/ld-x86-64/pr22791-2c.s +=================================================================== +--- binutils-2.35.orig/ld/testsuite/ld-x86-64/pr22791-2c.s +++ /dev/null @@ -1,12 +0,0 @@ - .text @@ -497,10 +491,10 @@ index 1460d1b8..00000000 - ret - .size main, .-main - .section .note.GNU-stack,"",@progbits -diff --git a/ld/testsuite/ld-x86-64/pr22842b.S b/ld/testsuite/ld-x86-64/pr22842b.S -index f0659cd9..b9dd8134 100644 ---- a/ld/testsuite/ld-x86-64/pr22842b.S -+++ b/ld/testsuite/ld-x86-64/pr22842b.S +Index: binutils-2.35/ld/testsuite/ld-x86-64/pr22842b.S +=================================================================== +--- binutils-2.35.orig/ld/testsuite/ld-x86-64/pr22842b.S ++++ binutils-2.35/ld/testsuite/ld-x86-64/pr22842b.S @@ -7,7 +7,7 @@ main: leaq bar(%rip), %rdi addq %rax, %rdi @@ -510,15 +504,14 @@ index f0659cd9..b9dd8134 100644 xorl %eax, %eax popq %rcx retq -diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp -index d836f334..b8a7de1f 100644 ---- a/ld/testsuite/ld-x86-64/x86-64.exp -+++ b/ld/testsuite/ld-x86-64/x86-64.exp -@@ -1214,44 +1214,6 @@ if { [isnative] && [check_compiler_available] } { - {readelf -lW pr22393-3b.rd}} \ +Index: binutils-2.35/ld/testsuite/ld-x86-64/x86-64.exp +=================================================================== +--- binutils-2.35.orig/ld/testsuite/ld-x86-64/x86-64.exp ++++ binutils-2.35/ld/testsuite/ld-x86-64/x86-64.exp +@@ -1215,44 +1215,6 @@ if { [isnative] && [check_compiler_avail "pr22393-3-static" \ ] \ -- [list \ + [list \ - "Build pr22791-1.so" \ - "-shared" \ - "-fPIC -Wa,-mx86-used-note=yes" \ @@ -556,14 +549,14 @@ index d836f334..b8a7de1f 100644 - {{readelf -drW pr22791-2.rd}} \ - "pr22791-2" \ - ] \ - [list \ +- [list \ "Build pr22842.so" \ "-shared" \ -@@ -1700,15 +1662,6 @@ if { [isnative] && [check_compiler_available] } { - "pr22393-3-static" \ + "-fPIC -Wa,-mx86-used-note=yes" \ +@@ -1701,15 +1663,6 @@ if { [isnative] && [check_compiler_avail "pass.out" \ ] \ -- [list \ + [list \ - "Run pr22791-2" \ - "-pie -Wl,--no-as-needed tmpdir/pr22791-2.so" \ - "-Wa,-mx86-used-note=yes" \ @@ -572,6 +565,51 @@ index d836f334..b8a7de1f 100644 - "pass.out" \ - "$NOPIE_CFLAGS" \ - ] \ - [list \ +- [list \ "Run pr22842" \ "-pie -Wl,--no-as-needed tmpdir/pr22842.so" \ + "-Wa,-mx86-used-note=yes" \ +Index: binutils-2.35/gas/testsuite/gas/i386/x86-64-branch-2.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/x86-64-branch-2.d ++++ binutils-2.35/gas/testsuite/gas/i386/x86-64-branch-2.d +@@ -9,12 +9,12 @@ Disassembly of section .text: + + 0+ : + [ ]*[a-f0-9]+: 66 e9 00 00 jmpw 4 2: R_X86_64_PC16 foo-0x2 +-[ ]*[a-f0-9]+: 66 48 e9 00 00 00 00 data16 jmpq b 7: R_X86_64_PLT32 foo-0x4 ++[ ]*[a-f0-9]+: 66 48 e9 00 00 00 00 data16 jmpq b 7: R_X86_64_PC32 foo-0x4 + + 0+b : + [ ]*[a-f0-9]+: 89 c3 mov %eax,%ebx + [ ]*[a-f0-9]+: 66 e8 00 00 callw 11 f: R_X86_64_PC16 foo-0x2 +-[ ]*[a-f0-9]+: 66 48 e8 00 00 00 00 data16 callq 18 14: R_X86_64_PLT32 foo-0x4 ++[ ]*[a-f0-9]+: 66 48 e8 00 00 00 00 data16 callq 18 14: R_X86_64_PC32 foo-0x4 + [ ]*[a-f0-9]+: 66 c3 retw * + [ ]*[a-f0-9]+: 66 c2 08 00 retw \$0x8 + #pass +Index: binutils-2.35/gas/testsuite/gas/i386/x86-64-branch-3.d +=================================================================== +--- binutils-2.35.orig/gas/testsuite/gas/i386/x86-64-branch-3.d ++++ binutils-2.35/gas/testsuite/gas/i386/x86-64-branch-3.d +@@ -8,15 +8,15 @@ + Disassembly of section .text: + + 0+ : +-[ ]*[a-f0-9]+: 66 e9 00 00 00 00 data16 jmpq 6 2: R_X86_64_PLT32 foo-0x4 +-[ ]*[a-f0-9]+: 66 48 e9 00 00 00 00 data16 rex\.W jmpq d 9: R_X86_64_PLT32 foo-0x4 ++[ ]*[a-f0-9]+: 66 e9 00 00 00 00 data16 jmpq 6 2: R_X86_64_PC32 foo-0x4 ++[ ]*[a-f0-9]+: 66 48 e9 00 00 00 00 data16 rex\.W jmpq d 9: R_X86_64_PC32 foo-0x4 + + 0+d : + [ ]*[a-f0-9]+: 89 c3 mov %eax,%ebx +-[ ]*[a-f0-9]+: 66 e8 00 00 00 00 data16 callq 15 11: R_X86_64_PLT32 foo-0x4 +-[ ]*[a-f0-9]+: 66 48 e8 00 00 00 00 data16 rex\.W callq 1c 18: R_X86_64_PLT32 foo-0x4 ++[ ]*[a-f0-9]+: 66 e8 00 00 00 00 data16 callq 15 11: R_X86_64_PC32 foo-0x4 ++[ ]*[a-f0-9]+: 66 48 e8 00 00 00 00 data16 rex\.W callq 1c 18: R_X86_64_PC32 foo-0x4 + [ ]*[a-f0-9]+: 66 c7 f8 00 00 xbeginw 21 1f: R_X86_64_PC16 foo-0x2 +-[ ]*[a-f0-9]+: 66 48 c7 f8 00 00 00 00 data16 xbeginq 29 25: R_X86_64_PLT32 foo-0x4 ++[ ]*[a-f0-9]+: 66 48 c7 f8 00 00 00 00 data16 xbeginq 29 25: R_X86_64_PC32 foo-0x4 + [ ]*[a-f0-9]+: 48 ff 18 lcallq \*\(%rax\) + [ ]*[a-f0-9]+: 48 ff 29 ljmpq \*\(%rcx\) + #pass diff --git a/binutils.changes b/binutils.changes index 963439a..182b19c 100644 --- a/binutils.changes +++ b/binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/binutils.spec b/binutils.spec index 3a9883d..7868919 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ # # spec file for package binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 963439a..182b19c 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 0108860..1f732d0 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-aarch64-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 963439a..182b19c 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index bcd19af..8f00f38 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-arm-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 963439a..182b19c 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 57f1058..856ef4a 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-avr-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 963439a..182b19c 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index 29c0109..eacc181 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-epiphany-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 963439a..182b19c 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 8242a6b..e379b82 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-hppa-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 963439a..182b19c 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 79cea8c..58c32d8 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-hppa64-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 963439a..182b19c 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index eb8f513..c0f1b60 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-i386-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 963439a..182b19c 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 2363b64..6247dac 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ia64-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 963439a..182b19c 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index ab8cabf..98f50ec 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-m68k-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 963439a..182b19c 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 5adc788..b904e67 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-mips-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 963439a..182b19c 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index 6ebdb5e..8fc9d60 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 963439a..182b19c 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index de9da87..fe8257a 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc64-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 963439a..182b19c 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index d57bdbf..5ef7fbf 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-ppc64le-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index 963439a..182b19c 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-riscv64-binutils.spec b/cross-riscv64-binutils.spec index 4490da4..35fb58c 100644 --- a/cross-riscv64-binutils.spec +++ b/cross-riscv64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-riscv64-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index 963439a..182b19c 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-rx-binutils.spec b/cross-rx-binutils.spec index a6cb3bd..695a6a2 100644 --- a/cross-rx-binutils.spec +++ b/cross-rx-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-rx-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 963439a..182b19c 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 1d2db3b..113a41a 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-s390-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 963439a..182b19c 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 88cb725..00897ce 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-s390x-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 963439a..182b19c 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 2315643..1009b7c 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-sparc-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 963439a..182b19c 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index b3c7488..52945c0 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-sparc64-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 963439a..182b19c 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 0a82d42..4d2dbe5 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-spu-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 963439a..182b19c 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 60400fe..d823657 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-x86_64-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cross-xtensa-binutils.changes b/cross-xtensa-binutils.changes index 963439a..182b19c 100644 --- a/cross-xtensa-binutils.changes +++ b/cross-xtensa-binutils.changes @@ -25,6 +25,8 @@ Tue Sep 15 12:14:55 UTC 2020 - matz@suse.com - Toolchain module update for SLE15 [jsc#ECO-2373] - Includes changes that were SLE-only in binutils-add-z15-name.diff for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464] +- Amend binutils-revert-plt32-in-branches.diff to adjust also new + testcases. ------------------------------------------------------------------- Sat Aug 15 08:42:59 UTC 2020 - Martin Liška diff --git a/cross-xtensa-binutils.spec b/cross-xtensa-binutils.spec index 97b3e5c..fda3b85 100644 --- a/cross-xtensa-binutils.spec +++ b/cross-xtensa-binutils.spec @@ -1,7 +1,7 @@ # # spec file for package cross-xtensa-binutils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed