use .type directives for math asm (needed for dynamic linking to work)
[musl] / src / math / i386 / e_logf.s
index b8beec0..da7ff3a 100644 (file)
@@ -1,4 +1,5 @@
 .global logf
+.type logf,@function
 logf:
        fldln2
        flds 4(%esp)