Commit 05dcbf00 by Bob Wilson Committed by Bob Wilson

* config/xtensa/lib1funcs.asm (__umulsidi3): Restore a0 on exit.

From-SVN: r118946
parent 9fa25ead
2006-11-17 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/lib1funcs.asm (__umulsidi3): Restore a0 on exit.
2006-11-17 Zdenek Dvorak <dvorakz@suse.cz>
* tree-vrp.c (execute_vrp): Do not update current_loops.
......
......@@ -323,6 +323,10 @@ __umulsidi3:
#endif /* !MUL32_HIGH */
#if !XCHAL_HAVE_MUL16 && !XCHAL_HAVE_MUL32 && !XCHAL_HAVE_MAC16
/* Restore the original return address. */
l32i a0, sp, 0
#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