aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/arc-2017.09-release/870-ppc_no_crtsavres.patch
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2019-02-27 10:26:53 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2019-03-20 18:23:39 +0100
commit075c76ea67d11c3d1b0566dd4ba781e015a11cc9 (patch)
tree90dac2ef1bd2e609090ad8435a2147cef87beb43 /toolchain/gcc/patches/arc-2017.09-release/870-ppc_no_crtsavres.patch
parent343b36ffc79f9506586b5263b5d840dce0d801e0 (diff)
downloadupstream-075c76ea67d11c3d1b0566dd4ba781e015a11cc9.tar.gz
upstream-075c76ea67d11c3d1b0566dd4ba781e015a11cc9.tar.bz2
upstream-075c76ea67d11c3d1b0566dd4ba781e015a11cc9.zip
toolchain: Remove GCC 7.1 for ARC targets
Remove GCC 7.1 for ARC targets Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'toolchain/gcc/patches/arc-2017.09-release/870-ppc_no_crtsavres.patch')
-rw-r--r--toolchain/gcc/patches/arc-2017.09-release/870-ppc_no_crtsavres.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/toolchain/gcc/patches/arc-2017.09-release/870-ppc_no_crtsavres.patch b/toolchain/gcc/patches/arc-2017.09-release/870-ppc_no_crtsavres.patch
deleted file mode 100644
index 156468b45e..0000000000
--- a/toolchain/gcc/patches/arc-2017.09-release/870-ppc_no_crtsavres.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-commit d8c570a1531035c3e26bcd94741e5f5b9c36b5d9
-Author: Felix Fietkau <nbd@openwrt.org>
-Date: Mon Mar 5 00:51:01 2012 +0000
-
- gcc: do not emit references to _savegpr_* and _restgpr_* on powerpc, as they are tricky to deal with wrt. libgcc. they cannot be linked dynamically
-
- SVN-Revision: 30814
---- a/gcc/config/rs6000/rs6000.c
-+++ b/gcc/config/rs6000/rs6000.c
-@@ -26936,7 +26936,7 @@ rs6000_savres_strategy (rs6000_stack_t *
- /* Define cutoff for using out-of-line functions to save registers. */
- if (DEFAULT_ABI == ABI_V4 || TARGET_ELF)
- {
-- if (!optimize_size)
-+ if (1)
- {
- strategy |= SAVE_INLINE_FPRS | REST_INLINE_FPRS;
- strategy |= SAVE_INLINE_GPRS | REST_INLINE_GPRS;