glibc/sysdeps/riscv/rvf
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
..
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
fegetenv.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_private.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
fraiseexcpt.c 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
s_ceilf.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_finitef.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_floorf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_fmaf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_fmaxf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_fminf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_fpclassifyf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_isinff.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_isnanf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_issignalingf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_nearbyintf.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
s_roundevenf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_roundf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
s_truncf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00