diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-16 10:23:18 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:25 +0200 |
commit | 2e17280a398d1297103517f456ac114b70cf015a (patch) | |
tree | 6a01b3dd5987ffd105e8f57b395f85d283acb3ec /libm/e_scalb.c | |
parent | ed5c73b0057bdbaad1d737342d374922685a399a (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_scalb.c')
-rw-r--r-- | libm/e_scalb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libm/e_scalb.c b/libm/e_scalb.c index 8d8f69c78..9e1a3f742 100644 --- a/libm/e_scalb.c +++ b/libm/e_scalb.c @@ -55,5 +55,6 @@ double scalb(double x, double fn) #else strong_alias(__ieee754_scalb, scalb) #endif +libm_hidden_def(scalb) #endif /* UCLIBC_SUSV3_LEGACY */ |