Commit 1688d6d2 by Jim Wilson Committed by Jim Wilson

Fix coldfire addsf3 bug, bug and patch from David Fiddes.

	* m68k/lb1sf68.asm (Laddsf$3): Fix typos in mcf5200 exg code.

From-SVN: r19436
parent 0628fde6
Mon Apr 27 18:36:28 1998 Jim Wilson <wilson@cygnus.com>
* m68k/lb1sf68.asm (Laddsf$3): Fix typos in mcf5200 exg code.
* loop.c (check_dbra_loop): New locals jump, first_compare, and
compare_and_branch. Call get_condition to set first_compare.
Set compare_and_branch to number of compare/branch instructions.
......
......@@ -2685,9 +2685,9 @@ Laddsf$3:
#else
movel d6,d4
movel a0,d6
movel d4,d6
movel d4,a0
movel d7,d4
movel a1,d4
movel a1,d7
movel d4,a1
#endif
eorl d6,d7 | combine sign bits
......
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