remove the last of possible-textrels from i386 asm
[oweals/musl.git] / src / math / i386 / expl.s
index 61ef1ddcf33c73e4b1bec4b7b4c3be3f5193ab43..b5124e8f1f5f4565de61d6221ff9652d9f60260b 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)