Commit 0c7c472e by Kazu Hirata Committed by Kazu Hirata

lib1funcs.asm (___mulsi3): Don't save/restore an unused register.

	* config/h8300/lib1funcs.asm (___mulsi3): Don't save/restore
	an unused register.

From-SVN: r73520
parent c4740d5d
2003-11-12 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/lib1funcs.asm (___mulsi3): Don't save/restore
an unused register.
2003-11-12 Richard Sandiford <rsandifo@redhat.com>
PR bootstrap/12752
......
......@@ -698,7 +698,6 @@ ___mulhi3:
___mulsi3:
PUSHP S0P
PUSHP S1P
PUSHP S2P
sub.w S0,S0
sub.w S1,S1
......@@ -731,7 +730,6 @@ _nobit:
_done:
mov.w S0,A0
mov.w S1,A1
POPP S2P
POPP S1P
POPP S0P
rts
......
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