forked from pool/binutils
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
on brach. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=170
This commit is contained in:
parent
d2f4e6dfee
commit
d7a739063a
12
binutils-fix-gold-aarch64.diff
Normal file
12
binutils-fix-gold-aarch64.diff
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Index: gold/configure.tgt
|
||||||
|
===================================================================
|
||||||
|
--- gold/configure.tgt.orig 2014-12-01 16:37:19.000000000 +0100
|
||||||
|
+++ gold/configure.tgt 2014-12-01 17:00:55.000000000 +0100
|
||||||
|
@@ -146,6 +146,7 @@ arm*-*-*)
|
||||||
|
;;
|
||||||
|
aarch64*-*)
|
||||||
|
targ_obj=aarch64
|
||||||
|
+ targ_extra_obj=aarch64-reloc-property
|
||||||
|
targ_machine=EM_AARCH64
|
||||||
|
targ_size=64
|
||||||
|
targ_extra_size=32
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -95,6 +95,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -165,6 +166,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
Mon Dec 1 16:33:29 UTC 2014 - matz@suse.de
|
||||||
|
|
||||||
- Update to current 2.25 pre-release branch, at 127a4644.
|
- Update to current 2.25 pre-release branch, at 127a4644.
|
||||||
|
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
|
||||||
|
on brach.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
Fri Oct 31 10:49:03 UTC 2014 - afaerber@suse.de
|
||||||
|
@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
|
|||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch22: binutils-bfd_h.patch
|
Patch22: binutils-bfd_h.patch
|
||||||
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch90: cross-avr-nesc-as.patch
|
Patch90: cross-avr-nesc-as.patch
|
||||||
Patch92: cross-avr-omit_section_dynsym.patch
|
Patch92: cross-avr-omit_section_dynsym.patch
|
||||||
Patch93: cross-avr-size.patch
|
Patch93: cross-avr-size.patch
|
||||||
@ -168,6 +169,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch14
|
%patch14
|
||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch90
|
||||||
|
Loading…
Reference in New Issue
Block a user