svn commit: r231061 - projects/arm_eabi/contrib/compiler-rt/lib
Andrew Turner
andrew at FreeBSD.org
Mon Feb 6 07:16:13 UTC 2012
Author: andrew
Date: Mon Feb 6 07:16:13 2012
New Revision: 231061
URL: http://svn.freebsd.org/changeset/base/231061
Log:
Fix the spelling of f2lz. __aeabi_d2lz was implemented twice, one of them
should have been __aeabi_f2lz.
Modified:
projects/arm_eabi/contrib/compiler-rt/lib/fixsfdi.c
Modified: projects/arm_eabi/contrib/compiler-rt/lib/fixsfdi.c
==============================================================================
--- projects/arm_eabi/contrib/compiler-rt/lib/fixsfdi.c Mon Feb 6 06:03:16 2012 (r231060)
+++ projects/arm_eabi/contrib/compiler-rt/lib/fixsfdi.c Mon Feb 6 07:16:13 2012 (r231061)
@@ -24,7 +24,7 @@
/* seee eeee emmm mmmm mmmm mmmm mmmm mmmm */
-ARM_EABI_FNALIAS(d2lz, fixsfdi);
+ARM_EABI_FNALIAS(f2lz, fixsfdi);
COMPILER_RT_ABI di_int
__fixsfdi(float a)
More information about the svn-src-projects
mailing list