]> sourceware.org Git - glibc.git/commitdiff
[PowerPC64] Remove duplicate define in stpncpy-power8.S
authorAlan Modra <amodra@gmail.com>
Tue, 24 Oct 2017 09:50:54 +0000 (20:20 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 31 Oct 2017 01:57:19 +0000 (12:27 +1030)
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.

ChangeLog
sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S

index c29c22cc8a76d1ee472865c88cd87828b37645f0..5efa9269715945c86230efcf896caf23a200554d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 96636593bd067bc616389b33ea90ad84105c200c..9c71bb0e36155b26fb1bd7a4aed6f51b93278b41 100644 (file)
@@ -18,8 +18,6 @@
 
 #include <sysdep.h>
 
-#define USE_AS_STPNCPY
-
 #define STPNCPY __stpncpy_power8
 
 #undef libc_hidden_builtin_def
This page took 0.075274 seconds and 5 git commands to generate.