SHA256
1
0
forked from pool/binutils
2015-05-18 15:13:16 +00:00
committed by Git OBS Bridge
parent 2819f93f2f
commit 34c93fbb81
41 changed files with 307 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ Patch22: binutils-bfd_h.patch
Patch23: binutils-fix-gold-aarch64.diff
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
Patch25: gold-opd-visibility.patch
Patch26: binutils-fix--dynamic-list.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch93: cross-avr-size.patch
@@ -174,6 +175,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch23
%patch24 -p1
%patch25 -p1
%patch26 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90