summaryrefslogtreecommitdiff
path: root/packages/gcc/7.2.0/0016-crystax.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-02-02 06:16:05 (GMT)
committerGitHub <noreply@github.com>2018-02-02 06:16:05 (GMT)
commitfd9fe523b22cb6281f26081232a3f8f3aee7fda1 (patch)
tree9851733e0973e1de900d7f932e5b88fe637441f3 /packages/gcc/7.2.0/0016-crystax.patch
parentba165ed4c0bfa8a83e61a2efd1ad205777978486 (diff)
parent36bb675a71cc66a2abd69bc82d613f2153d3791f (diff)
Merge pull request #904 from stilor/upgrade
A bunch of upgrades
Diffstat (limited to 'packages/gcc/7.2.0/0016-crystax.patch')
-rw-r--r--packages/gcc/7.2.0/0016-crystax.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/gcc/7.2.0/0016-crystax.patch b/packages/gcc/7.2.0/0016-crystax.patch
deleted file mode 100644
index cd56a56..0000000
--- a/packages/gcc/7.2.0/0016-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
-@@ -15753,6 +15753,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)))