diff options
author | Alexey Neyman <stilor@att.net> | 2018-12-07 11:23:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 11:23:42 -0800 |
commit | 2a4ea327b6af55e40c7cebfe6d6fa79c245cbf26 (patch) | |
tree | 417e4472dc285d1a71dcf21da3cf45366ac2b8be /packages/gcc/7.3.0/0015-crystax.patch | |
parent | 4c2c2315dfaefc7261f12fbbbf4ce5639dad94a2 (diff) | |
parent | faa78497823e933b1bec477e2ccb1251a0ab5a7b (diff) | |
download | crosstool-ng-2a4ea327b6af55e40c7cebfe6d6fa79c245cbf26.tar.gz crosstool-ng-2a4ea327b6af55e40c7cebfe6d6fa79c245cbf26.tar.bz2 crosstool-ng-2a4ea327b6af55e40c7cebfe6d6fa79c245cbf26.zip |
Merge pull request #1111 from stilor/gcc-7.4
Import GCC 7.4.0
Diffstat (limited to 'packages/gcc/7.3.0/0015-crystax.patch')
-rw-r--r-- | packages/gcc/7.3.0/0015-crystax.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/gcc/7.3.0/0015-crystax.patch b/packages/gcc/7.3.0/0015-crystax.patch deleted file mode 100644 index bf0e037d..00000000 --- a/packages/gcc/7.3.0/0015-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 -@@ -16113,6 +16113,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))) |