aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/9.4.0/0013-crystax.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2022-06-07 20:38:43 +1200
committerChris Packham <judge.packham@gmail.com>2022-06-08 19:38:05 +1200
commit2f0d1f334f470dec3d823dc2171f1ae67a98d781 (patch)
tree12d8a70961056f339203d1b16806a23d6819004d /packages/gcc/9.4.0/0013-crystax.patch
parent3d706748b49f9fa5adda5553227ddf16a1b0d552 (diff)
downloadcrosstool-ng-2f0d1f334f470dec3d823dc2171f1ae67a98d781.tar.gz
crosstool-ng-2f0d1f334f470dec3d823dc2171f1ae67a98d781.tar.bz2
crosstool-ng-2f0d1f334f470dec3d823dc2171f1ae67a98d781.zip
gcc: Add gcc 9.5.0
Add GCC 9.5.0 and regenerate the patches as necessary. Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/gcc/9.4.0/0013-crystax.patch')
-rw-r--r--packages/gcc/9.4.0/0013-crystax.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/gcc/9.4.0/0013-crystax.patch b/packages/gcc/9.4.0/0013-crystax.patch
deleted file mode 100644
index a4bac50d..00000000
--- a/packages/gcc/9.4.0/0013-crystax.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit 778a9ef107f51544d583f110e92b75f4d9d79117
-Author: Dmitry Moskalchuk <dm@crystax.net>
-Date: Thu Aug 20 19:11:07 2015 +0300
-
- [android] Don't use PIE copyrelocs for x86/x86_64
-
- Signed-off-by: Dmitry Moskalchuk <dm@crystax.net>
-
----
- gcc/config/i386/i386.c | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/gcc/config/i386/i386.c
-+++ b/gcc/config/i386/i386.c
-@@ -15674,6 +15674,7 @@
- else if (!SYMBOL_REF_FAR_ADDR_P (op0)
- && (SYMBOL_REF_LOCAL_P (op0)
- || (HAVE_LD_PIE_COPYRELOC
-+ && !TARGET_HAS_BIONIC
- && flag_pie
- && !SYMBOL_REF_WEAK (op0)
- && !SYMBOL_REF_FUNCTION_P (op0)))