Commit 8cd0dbef by Richard Earnshaw Committed by Richard Earnshaw

ieee754-sf.S (floatdisf): Fix label definition in FPA compatibility code.

* arm/ieee754-sf.S (floatdisf): Fix label definition in FPA
compatibility code.

From-SVN: r92356
parent 207db768
2004-12-18 Richard Earnshaw <rearnsha@arm.com>
* arm/ieee754-sf.S (floatdisf): Fix label definition in FPA
compatibility code.
2004-12-18 Roger Sayle <roger@eyesopen.com> 2004-12-18 Roger Sayle <roger@eyesopen.com>
* ifcvt.c (total_bb_rtx_cost): Rename function to cheap_bb_rtx_cost_p. * ifcvt.c (total_bb_rtx_cost): Rename function to cheap_bb_rtx_cost_p.
......
...@@ -386,7 +386,7 @@ ARM_FUNC_ALIAS aeabi_l2f floatdisf ...@@ -386,7 +386,7 @@ ARM_FUNC_ALIAS aeabi_l2f floatdisf
#if !defined (__VFP_FP__) && !defined(__SOFTFP__) #if !defined (__VFP_FP__) && !defined(__SOFTFP__)
LSYM(f0_ret) LSYM(f0_ret):
str r0, [sp, #-4]! str r0, [sp, #-4]!
ldfs f0, [sp], #4 ldfs f0, [sp], #4
RETLDM RETLDM
......
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