summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-02-17 15:51:21 +0000
committerUlrich Drepper <drepper@redhat.com>1998-02-17 15:51:21 +0000
commitb112c02fa26967dc8d5aa26dcbe3701821eee6f1 (patch)
treeff281bcb35e4455570555dfab76ecaa82ad3063a /math
parent0a61487785ff1f13ce3bb683cd59e520bbb0086f (diff)
Update.
1998-02-17 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/libm.map: Move all symbols that are new in glibc 2.1 to version GLIBC_2.1. 1998-02-17 Ulrich Drepper <drepper@cygnus.com> * stdio-common/vfscanf.c (inchar): Check c for being EOF before trying to read another character. 1998-02-05 Andreas Jaeger <aj@arthur.rhein-neckar.de> * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert name to lowercase. * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert name to lowercase, add test for big enough buffer. 1998-02-03 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn): Make compatible with older kernels. Patch by Richard Henderson.
Diffstat (limited to 'math')
-rw-r--r--math/libm.map64
1 files changed, 37 insertions, 27 deletions
diff --git a/math/libm.map b/math/libm.map
index 296d55d675..8bf62642a4 100644
--- a/math/libm.map
+++ b/math/libm.map
@@ -16,16 +16,11 @@ GLIBC_2.0 {
drem; dremf; dreml;
erf; erff; erfl;
erfc; erfcf; erfcl;
- exp2; exp2f; exp2l;
exp; expf; expl;
expm1; expm1f; expm1l;
fabs; fabsf; fabsl;
- fdim; fdimf; fdiml;
finite; finitef; finitel;
floor; floorf; floorl;
- fma; fmaf; fmal;
- fmax; fmaxf; fmaxl;
- fmin; fminf; fminl;
fmod; fmodf; fmodl;
frexp; frexpf; frexpl;
gamma; gammaf; gammal;
@@ -40,39 +35,61 @@ GLIBC_2.0 {
lgamma_r; lgammaf_r; lgammal_r;
log10; log10f; log10l;
log1p; log1pf; log1pl;
- log2; log2f; log2l;
log; logf; logl;
logb; logbf; logbl;
matherr;
modf; modff; modfl;
- nan; nanf; nanl;
- nearbyint; nearbyintf; nearbyintl;
nextafter; nextafterf; nextafterl;
- nextafterx; nextafterxf; nextafterxl;
pow; powf; powl;
remainder; remainderf; remainderl;
- remquo; remquof; remquol;
rint; rintf; rintl;
- lrint; lrintf; lrintl;
- llrint; llrintf; llrintl;
- round; roundf; roundl;
- lround; lroundf; lroundl;
- llround; llroundf; llroundl;
scalb; scalbf; scalbl;
scalbn; scalbnf; scalbnl;
- scalbln; scalblnf; scalblnl;
significand; significandf; significandl;
sin; sinf; sinl;
- sincos; sincosf; sincosl;
sinh; sinhf; sinhl;
sqrt; sqrtf; sqrtl;
tan; tanf; tanl;
tanh; tanhf; tanhl;
- trunc; truncf; truncl;
y0; y0f; y0l;
y1; y1f; y1l;
yn; ynf; ynl;
+
+ # global variables
+ _LIB_VERSION; signgam;
+
+ # functions used in inline functions or macros
+ __log1p;
+
+ local:
+ *;
+};
+
+
+GLIBC_2.1 {
+ global:
+
+ # mathematical functions
+ exp2; exp2f; exp2l;
+ fdim; fdimf; fdiml;
+ fma; fmaf; fmal;
+ fmax; fmaxf; fmaxl;
+ fmin; fminf; fminl;
+ log2; log2f; log2l;
+ nan; nanf; nanl;
+ nearbyint; nearbyintf; nearbyintl;
+ nextafterx; nextafterxf; nextafterxl;
+ remquo; remquof; remquol;
+ lrint; lrintf; lrintl;
+ llrint; llrintf; llrintl;
+ round; roundf; roundl;
+ lround; lroundf; lroundl;
+ llround; llroundf; llroundl;
+ scalbln; scalblnf; scalblnl;
+ sincos; sincosf; sincosl;
+ trunc; truncf; truncl;
+
# complex functions
cabs; cabsf; cabsl;
cacos; cacosf; cacosl;
@@ -105,19 +122,12 @@ GLIBC_2.0 {
fesetenv; fesetexceptflag; fesetround;
fetestexcept; feupdateenv;
- # global variables
- _LIB_VERSION; signgam;
-
# functions used in inline functions or macros
+ __finite; __finitef; __finitel;
__fpclassify; __fpclassifyf; __fpclassifyl;
__signbit; __signbitf; __signbitl;
- __finite; __finitef; __finitel;
-
- __log1p;
# symbols used in macros from sysdeps/powerpc/bits/fenv.h
__fe_dfl_env; __fe_enabled_env; __fe_nonieee_env; __fe_nomask_env;
- local:
- *;
-};
+} GLIBC_2.0;