]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S
Allow IFUNC relocation against unrelocated shared library
[thirdparty/glibc.git] / sysdeps / sparc / sparc32 / sparcv9 / fpu / multiarch / s_fmax.S
1 #include <sparc-ifunc.h>
2 #include <math_ldbl_opt.h>
3
4 SPARC_ASM_VIS3_IFUNC(fmax)
5
6 weak_alias (__fmax, fmax)
7
8 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
9 compat_symbol (libm, __fmax, fmaxl, GLIBC_2_1);
10 #endif
11
12 # undef weak_alias
13 # define weak_alias(a, b)
14 # undef compat_symbol
15 # define compat_symbol(a, b, c, d)
16
17 #define __fmax __fmax_generic
18
19 #include "../s_fmax.S"