aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/10.2.0/870-ppc_no_crtsavres.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-04-10 20:37:55 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-11 23:01:30 +0200
commitacb0788b8e586cdd1329ff16d4570879e7f48f7b (patch)
tree42f9502e8a310375c0ba3d54e51aa1c45be26a20 /toolchain/gcc/patches/10.2.0/870-ppc_no_crtsavres.patch
parentca3289b2901953a0be82f2b69ed761d7f5196952 (diff)
downloadupstream-acb0788b8e586cdd1329ff16d4570879e7f48f7b.tar.gz
upstream-acb0788b8e586cdd1329ff16d4570879e7f48f7b.tar.bz2
upstream-acb0788b8e586cdd1329ff16d4570879e7f48f7b.zip
toolchain: gcc: Update to version 10.3.0
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/gcc/patches/10.2.0/870-ppc_no_crtsavres.patch')
-rw-r--r--toolchain/gcc/patches/10.2.0/870-ppc_no_crtsavres.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/gcc/patches/10.2.0/870-ppc_no_crtsavres.patch b/toolchain/gcc/patches/10.2.0/870-ppc_no_crtsavres.patch
deleted file mode 100644
index bc182f0cec..0000000000
--- a/toolchain/gcc/patches/10.2.0/870-ppc_no_crtsavres.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/gcc/config/rs6000/rs6000-logue.c
-+++ b/gcc/config/rs6000/rs6000-logue.c
-@@ -348,7 +348,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;