]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S
Allow IFUNC relocation against unrelocated shared library
[thirdparty/glibc.git] / sysdeps / sparc / sparc64 / fpu / multiarch / s_fmax.S
1 #include <sparc-ifunc.h>
2
3 SPARC_ASM_VIS3_IFUNC(fmax)
4
5 weak_alias (__fmax, fmax)
6
7 # undef weak_alias
8 # define weak_alias(a, b)
9
10 #define __fmax __fmax_generic
11
12 #include "../s_fmax.S"