mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-23 13:09:58 +08:00
[PowerPC64] Remove duplicate define in stpncpy-power8.S
USE_AS_STPNCPY is defined by sysdeps/powerpc/powerpc64/power8/stpncpy.S, included by this file. * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Don't define USE_AS_STPNCPY.
This commit is contained in:
parent
e9b8e19419
commit
d46b09f988
@ -1,3 +1,8 @@
|
||||
2017-10-31 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Don't define
|
||||
USE_AS_STPNCPY.
|
||||
|
||||
2017-10-31 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S (hidden_def):
|
||||
|
@ -18,8 +18,6 @@
|
||||
|
||||
#include <sysdep.h>
|
||||
|
||||
#define USE_AS_STPNCPY
|
||||
|
||||
#define STPNCPY __stpncpy_power8
|
||||
|
||||
#undef libc_hidden_builtin_def
|
||||
|
Loading…
Reference in New Issue
Block a user