use .type directives for math asm (needed for dynamic linking to work)
[musl] / src / math / i386 / s_rintf.s
index d7aacd8..bce4c5a 100644 (file)
@@ -1,4 +1,5 @@
 .global rintf
+.type rintf,@function
 rintf:
        flds 4(%esp)
        frndint