Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100289 | Differences between
and this patch

Collapse All | Expand All

(-)glibc-2.3.3/sysdeps/x86_64/fpu/w_exp10.c.x86_64-pow10-aliases (+2 lines)
Lines 156-158 double __exp10(double x) Link Here
156
}
156
}
157
157
158
weak_alias (__exp10, exp10)
158
weak_alias (__exp10, exp10)
159
strong_alias (__exp10, __pow10)
160
weak_alias (__pow10, pow10)
(-)glibc-2.3.3/sysdeps/x86_64/fpu/w_exp10f.c.x86_64-pow10-aliases (+2 lines)
Lines 153-155 float __exp10f(float x) Link Here
153
}
153
}
154
154
155
weak_alias (__exp10f, exp10f)
155
weak_alias (__exp10f, exp10f)
156
strong_alias (__exp10f, __pow10f)
157
weak_alias (__pow10f, pow10f)

Return to bug 100289