From e79c7d734f9465797776543080e6201c0f635723e26ae440195f9f2f01f7fd66 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 2 Oct 2015 09:20:21 +0000 Subject: [PATCH] Accepting request 335624 from home:Andreas_Schwab:Factory - gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold OBS-URL: https://build.opensuse.org/request/show/335624 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=194 --- binutils.changes | 5 +++++ binutils.spec | 2 ++ cross-aarch64-binutils.changes | 5 +++++ cross-aarch64-binutils.spec | 2 ++ cross-arm-binutils.changes | 5 +++++ cross-arm-binutils.spec | 2 ++ cross-avr-binutils.changes | 5 +++++ cross-avr-binutils.spec | 2 ++ cross-epiphany-binutils.changes | 5 +++++ cross-epiphany-binutils.spec | 2 ++ cross-hppa-binutils.changes | 5 +++++ cross-hppa-binutils.spec | 2 ++ cross-hppa64-binutils.changes | 5 +++++ cross-hppa64-binutils.spec | 2 ++ cross-i386-binutils.changes | 5 +++++ cross-i386-binutils.spec | 2 ++ cross-ia64-binutils.changes | 5 +++++ cross-ia64-binutils.spec | 2 ++ cross-m68k-binutils.changes | 5 +++++ cross-m68k-binutils.spec | 2 ++ cross-mips-binutils.changes | 5 +++++ cross-mips-binutils.spec | 2 ++ cross-ppc-binutils.changes | 5 +++++ cross-ppc-binutils.spec | 2 ++ cross-ppc64-binutils.changes | 5 +++++ cross-ppc64-binutils.spec | 2 ++ cross-ppc64le-binutils.changes | 5 +++++ cross-ppc64le-binutils.spec | 2 ++ cross-rx-binutils.changes | 5 +++++ cross-rx-binutils.spec | 2 ++ cross-s390-binutils.changes | 5 +++++ cross-s390-binutils.spec | 2 ++ cross-s390x-binutils.changes | 5 +++++ cross-s390x-binutils.spec | 2 ++ cross-sparc-binutils.changes | 5 +++++ cross-sparc-binutils.spec | 2 ++ cross-sparc64-binutils.changes | 5 +++++ cross-sparc64-binutils.spec | 2 ++ cross-spu-binutils.changes | 5 +++++ cross-spu-binutils.spec | 2 ++ cross-x86_64-binutils.changes | 5 +++++ cross-x86_64-binutils.spec | 2 ++ gold-arm64-abi-pagesize.patch | 40 +++++++++++++++++++++++++++++++++ 43 files changed, 187 insertions(+) create mode 100644 gold-arm64-abi-pagesize.patch diff --git a/binutils.changes b/binutils.changes index 1cdf103..240710d 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/binutils.spec b/binutils.spec index 61da3c6..754d886 100644 --- a/binutils.spec +++ b/binutils.spec @@ -103,6 +103,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -184,6 +185,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 1cdf103..240710d 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 218d421..97cc614 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 1cdf103..240710d 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index e68a269..c88f911 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 1cdf103..240710d 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 23be77e..9fb78c4 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 1cdf103..240710d 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index ab29bc7..edadd38 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 1cdf103..240710d 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index cddb872..cde6806 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 1cdf103..240710d 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index edc8827..d969cc8 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 1cdf103..240710d 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 708fc7c..d75817d 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 1cdf103..240710d 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 4142943..b5b50b0 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 1cdf103..240710d 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index c8957d0..8f61fbd 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 1cdf103..240710d 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 6c2de02..b81fbea 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 1cdf103..240710d 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index 3680f80..bcd1236 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 1cdf103..240710d 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 7ce90a6..4808de5 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 1cdf103..240710d 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index 333f248..da78dc2 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index 1cdf103..240710d 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-rx-binutils.spec b/cross-rx-binutils.spec index 192afbf..f9ded39 100644 --- a/cross-rx-binutils.spec +++ b/cross-rx-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 1cdf103..240710d 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 06e3982..f3a1e5f 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 1cdf103..240710d 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index bb9156e..c8428a1 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 1cdf103..240710d 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index fb6fb55..5fbdb69 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 1cdf103..240710d 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index 331ff27..1613e33 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 1cdf103..240710d 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 4f06c05..d283893 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 1cdf103..240710d 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 10:35:13 UTC 2015 - schwab@suse.de + +- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold + ------------------------------------------------------------------- Tue Jul 21 12:43:33 UTC 2015 - matz@suse.de diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 34d63c0..b2ddb91 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -106,6 +106,7 @@ Patch28: 0002-S-390-Add-check-for-length-field-operand.patch Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch Patch30: 0004-S-390-Fixes-for-z13-instructions.patch Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch +Patch32: gold-arm64-abi-pagesize.patch Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch Patch93: cross-avr-size.patch @@ -187,6 +188,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 diff --git a/gold-arm64-abi-pagesize.patch b/gold-arm64-abi-pagesize.patch new file mode 100644 index 0000000..043c7fa --- /dev/null +++ b/gold-arm64-abi-pagesize.patch @@ -0,0 +1,40 @@ +Index: binutils-2.25.0/gold/aarch64.cc +=================================================================== +--- binutils-2.25.0.orig/gold/aarch64.cc ++++ binutils-2.25.0/gold/aarch64.cc +@@ -790,7 +790,7 @@ const Target::Target_info Target_aarch64 + '\0', // wrap_char + "/lib/ld.so.1", // program interpreter + 0x400000, // default_text_segment_address +- 0x1000, // abi_pagesize (overridable by -z max-page-size) ++ 0x10000, // abi_pagesize (overridable by -z max-page-size) + 0x1000, // common_pagesize (overridable by -z common-page-size) + false, // isolate_execinstr + 0, // rosegment_gap +@@ -817,7 +817,7 @@ const Target::Target_info Target_aarch64 + '\0', // wrap_char + "/lib/ld.so.1", // program interpreter + 0x400000, // default_text_segment_address +- 0x1000, // abi_pagesize (overridable by -z max-page-size) ++ 0x10000, // abi_pagesize (overridable by -z max-page-size) + 0x1000, // common_pagesize (overridable by -z common-page-size) + false, // isolate_execinstr + 0, // rosegment_gap +@@ -844,7 +844,7 @@ const Target::Target_info Target_aarch64 + '\0', // wrap_char + "/lib/ld.so.1", // program interpreter + 0x400000, // default_text_segment_address +- 0x1000, // abi_pagesize (overridable by -z max-page-size) ++ 0x10000, // abi_pagesize (overridable by -z max-page-size) + 0x1000, // common_pagesize (overridable by -z common-page-size) + false, // isolate_execinstr + 0, // rosegment_gap +@@ -871,7 +871,7 @@ const Target::Target_info Target_aarch64 + '\0', // wrap_char + "/lib/ld.so.1", // program interpreter + 0x400000, // default_text_segment_address +- 0x1000, // abi_pagesize (overridable by -z max-page-size) ++ 0x10000, // abi_pagesize (overridable by -z max-page-size) + 0x1000, // common_pagesize (overridable by -z common-page-size) + false, // isolate_execinstr + 0, // rosegment_gap