forked from pool/binutils
This commit is contained in:
parent
629ac9d1d1
commit
7961dd1a0f
@ -1,14 +0,0 @@
|
|||||||
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
|
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -98,7 +98,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -171,7 +170,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -21,8 +21,6 @@ Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com
|
|||||||
|
|
||||||
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work
|
||||||
for GCC LTO objects. [bso#14698]
|
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
|
Fri Feb 21 16:59:02 UTC 2014 - matz@suse.de
|
||||||
|
@ -101,7 +101,6 @@ Patch18: gold-depend-on-opcodes.diff
|
|||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
Patch23: pie-m68k.patch
|
Patch23: pie-m68k.patch
|
||||||
Patch24: binutils-2.24-auto-plugin.diff
|
Patch24: binutils-2.24-auto-plugin.diff
|
||||||
Patch25: binutils-2.24-bso16746.diff
|
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch22
|
%patch22
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
Loading…
Reference in New Issue
Block a user