summaryrefslogtreecommitdiff
path: root/libm/e_log2.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-16 10:23:18 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:25 +0200
commit2e17280a398d1297103517f456ac114b70cf015a (patch)
tree6a01b3dd5987ffd105e8f57b395f85d283acb3ec /libm/e_log2.c
parented5c73b0057bdbaad1d737342d374922685a399a (diff)
math: avoid jump relocation in libm
add hidden significand, lgamma_r, scalb, log2, gamma Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libm/e_log2.c')
-rw-r--r--libm/e_log2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libm/e_log2.c b/libm/e_log2.c
index 70e604b3c..b5dfc802d 100644
--- a/libm/e_log2.c
+++ b/libm/e_log2.c
@@ -116,3 +116,4 @@ double __ieee754_log2(double x)
}
}
strong_alias(__ieee754_log2,log2)
+libm_hidden_def(log2)