summaryrefslogtreecommitdiff
path: root/src/math/i386/e_log10.s
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-06-26 15:52:37 -0400
committerRich Felker <dalias@aerifal.cx>2011-06-26 15:52:37 -0400
commite22c2d3ee6c436ca69aa07d52943bf2808a22aac (patch)
treeb9cb77fe87c0b671037aa71af0cc169d5cfca1c4 /src/math/i386/e_log10.s
parent32de61e81a64c8bb2cd23e3476f00433692f8e59 (diff)
downloadmusl-e22c2d3ee6c436ca69aa07d52943bf2808a22aac.tar.gz
use .type directives for math asm (needed for dynamic linking to work)
Diffstat (limited to 'src/math/i386/e_log10.s')
-rw-r--r--src/math/i386/e_log10.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/i386/e_log10.s b/src/math/i386/e_log10.s
index 7f48941b..28eb5b2f 100644
--- a/src/math/i386/e_log10.s
+++ b/src/math/i386/e_log10.s
@@ -1,4 +1,5 @@
.global log10
+.type log10,@function
log10:
fldlg2
fldl 4(%esp)