SHA256
6
0
forked from pool/binutils

Accepting request 229209 from home:AndreasSchwab:f

- ld-dtags.diff: update testsuite for --enable-new-dtags default
- ld-testsuite.patch: fix spurious failures in ld-plugin/lto.exp

OBS-URL: https://build.opensuse.org/request/show/229209
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=164
This commit is contained in:
2014-04-07 08:14:05 +00:00
committed by Git OBS Bridge
parent 7961dd1a0f
commit b416ee658f
40 changed files with 239 additions and 6 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: ld-testsuite.patch
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