From 5ab678eae33f8e1d2a43f96a1769a18dd088dee4 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 5 Jul 2021 21:11:45 +1200 Subject: gcc: Bump maintenance versions 8.4.0 -> 8.5.0 9.3.0 -> 9.4.0 Signed-off-by: Chris Packham --- packages/gcc/9.3.0/0013-crystax.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 packages/gcc/9.3.0/0013-crystax.patch (limited to 'packages/gcc/9.3.0/0013-crystax.patch') diff --git a/packages/gcc/9.3.0/0013-crystax.patch b/packages/gcc/9.3.0/0013-crystax.patch deleted file mode 100644 index e7fdd6e1..00000000 --- a/packages/gcc/9.3.0/0013-crystax.patch +++ /dev/null @@ -1,22 +0,0 @@ -commit 778a9ef107f51544d583f110e92b75f4d9d79117 -Author: Dmitry Moskalchuk -Date: Thu Aug 20 19:11:07 2015 +0300 - - [android] Don't use PIE copyrelocs for x86/x86_64 - - Signed-off-by: Dmitry Moskalchuk - ---- - gcc/config/i386/i386.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/gcc/config/i386/i386.c -+++ b/gcc/config/i386/i386.c -@@ -15635,6 +15635,7 @@ legitimate_pic_address_disp_p (rtx disp) - 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))) -- cgit v1.2.3