diff --git a/binutils-2.24-bso16746.diff b/binutils-2.24-bso16746.diff new file mode 100644 index 0000000..2b62c1d --- /dev/null +++ b/binutils-2.24-bso16746.diff @@ -0,0 +1,14 @@ +diff --git a/ld/ldmain.c b/ld/ldmain.c +index ffc9f84..71d41bf 100644 +--- a/ld/ldmain.c ++++ b/ld/ldmain.c +@@ -1160,6 +1160,9 @@ warning_callback (struct bfd_link_info *info ATTRIBUTE_UNUSED, + asection *section, + bfd_vma address) + { ++ if (abfd->flags & BFD_PLUGIN) ++ return TRUE; ++ + /* This is a hack to support warn_multiple_gp. FIXME: This should + have a cleaner interface, but what? */ + if (! config.warn_multiple_gp diff --git a/binutils.changes b/binutils.changes index d948fbd..b8aaf53 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/binutils.spec b/binutils.spec index 5d33ffe..63b3a86 100644 --- a/binutils.spec +++ b/binutils.spec @@ -98,6 +98,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -170,6 +171,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 77fe92f..3a12d42 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index ba0df47..46b254c 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 9b0541b..179a6b7 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 5fc5832..7fab42d 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index d6f8435..3a84020 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index b7d41b9..411a4ce 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 8e89e76..c3552d8 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index eb761de..e1ff0d0 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index b6307ba..7c4f888 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index 3f197f0..aef6e7c 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 485e423..ecb1ce7 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index 12e1c0a..6210cfb 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 23e1ee4..10ca652 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index b2572bb..58a6ecc 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 5d610bb..723c611 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index e02b80e..69ab162 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 449d708..9ce8f15 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -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 d948fbd..b8aaf53 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- -Fri Mar 21 12:23:43 UTC 2014 - rguenther@suse.com +Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com - Add binutils-2.24-auto-plugin.diff to make plugin auto-load work for GCC LTO objects. [bso#14698] +- Add binutils-2.24-bso16746.diff to shut off ld complaining about + IR references to warning symbols. [bso#16746] ------------------------------------------------------------------- Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 60a5293..6014fbf 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -101,6 +101,7 @@ Patch18: gold-depend-on-opcodes.diff Patch22: binutils-bfd_h.patch Patch23: pie-m68k.patch Patch24: binutils-2.24-auto-plugin.diff +Patch25: binutils-2.24-bso16746.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -173,6 +174,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch22 %patch23 -p1 %patch24 -p1 +%patch25 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90