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
This commit is contained in:
Paul Brook 2008-02-19 01:29:09 +00:00 committed by Paul Brook
parent 287a7d41f5
commit 27e03cf15b
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -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

View File

@ -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