Commit f55d7103 by Nick Clifton Committed by Nick Clifton

(arm_output_epilogue): Update stack pointer when popping saved IP register

off the stack.

From-SVN: r62138
parent b6d08ca1
2003-01-30 Nick Clifton <nickc@redhat.com>
* config/arm/arm.c (arm_output_epilogue): Update stack pointer
when popping saved IP register off the stack.
2003-01-30 Kazu Hirata <kazu@cs.umass.edu> 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
* config/rs6000/aix43.h: Fix comment typos. * config/rs6000/aix43.h: Fix comment typos.
......
...@@ -8209,7 +8209,7 @@ arm_output_epilogue (really_return) ...@@ -8209,7 +8209,7 @@ arm_output_epilogue (really_return)
if (IS_INTERRUPT (func_type)) if (IS_INTERRUPT (func_type))
/* Interrupt handlers will have pushed the /* Interrupt handlers will have pushed the
IP onto the stack, so restore it now. */ IP onto the stack, so restore it now. */
print_multi_reg (f, "ldmfd\t%r", SP_REGNUM, 1 << IP_REGNUM); print_multi_reg (f, "ldmfd\t%r!", SP_REGNUM, 1 << IP_REGNUM);
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment