From 8647f4f018e4dee663b65948d75105fae7bb3cdc Mon Sep 17 00:00:00 2001 From: Evgeniy Didin Date: Wed, 12 Jul 2017 18:00:31 +0300 Subject: toolchain/arc: update to the most recent release arc-2017.03 arc-2017.03 is the most recent release toolchain for ARC cores and it is based on upstream Binutils 2.28 and GCC 6.3.0 Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin Cc: Hauke Mehrtens --- .../patches/arc-2017.03-release/870-ppc_no_crtsavres.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 toolchain/gcc/patches/arc-2017.03-release/870-ppc_no_crtsavres.patch (limited to 'toolchain/gcc/patches/arc-2017.03-release/870-ppc_no_crtsavres.patch') diff --git a/toolchain/gcc/patches/arc-2017.03-release/870-ppc_no_crtsavres.patch b/toolchain/gcc/patches/arc-2017.03-release/870-ppc_no_crtsavres.patch new file mode 100644 index 0000000000..9e543a0fc2 --- /dev/null +++ b/toolchain/gcc/patches/arc-2017.03-release/870-ppc_no_crtsavres.patch @@ -0,0 +1,11 @@ +--- a/gcc/config/rs6000/rs6000.c ++++ b/gcc/config/rs6000/rs6000.c +@@ -24171,7 +24171,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; -- cgit v1.2.3