commit | 9ff9371bb7331f329681b9df831922dd2e20fdee | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Oct 27 17:50:21 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Oct 27 17:50:21 2009 +0000 |
tree | 1f06354fd8520b15ff0f06fa57297349e87d008a | |
parent | 7d50478889d03ad6125710de69ff55e594a15139 [diff] [blame] |
Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbols inside .S files. llvm-svn: 85264
diff --git a/compiler-rt/lib/i386/floatdixf.S b/compiler-rt/lib/i386/floatdixf.S index cd85c09..10f900e 100644 --- a/compiler-rt/lib/i386/floatdixf.S +++ b/compiler-rt/lib/i386/floatdixf.S
@@ -16,8 +16,7 @@ .text .align 4 -.globl ___floatdixf -___floatdixf: +DEFINE_COMPILERRT_FUNCTION(__floatdixf) #ifndef TRUST_CALLERS_USE_64_BIT_STORES movd 4(%esp), %xmm0 movd 8(%esp), %xmm1