make linking of thread-start with explicit scheduling conditional
[musl] / src / math / i386 / expl.s
index 61ef1dd..b5124e8 100644 (file)
@@ -37,7 +37,8 @@ expl:
        fstpt (%esp)
        fstpt 16(%esp)
        fstpt 32(%esp)
-       call exp2l
+.hidden __exp2l
+       call __exp2l
                # if 2^hi == inf return 2^hi
        fld %st(0)
        fstpt (%esp)