glibc/sysdeps/alpha/fpu
Wilco Dijkstra 220622dde5 Add libm_alias_finite for _finite symbols
This patch adds a new macro, libm_alias_finite, to define all _finite
symbol.  It sets all _finite symbol as compat symbol based on its first
version (obtained from the definition at built generated first-versions.h).

The <fn>f128_finite symbols were introduced in GLIBC 2.26 and so need
special treatment in code that is shared between long double and float128.
It is done by adding a list, similar to internal symbol redifinition,
on sysdeps/ieee754/float128/float128_private.h.

Alpha also needs some tricky changes to ensure we still emit 2 compat
symbols for sqrt(f).

Passes buildmanyglibc.

Co-authored-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2020-01-03 10:02:04 -03:00
..
bits Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
cabsf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
cargf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
cfloat-compat.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
cimagf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
conjf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
crealf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
e_sqrt.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_sqrtf.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
fclrexcpt.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fedisblxcpt.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
feenablxcpt.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fegetenv.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fegetexcept.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fegetmode.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fegetround.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
feholdexcpt.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fenv_libc.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fesetenv.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fesetexcept.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fesetmode.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fesetround.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
feupdateenv.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fgetexcptflg.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fpu_control.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fsetexcptflg.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ftestexcept.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
get-rounding-mode.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
libm-test-ulps Update Alpha libm-test-ulps 2019-09-03 21:36:00 +02:00
libm-test-ulps-name Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). 2016-11-04 16:49:06 +00:00
math-barriers.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_cacosf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_cacoshf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_casinf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_casinhf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_catanf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_catanhf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_ccosf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_ccoshf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_cexpf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_clog10f.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_clogf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_copysign.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_copysignf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_cpowf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_cprojf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_csinf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_csinhf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_csqrtf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_ctanf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_ctanhf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_fabs.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_fabsf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_fma.c Use libm_alias_double for dbl-64 fma. 2017-10-04 20:32:48 +00:00
s_isnan.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_isnanf.c
s_llrint.c
s_llrintf.c
s_llround.c
s_llroundf.c
s_lrint.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_lrintf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_lround.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_lroundf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_rint.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_rintf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions