SHA256
6
0
forked from pool/binutils

- Add binutils-2.24-bso16746.diff to shut off ld complaining about

IR references to warning symbols.  [bso#16746]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=158
This commit is contained in:
2014-03-24 14:00:56 +00:00
committed by Git OBS Bridge
parent dc9e77e566
commit e5c3143c60
39 changed files with 109 additions and 19 deletions

View File

@@ -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