From: Paul Brook Date: Tue, 27 Apr 2004 10:23:32 +0000 (+0000) Subject: * config/arm/arm.c (arm_expand_epilogue): Count blocks of 4 regs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b763d779cd3cc674a476fa5a9c21e7481c309fd;p=gcc.git * config/arm/arm.c (arm_expand_epilogue): Count blocks of 4 regs. From-SVN: r81216 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d6e014847f4..7bbe11a8f6e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-04-27 Paul Brook + + * config/arm/arm.c (arm_expand_epilogue): Count blocks of 4 regs. + 2004-04-26 Bernard Giroud * config/alpha.c (alpha_end_function): For OpenVMS gas, diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index e49692c3b8f..80b1f9edb78 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -10380,6 +10380,7 @@ arm_expand_prologue (void) { insn = emit_sfm (reg, 4); RTX_FRAME_RELATED_P (insn) = 1; + saved_regs += 48; start_reg = reg - 1; } }