use an accessor function for __libc data pointer when compiled as PIC
[musl] / src / math / i386 / e_log10.s
1 .global log10
2 log10:
3         fldlg2
4         fldl 4(%esp)
5         fyl2x
6         ret