mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
powerpc: Remove duplicated llrintf and llrintf32 from libm.a (BZ 31787)
Both the generic and POWER6 versions provide definitions of the symbol, which are already provided by the ifunc resolver. Checked on powerpc-linux-gnu-power4. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
parent
5fededd825
commit
d8ebde14fb
2 changed files with 8 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
|||
#include <libm-alias-float.h>
|
||||
|
||||
#define __llrintf __llrintf_power6
|
||||
#undef libm_alias_float
|
||||
#define libm_alias_float(a, b)
|
||||
#include <sysdeps/powerpc/powerpc32/fpu/s_llrintf.c>
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
#include <libm-alias-float.h>
|
||||
|
||||
#define __llrintf __llrintf_ppc32
|
||||
#undef libm_alias_float
|
||||
#define libm_alias_float(a, b)
|
||||
#include <sysdeps/powerpc/powerpc32/fpu/s_llrintf.c>
|
||||
|
|
Loading…
Add table
Reference in a new issue