From 16cec7ae67d9a1e88cb30b45f45596ba753b2afa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 12 Mar 2018 10:28:03 +0100 Subject: toolchain/gcc: merge pending fix for miscompiled MIPS16 code issue (GCC PR 84790) Signed-off-by: Felix Fietkau --- toolchain/gcc/patches/7.3.0/300-mips_Os_cpu_rtx_cost_model.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/patches/7.3.0/300-mips_Os_cpu_rtx_cost_model.patch') diff --git a/toolchain/gcc/patches/7.3.0/300-mips_Os_cpu_rtx_cost_model.patch b/toolchain/gcc/patches/7.3.0/300-mips_Os_cpu_rtx_cost_model.patch index 84c0fdab66..2d0ae46138 100644 --- a/toolchain/gcc/patches/7.3.0/300-mips_Os_cpu_rtx_cost_model.patch +++ b/toolchain/gcc/patches/7.3.0/300-mips_Os_cpu_rtx_cost_model.patch @@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c -@@ -19784,7 +19784,7 @@ mips_option_override (void) +@@ -19790,7 +19790,7 @@ mips_option_override (void) flag_pcc_struct_return = 0; /* Decide which rtx_costs structure to use. */ -- cgit v1.2.3