Commit 27e03cf1 by Paul Brook Committed by Paul Brook

re PR target/35071 (bad instruction `do_itt eq')

2008-02-19  Paul Brook  <paul@codesourcery.com>

	PR target/35071
	* config/arm/ieee754-df.S: Fix do_it typo.
	* config/arm/ieee754-sf.S: Fix do_it typo.

From-SVN: r132404
parent 287a7d41
2008-02-19 Paul Brook <paul@codesourcery.com>
PR target/35071
* config/arm/ieee754-df.S: Fix do_it typo.
* config/arm/ieee754-sf.S: Fix do_it typo.
2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
PR target/35189
......
......@@ -526,7 +526,7 @@ ARM_FUNC_ALIAS aeabi_l2d floatdidf
orrs r2, r0, r1
#if !defined (__VFP_FP__) && !defined(__SOFTFP__)
do_itt eq
do_it eq, t
mvfeqd f0, #0.0
#else
do_it eq
......
......@@ -331,7 +331,7 @@ ARM_FUNC_ALIAS aeabi_ul2f floatundisf
orrs r2, r0, r1
#if !defined (__VFP_FP__) && !defined(__SOFTFP__)
do_itt eq
do_it eq, t
mvfeqs f0, #0.0
#else
do_it eq
......
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