SHA256
6
0
forked from pool/binutils

- Add patch to fix libiberty integer overflow. [bnc#776968]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=100
This commit is contained in:
2012-09-03 09:07:37 +00:00
committed by Git OBS Bridge
parent c7eddb1a5b
commit 4171f9e565
33 changed files with 217 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ Patch15: fixup-testcase-perturb.diff
Patch18: gold-depend-on-opcodes.diff
Patch19: bso12451.diff
Patch20: bso13449.diff
Patch21: binutils-2.22-objalloc.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch93: avr-binutils-relocs.patch
@@ -163,6 +164,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18
%patch19 -p1
%patch20 -p1
%patch21
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90