mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 20:16:59 +00:00
e027df97fc
Compared to GCC 9: 870-ppc_no_crtsavres.patch changes moved to another file following upstream 881-no_tm_section.patch keep the tm section disabled patches refreshed to apply cleanly See https://gcc.gnu.org/gcc-10/porting_to.html for more info Compiled and run tested on x86_64 Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
12 lines
416 B
Diff
12 lines
416 B
Diff
--- 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;
|