From beaa2c0c2e1fc0fbe2801676fa7bd569dd8a1f2e7e276a342d036c6a360b62d6 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Tue, 6 Mar 2018 16:02:58 +0000 Subject: [PATCH] - Add binutils-pr22868.diff to fix testsuite fails in LLVM. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=266 --- binutils-pr22868.diff | 20 ++++++++++++++++++++ binutils.changes | 5 +++++ binutils.spec | 2 ++ cross-aarch64-binutils.changes | 5 +++++ cross-aarch64-binutils.spec | 2 ++ cross-arm-binutils.changes | 5 +++++ cross-arm-binutils.spec | 2 ++ cross-avr-binutils.changes | 5 +++++ cross-avr-binutils.spec | 2 ++ cross-epiphany-binutils.changes | 5 +++++ cross-epiphany-binutils.spec | 2 ++ cross-hppa-binutils.changes | 5 +++++ cross-hppa-binutils.spec | 2 ++ cross-hppa64-binutils.changes | 5 +++++ cross-hppa64-binutils.spec | 2 ++ cross-i386-binutils.changes | 5 +++++ cross-i386-binutils.spec | 2 ++ cross-ia64-binutils.changes | 5 +++++ cross-ia64-binutils.spec | 2 ++ cross-m68k-binutils.changes | 5 +++++ cross-m68k-binutils.spec | 2 ++ cross-mips-binutils.changes | 5 +++++ cross-mips-binutils.spec | 2 ++ cross-ppc-binutils.changes | 5 +++++ cross-ppc-binutils.spec | 2 ++ cross-ppc64-binutils.changes | 5 +++++ cross-ppc64-binutils.spec | 2 ++ cross-ppc64le-binutils.changes | 5 +++++ cross-ppc64le-binutils.spec | 2 ++ cross-riscv64-binutils.changes | 5 +++++ cross-riscv64-binutils.spec | 2 ++ cross-rx-binutils.changes | 5 +++++ cross-rx-binutils.spec | 2 ++ cross-s390-binutils.changes | 5 +++++ cross-s390-binutils.spec | 2 ++ cross-s390x-binutils.changes | 5 +++++ cross-s390x-binutils.spec | 2 ++ cross-sparc-binutils.changes | 5 +++++ cross-sparc-binutils.spec | 2 ++ cross-sparc64-binutils.changes | 5 +++++ cross-sparc64-binutils.spec | 2 ++ cross-spu-binutils.changes | 5 +++++ cross-spu-binutils.spec | 2 ++ cross-x86_64-binutils.changes | 5 +++++ cross-x86_64-binutils.spec | 2 ++ 45 files changed, 174 insertions(+) create mode 100644 binutils-pr22868.diff diff --git a/binutils-pr22868.diff b/binutils-pr22868.diff new file mode 100644 index 0000000..8d68379 --- /dev/null +++ b/binutils-pr22868.diff @@ -0,0 +1,20 @@ +Fixes two testsuite fails in the gold plugin tests of LLVM. +Aka binutils/PR22868 +Index: binutils-2.30/gold/resolve.cc +=================================================================== +--- binutils-2.30.orig/gold/resolve.cc 2018-01-13 14:31:16.000000000 +0100 ++++ binutils-2.30/gold/resolve.cc 2018-03-06 16:58:42.000000000 +0100 +@@ -265,10 +265,13 @@ Symbol_table::resolve(Sized_symbol + return; + + // Likewise for an absolute symbol defined twice with the same value. ++ // plugin-symbols are always absolute with same value here, so ignore those + if (!is_ordinary + && st_shndx == elfcpp::SHN_ABS + && !to_is_ordinary + && to_shndx == elfcpp::SHN_ABS ++ && object->pluginobj() == NULL ++ && to->object()->pluginobj() == NULL + && to->value() == sym.get_st_value()) + return; + diff --git a/binutils.changes b/binutils.changes index 8542162..d65e9ca 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/binutils.spec b/binutils.spec index d574b28..ac4c174 100644 --- a/binutils.spec +++ b/binutils.spec @@ -93,6 +93,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -163,6 +164,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index fd4cd17..bc8da0a 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index ee5353c..d30f572 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 74c630e..47a3aa8 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index da2c1c6..0aa1241 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index a5b30ef..eaef966 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 4402bce..d9c5d30 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index cb95f53..1d484b7 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 1623d5d..512764b 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index 77ac48b..ee4360e 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 00c6958..4f4d0fe 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index bb8d830..029af3e 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 8fe37e9..89d1f7e 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index 0a14fb2..0b3d1f4 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-riscv64-binutils.spec b/cross-riscv64-binutils.spec index 8d5a66f..b76dbe9 100644 --- a/cross-riscv64-binutils.spec +++ b/cross-riscv64-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-rx-binutils.spec b/cross-rx-binutils.spec index e0edf12..84da787 100644 --- a/cross-rx-binutils.spec +++ b/cross-rx-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 03a21ba..1f969eb 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index fc69077..d631e9c 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 7420ada..8051fe4 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index 06a0b7c..c2038e1 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 34b3418..a964d00 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 8542162..d65e9ca 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 16:01:24 UTC 2018 - matz@suse.com + +- Add binutils-pr22868.diff to fix testsuite fails in LLVM. + ------------------------------------------------------------------- Mon Feb 26 11:03:07 UTC 2018 - schwab@suse.de diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 06306d8..b1790a1 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -96,6 +96,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch35: riscv-wrap-relax.patch +Patch36: binutils-pr22868.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch34 -p1 %patch35 -p1 +%patch36 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90