SHA256
6
0
forked from pool/binutils

- binutils-2.24-bso16746.diff: Fix bso#16746, spurious warnings

for warn annotated symbols with LTO.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=166
This commit is contained in:
2014-05-07 08:21:16 +00:00
committed by Git OBS Bridge
parent b416ee658f
commit face4cb5f0
39 changed files with 302 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ Patch22: binutils-bfd_h.patch
Patch23: pie-m68k.patch
Patch24: binutils-2.24-auto-plugin.diff
Patch25: ld-testsuite.patch
Patch26: binutils-2.24-bso16746.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch93: cross-avr-size.patch
@@ -175,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90