forked from pool/binutils
- Add binutils-2.25-branch.diff.gz:
Update to 2.25 branch at 8fe8994c, fixing many bugs: PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666, ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926, 17954, 18010, ld/18167, ld/18222, ld/18270. - Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already. - Remove gold-opd-visibility.patch: Included already. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=184
This commit is contained in:
parent
179d732b22
commit
166469e33c
3
binutils-2.25-branch.diff.gz
Normal file
3
binutils-2.25-branch.diff.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cd5dedb7ab690e9a32f0df391862e85f63a2a7c7a66c9b54a46168c7f93a7fa0
|
||||||
|
size 196654
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -82,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +97,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -154,7 +153,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -170,8 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
Mon May 18 15:26:32 UTC 2015 - matz@suse.de
|
||||||
|
|
||||||
- Move sed call from %prep to %build to not disturb quilt.
|
- Move sed call from %prep to %build to not disturb quilt.
|
||||||
|
- Add binutils-2.25-branch.diff.gz:
|
||||||
|
Update to 2.25 branch at 8fe8994c, fixing many bugs:
|
||||||
|
PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
|
||||||
|
ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
|
||||||
|
17954, 18010, ld/18167, ld/18222, ld/18270.
|
||||||
|
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
|
||||||
|
- Remove gold-opd-visibility.patch: Included already.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
Mon May 18 06:38:32 UTC 2015 - meissner@suse.com
|
||||||
|
@ -85,6 +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
|
||||||
|
Patch1: binutils-2.25-branch.diff.gz
|
||||||
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,8 +100,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
|
||||||
Patch23: binutils-fix-gold-aarch64.diff
|
Patch23: binutils-fix-gold-aarch64.diff
|
||||||
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
|
|
||||||
Patch25: gold-opd-visibility.patch
|
|
||||||
Patch26: binutils-fix--dynamic-list.patch
|
Patch26: binutils-fix--dynamic-list.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
|
||||||
@ -157,7 +156,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}
|
||||||
# Patch1 is outside test_vanilla because it's supposed to be the
|
# Patch1 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
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
@ -173,8 +172,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
|||||||
%patch18
|
%patch18
|
||||||
%patch22
|
%patch22
|
||||||
%patch23
|
%patch23
|
||||||
%patch24 -p1
|
|
||||||
%patch25 -p1
|
|
||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%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
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
2014-12-24 Alan Modra <amodra@gmail.com>
|
|
||||||
|
|
||||||
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Exclude
|
|
||||||
shared libraries in loop looking for .eh_frame sections.
|
|
||||||
Similarly for build-id loop.
|
|
||||||
|
|
||||||
Index: binutils-2.25.0/ld/emultempl/elf32.em
|
|
||||||
===================================================================
|
|
||||||
--- binutils-2.25.0.orig/ld/emultempl/elf32.em
|
|
||||||
+++ binutils-2.25.0/ld/emultempl/elf32.em
|
|
||||||
@@ -1015,7 +1015,8 @@ gld${EMULATION_NAME}_after_open (void)
|
|
||||||
/* Find an ELF input. */
|
|
||||||
for (abfd = link_info.input_bfds;
|
|
||||||
abfd != (bfd *) NULL; abfd = abfd->link.next)
|
|
||||||
- if (bfd_get_flavour (abfd) == bfd_target_elf_flavour)
|
|
||||||
+ if (bfd_get_flavour (abfd) == bfd_target_elf_flavour
|
|
||||||
+ && bfd_count_sections (abfd) != 0)
|
|
||||||
break;
|
|
||||||
|
|
||||||
/* PR 10555: If there are no ELF input files do not try to
|
|
||||||
@@ -1053,6 +1054,8 @@ gld${EMULATION_NAME}_after_open (void)
|
|
||||||
|
|
||||||
for (abfd = link_info.input_bfds; abfd; abfd = abfd->link.next)
|
|
||||||
{
|
|
||||||
+ if (bfd_count_sections (abfd) == 0)
|
|
||||||
+ continue;
|
|
||||||
if (bfd_get_flavour (abfd) == bfd_target_elf_flavour)
|
|
||||||
elfbfd = abfd;
|
|
||||||
if (!warn_eh_frame)
|
|
@ -1,18 +0,0 @@
|
|||||||
2015-02-18 Alan Modra <amodra@gmail.com>
|
|
||||||
|
|
||||||
PR 17954
|
|
||||||
* powerpc.cc (Global_symbol_visitor_opd::operator()): Set default
|
|
||||||
visibility.
|
|
||||||
|
|
||||||
Index: binutils-2.25.0/gold/powerpc.cc
|
|
||||||
===================================================================
|
|
||||||
--- binutils-2.25.0.orig/gold/powerpc.cc
|
|
||||||
+++ binutils-2.25.0/gold/powerpc.cc
|
|
||||||
@@ -6466,6 +6466,7 @@ class Global_symbol_visitor_opd
|
|
||||||
&& symobj->get_opd_discard(sym->value()))
|
|
||||||
{
|
|
||||||
sym->set_undefined();
|
|
||||||
+ sym->set_visibility(elfcpp::STV_DEFAULT);
|
|
||||||
sym->set_is_defined_in_discarded_section();
|
|
||||||
sym->set_symtab_index(-1U);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user