mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-26 21:04:47 +08:00
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:
parent
287a7d41f5
commit
27e03cf15b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user