about summary refs log tree commit diff
path: root/src/math/i386/e_exp.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/i386/e_exp.s')
-rw-r--r--src/math/i386/e_exp.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/i386/e_exp.s b/src/math/i386/e_exp.s
index d6c54a30..c50abc5e 100644
--- a/src/math/i386/e_exp.s
+++ b/src/math/i386/e_exp.s
@@ -1,4 +1,5 @@
 .global expf
+.type expf,@function
 expf:
 	mov 4(%esp),%eax
 	flds 4(%esp)
@@ -8,6 +9,7 @@ expf:
 	jmp 0f
 
 .global exp
+.type exp,@function
 exp:
 	mov 8(%esp),%eax
 	fldl 4(%esp)