SHA256
3
0
forked from pool/binutils

- Update to 2.29 branch, fixing PR21847, affecting the ppc64le

ABI in corner cases since 2.29 release.
  Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=244
This commit is contained in:
Michael Matz 2017-07-31 17:17:45 +00:00 committed by Git OBS Bridge
parent 077dac8506
commit 4b3c072b49
46 changed files with 11914 additions and 99 deletions

11694
binutils-2.29-branch.diff Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +0,0 @@
--- gold/mips.cc.orig 2017-07-26 12:42:53.595075930 +0200
+++ gold/mips.cc 2017-07-26 12:43:15.859443263 +0200
@@ -5664,7 +5664,7 @@
: addend_a);
Valtype x = psymval->value(object, addend);
- x = ((x + (uint64_t) 0x800080008000) >> 48) & 0xffff;
+ x = ((x + (uint64_t) 0x800080008000ULL) >> 48) & 0xffff;
val = Bits<32>::bit_select32(val, x, 0xffff);
if (calculate_only)

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -82,7 +82,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -96,7 +96,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -152,7 +151,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -171,7 +170,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 31 17:12:31 UTC 2017 - matz@suse.com
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com Wed Jul 26 10:53:13 UTC 2017 - rguenther@suse.com

View File

@ -85,7 +85,7 @@ 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
#Patch: binutils-2.29-branch.diff Patch: binutils-2.29-branch.diff
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
@ -99,7 +99,6 @@ 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
Patch34: aarch64-common-pagesize.patch Patch34: aarch64-common-pagesize.patch
Patch35: binutils-2.29-gold-mips.patch
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
@ -155,7 +154,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version} %setup -q -n binutils-%{binutils_version}
# Patch is outside test_vanilla because it's supposed to be the # Patch is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version # patch bringing the tarball to the newest upstream version
#%patch -p1 %patch -p1
%if !%{test_vanilla} %if !%{test_vanilla}
%patch3 %patch3
%patch4 %patch4
@ -174,7 +173,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18 %patch18
%patch22 %patch22
%patch34 -p1 %patch34 -p1
%patch35
%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