mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
faec63238f
Some m68k libm functions have their own templates replacing the generic math/ ones but using the type-generic template machinery. These currently define function aliases directly using weak_alias. In preparation for additional _FloatN / _FloatNx function aliases, this patch changes them to use declare_mgen_alias for creating aliases instead. Tested with build-many-glibcs.py that installed stripped shared libraries for m68k-linux-gnu are unchanged by the patch. * sysdeps/m68k/m680x0/fpu/s_ccosh_template.c (ccosh): Use declare_mgen_alias instead of weak_alias. * sysdeps/m68k/m680x0/fpu/s_cexp_template.c (cexp): Likewise. * sysdeps/m68k/m680x0/fpu/s_csin_template.c (csin): Likewise. * sysdeps/m68k/m680x0/fpu/s_csinh_template.c (csinh): Likewise. |
||
---|---|---|
.. | ||
bits | ||
fpu | ||
m68020 | ||
add_n.S | ||
Implies | ||
lshift.S | ||
Makefile | ||
printf_fphex.c | ||
rshift.S | ||
strtold_l.c | ||
sub_n.S | ||
sysdep.h |