forked from pool/binutils
- Add binutils-2.27-fix-section-order.diff to restore monotonically
increasing section offsets. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=220
This commit is contained in:
parent
58032ecf3b
commit
8bff1befec
2205
binutils-2.27-fix-section-order.diff
Normal file
2205
binutils-2.27-fix-section-order.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -96,6 +96,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -171,6 +173,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -243,9 +246,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -303,9 +303,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:16:47 UTC 2016 - rguenther@suse.com
|
||||
|
||||
- Enable compressed debuginfo sections also for the linker on Factory.
|
||||
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
|
||||
- Add binutils-2.27-fix-section-order.diff to restore monotonically
|
||||
increasing section offsets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:58:56 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||
|
@ -99,6 +99,8 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch18: gold-depend-on-opcodes.diff
|
||||
Patch22: binutils-bfd_h.patch
|
||||
# Backport dd90581873482f67922
|
||||
Patch23: binutils-2.27-fix-section-order.diff
|
||||
Patch34: aarch64-common-pagesize.patch
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
@ -174,6 +176,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch18
|
||||
%patch22
|
||||
%patch23 -p1
|
||||
%patch34 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
@ -246,9 +249,6 @@ cd build-dir
|
||||
%endif
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--enable-shared
|
||||
make %{?_smp_mflags} all-bfd TARGET-bfd=headers
|
||||
@ -306,9 +306,6 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
||||
--disable-nls \
|
||||
%if %{suse_version} <= 1320
|
||||
--disable-x86-relax-relocations \
|
||||
%endif
|
||||
%if %{suse_version} >= 1330
|
||||
--enable-compressed-debug-sections=all \
|
||||
%endif
|
||||
--build=%{HOST} --target=%{TARGET_OS} \
|
||||
%if "%{TARGET}" == "spu"
|
||||
|
Loading…
Reference in New Issue
Block a user