mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 16:11:30 +08:00
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
This commit is contained in:
parent
207db768e9
commit
8cd0dbef04
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* ifcvt.c (total_bb_rtx_cost): Rename function to cheap_bb_rtx_cost_p.
|
||||
|
@ -386,7 +386,7 @@ ARM_FUNC_ALIAS aeabi_l2f floatdisf
|
||||
|
||||
#if !defined (__VFP_FP__) && !defined(__SOFTFP__)
|
||||
|
||||
LSYM(f0_ret)
|
||||
LSYM(f0_ret):
|
||||
str r0, [sp, #-4]!
|
||||
ldfs f0, [sp], #4
|
||||
RETLDM
|
||||
|
Loading…
x
Reference in New Issue
Block a user