Commit f8383f28 by Bob Wilson Committed by Bob Wilson

* config/xtensa/lib1funcs.asm (__umulsidi3): Restore a12-a15 on exit.

From-SVN: r119296
parent 5cd4ec7f
2006-11-28 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/lib1funcs.asm (__umulsidi3): Restore a12-a15 on exit.
2006-11-28 Jan Hubicka <jh@suse.cz>
Privatize SSA variables into gimple_df.
......
......@@ -327,6 +327,13 @@ __umulsidi3:
/* Restore the original return address. */
l32i a0, sp, 0
#endif
#if __XTENSA_CALL0_ABI__
l32i a12, sp, 16
l32i a13, sp, 20
l32i a14, sp, 24
l32i a15, sp, 28
addi sp, sp, 32
#endif
leaf_return
#if !XCHAL_HAVE_MUL16 && !XCHAL_HAVE_MUL32 && !XCHAL_HAVE_MAC16
......
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