remove potentially PIC-incompatible relocations from x86_64 and x32 asm
[oweals/musl.git] / src / math / x86_64 / expl.s
index 3add810d583f4d377ccdfd88cf5cec47cfe64962..798261d2835346a9d219f1e45b276c09b6b795c2 100644 (file)
@@ -37,7 +37,7 @@ expl:
        fstpt (%rsp)
        fstpt 16(%rsp)
        fstpt 32(%rsp)
-       call exp2l
+       call exp2l@PLT
                # if 2^hi == inf return 2^hi
        fld %st(0)
        fstpt (%rsp)