forked from pool/binutils
- Update to binutils-2_22-branch head.
* Drop patches that have been applied upstream. * Drop patches that no longer apply. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=69
This commit is contained in:
parent
916b9b29ca
commit
5449084e1a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7143af49581ca3ceb0ee3462bb50abac9eaf27022fcc1f838df3ae07c0f63797
|
|
||||||
size 70386
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f769b64350a02fbee009e1582cc12b6ed43b41985de65effb741e258e075dd05
|
|
||||||
size 18890094
|
|
3
binutils-2.21.90.tar.bz2
Normal file
3
binutils-2.21.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69d930bc5468cfc58b44a2ae9928b82d516030061ec63e75a9c8ca0284d9ae66
|
||||||
|
size 17536557
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -300,7 +291,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -310,17 +300,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 13:08:07 UTC 2011 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Update to binutils-2_22-branch head.
|
||||||
|
* Drop patches that have been applied upstream.
|
||||||
|
* Drop patches that no longer apply.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
Thu Sep 22 09:59:07 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: zlib-devel-static
|
|||||||
%else
|
%else
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.21.1
|
Version: 2.21.90
|
||||||
Release: 10
|
Release: 10
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -78,7 +78,6 @@ Source: binutils-%{binutils_version}.tar.bz2
|
|||||||
Source1: pre_checkin.sh
|
Source1: pre_checkin.sh
|
||||||
Source2: README.First-for.SuSE.packagers
|
Source2: README.First-for.SuSE.packagers
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch2: s390-pic.patch
|
|
||||||
Patch3: binutils-skip-rpaths.patch
|
Patch3: binutils-skip-rpaths.patch
|
||||||
Patch4: s390-biarch.diff
|
Patch4: s390-biarch.diff
|
||||||
Patch5: x86-64-biarch.patch
|
Patch5: x86-64-biarch.patch
|
||||||
@ -88,17 +87,9 @@ Patch8: ld-relro.diff
|
|||||||
Patch9: testsuite.diff
|
Patch9: testsuite.diff
|
||||||
Patch10: enable-targets-gold.diff
|
Patch10: enable-targets-gold.diff
|
||||||
Patch11: use-hashtype-both-by-default.diff
|
Patch11: use-hashtype-both-by-default.diff
|
||||||
Patch12: s390-pic-dso.diff
|
|
||||||
Patch14: binutils-build-as-needed.diff
|
Patch14: binutils-build-as-needed.diff
|
||||||
Patch15: fixup-testcase-perturb.diff
|
Patch15: fixup-testcase-perturb.diff
|
||||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
|
||||||
Patch17: binutils-add-pep.diff
|
|
||||||
Patch18: gold-depend-on-opcodes.diff
|
Patch18: gold-depend-on-opcodes.diff
|
||||||
Patch19: readelf-bad-elf-endless-loop.patch
|
|
||||||
Patch20: bso12982.diff
|
|
||||||
Patch21: binutils-no-copy-dt-needed-default.patch
|
|
||||||
Patch22: bnc713504.diff
|
|
||||||
Patch23: arm-ld-12643.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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -272,7 +263,6 @@ Authors:
|
|||||||
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
echo "make check will return with %{make_check_handling} in case of testsuite failures."
|
||||||
%setup -q -n binutils-%{binutils_version}
|
%setup -q -n binutils-%{binutils_version}
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch2
|
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
@ -282,17 +272,9 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
%patch12
|
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
%patch16 -p1
|
|
||||||
%patch17 -p1
|
|
||||||
%patch18
|
%patch18
|
||||||
%patch19
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21
|
|
||||||
%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
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
Index: Makefile.def
|
Index: Makefile.def
|
||||||
===================================================================
|
===================================================================
|
||||||
--- Makefile.def.orig 2010-10-20 17:43:39.000000000 +0200
|
--- Makefile.def.orig 2011-07-26 20:48:02.000000000 +0200
|
||||||
+++ Makefile.def 2011-07-01 12:31:39.000000000 +0200
|
+++ Makefile.def 2011-09-28 15:28:31.000000000 +0200
|
||||||
@@ -434,6 +434,7 @@ dependencies = { module=configure-gold;
|
@@ -403,6 +403,7 @@ dependencies = { module=configure-gold;
|
||||||
dependencies = { module=all-gold; on=all-libiberty; };
|
dependencies = { module=all-gold; on=all-libiberty; };
|
||||||
dependencies = { module=all-gold; on=all-intl; };
|
dependencies = { module=all-gold; on=all-intl; };
|
||||||
dependencies = { module=all-gold; on=all-bfd; };
|
dependencies = { module=all-gold; on=all-bfd; };
|
||||||
+dependencies = { module=all-gold; on=all-opcodes; };
|
+dependencies = { module=all-gold; on=all-opcodes; };
|
||||||
dependencies = { module=all-gold; on=all-build-bison; };
|
dependencies = { module=all-gold; on=all-build-bison; };
|
||||||
dependencies = { module=all-gold; on=all-build-byacc; };
|
|
||||||
dependencies = { module=check-gold; on=all-binutils; };
|
dependencies = { module=check-gold; on=all-binutils; };
|
||||||
|
dependencies = { module=check-gold; on=all-gas; };
|
||||||
Index: Makefile.in
|
Index: Makefile.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- Makefile.in.orig 2011-06-27 11:07:34.000000000 +0200
|
--- Makefile.in.orig 2011-07-26 20:48:03.000000000 +0200
|
||||||
+++ Makefile.in 2011-07-01 12:32:18.000000000 +0200
|
+++ Makefile.in 2011-09-28 15:28:31.000000000 +0200
|
||||||
@@ -58297,6 +58297,14 @@ all-stage3-gold: maybe-all-stage3-bfd
|
@@ -42856,6 +42856,14 @@ all-stage3-gold: maybe-all-stage3-bfd
|
||||||
all-stage4-gold: maybe-all-stage4-bfd
|
all-stage4-gold: maybe-all-stage4-bfd
|
||||||
all-stageprofile-gold: maybe-all-stageprofile-bfd
|
all-stageprofile-gold: maybe-all-stageprofile-bfd
|
||||||
all-stagefeedback-gold: maybe-all-stagefeedback-bfd
|
all-stagefeedback-gold: maybe-all-stagefeedback-bfd
|
||||||
|
Loading…
Reference in New Issue
Block a user