Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gcc/config/arm Ensure we take any double-...



details:   https://anonhg.NetBSD.org/src/rev/61c3b68f2128
branches:  trunk
changeset: 525966:61c3b68f2128
user:      rearnsha <rearnsha%NetBSD.org@localhost>
date:      Mon Apr 22 16:14:22 2002 +0000

description:
Ensure we take any double-word adjustment into account when
constructing the epilogue sequence.

diffstat:

 gnu/dist/toolchain/gcc/config/arm/arm.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 47f7eff8ac4e -r 61c3b68f2128 gnu/dist/toolchain/gcc/config/arm/arm.c
--- a/gnu/dist/toolchain/gcc/config/arm/arm.c   Mon Apr 22 16:03:07 2002 +0000
+++ b/gnu/dist/toolchain/gcc/config/arm/arm.c   Mon Apr 22 16:14:22 2002 +0000
@@ -5564,6 +5564,9 @@
   int volatile_func = (optimize > 0
                       && TREE_THIS_VOLATILE (current_function_decl));
 
+  /* We need to take into account any stack-frame rounding.  */
+  frame_size = arm_get_frame_size ();
+
   if (use_return_insn (FALSE) && return_used_this_function)
     {
       if ((frame_size + current_function_outgoing_args_size) != 0



Home | Main Index | Thread Index | Old Index