]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[PowerPC64] sysdep.h doesn't need to be included in multiarch files
authorAlan Modra <amodra@gmail.com>
Mon, 23 Oct 2017 22:17:54 +0000 (08:47 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 31 Oct 2017 01:57:19 +0000 (12:27 +1030)
When the .c/.S file neither uses nor modifies macros defined in
sysdep.h there is no point to #include it.  The same goes for
math_ldbl_opt.h except that it includes shlib-compat.h, and if
compat_symbol is redefined we need to include shlib-compat.h first.

* sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-power8.S: Don't
include sysdep.h.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memchr-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Likewise.

* sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: Don't
include sysdep.h and math_ldbl_opt.h.

* sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: Don't
include sysdep.h and math_ldbl_opt.h.  Include shlib-compat.h.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: Likewise.

97 files changed:
ChangeLog
sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-power8.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c
sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c
sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S
sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S
sysdeps/powerpc/powerpc64/multiarch/memchr-power8.S
sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S
sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S
sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S
sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S
sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S
sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S
sysdeps/powerpc/powerpc64/multiarch/memset-power4.S
sysdeps/powerpc/powerpc64/multiarch/memset-power6.S
sysdeps/powerpc/powerpc64/multiarch/memset-power7.S
sysdeps/powerpc/powerpc64/multiarch/memset-power8.S
sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S
sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S
sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S
sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S
sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S
sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S
sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S
sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S
sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S
sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S
sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S
sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S
sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S
sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S
sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S
sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S
sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S
sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S
sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S
sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S
sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S
sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S
sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S
sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S
sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S
sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S
sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S
sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S
sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S
sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S
sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S
sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S

index f07d41996923381fa677accbeefaf480b0f73445..2bf841cfd18d96ba394f95da0cd9333d4d8ded46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,107 @@
+2017-10-31  Alan Modra  <amodra@gmail.com>
+
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-power8.S: Don't
+       include sysdep.h.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memchr-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Likewise.
+
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: Don't
+       include sysdep.h and math_ldbl_opt.h.
+
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: Don't
+       include sysdep.h and math_ldbl_opt.h.  Include shlib-compat.h.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: Likewise.
+       * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: Likewise.
+
 2017-10-31  Alan Modra  <amodra@gmail.com>
 
        * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: Include
index 1e6cc51d9e466bac1bf90d1ea54173c1f181356f..c0c3adc1a2a1dad3d7f0f3a12a2f1508c863f706 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef strong_alias
 #define strong_alias(a, b)
 
index bbea647da7964f69d0844d0c01ee2421fbb57df5..535298d77b7e8ceda800cad26b620a79277cce80 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index c19bb42329b2b2f38ed4a17aed9497f557f4ff3d..ffff3307625fa1fc1da934a48d09033648ba3170 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index 8e875ce6793c423c08931e10d794e8d351483e8b..9ac2771733fb2d63c6e4fb320c9cf1061b9c5478 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a,b)
 
index c9d31da2a77652cbee07e24b261be51c7f5df389..e39dfc05d8820c4f99065a2f298028e94c42aadb 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a,b)
 
index d59fbfae73bf0c3910af7166a8d5d984bd434883..7150c320203bce0ecc943cabdfa667393e63471b 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index 3f4fbc96adeb59ccf667af9c6d9ba649876882f3..f19f57539353d72c408d04589eda58cf18b5549d 100644 (file)
@@ -17,8 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index ee00a2c43a2f2338c4e16ff7c44cff50a3cd739b..29a59e9dbca0125fb4223c9d17664354b1457ac9 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a,b)
 
index 635624c5388e8a39c6671127a953083cc308e25c..195db124670cb1bc0f21c73e7f8782a696b891e0 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a, b)
 
index 9220383ee6bd198ea26097183516ea11d6c8b394..8cdfc02003d14fcdcbcb8c92603b8a317fb4c3da 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef hidden_def
 #define hidden_def(name)
index fa878ab3e125c4435cb7acb0f42e5314363645f9..686aa5a331053f783bea882b16751cdd1a2582b8 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef hidden_def
 #define hidden_def(name)
index 24f2460693f09c1dfa9dd9043a25ef527499d03d..33640b4d4443b7e082b6d73c1fba5afdfce50306 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index 5ec9a33d89a61a3fac0500c9bf6b199b39a9f030..b842ab07cb3550eb47220200db3c03235959a9d3 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index 8b621de68e2a334acb3867a88f16fc23336ff6eb..c7b30654105b504903569998f28df7aae34b2a32 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a,b)
 
index 3feea6e162522423978f04314ea7c2762f22cca3..84ab921f72598beea96db2c3e186565dce9b0853 100644 (file)
@@ -16,9 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
-
 #undef weak_alias
 #define weak_alias(a,b)
 
index 33a7e3de1aae3cb0b60cd9bc58ab5d6704c2c00c..914d0d150c7fac28eb250b424798e919f1e4581c 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef hidden_def
 #define hidden_def(name)
index b6306969272cda34467a73b1a6c2e7ecfe4a3b0c..3545e20a822c17c58b79920caee37a38e9e3b9cd 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef hidden_def
 #define hidden_def(name)
index 18d368a63bc4a4318b1ada93e736a24ddd4860bd..54375657bff8844598768b47d8d36fa1845e6240 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef hidden_def
 #define hidden_def(name)
index 7f0eae0430dd7cb72d937004e660675610e2ad2b..ec231ed43139e21c1e838821e4a74c254e193b76 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef hidden_def
 #define hidden_def(name)
index aa283096ae9d4d506d52f48a40a5723e19f37a17..f59e8395c9cd5b2b34a21f94a81e7fcad6a1a2d4 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef hidden_def
 #define hidden_def(name)
index b67d58e2ea63bc120ade412ac20fa97791f33fc0..2db67b03257616837eab38bf0cfcc6603f923bfd 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef hidden_def
 #define hidden_def(name)
index 03151b3087026afdb1a5785a12502aa56791b536..db84dc0d0324f85f778499db7d17048f562f2e94 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef hidden_def
 #define hidden_def(name)
index fe2d4f1aa4ebd2e62b4694f851ea9c1d1a4e1165..f09e811677e1997b5e5fd43de7fff394671ef7fb 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index f9b1616be300d454ffe2992966b1b87ffa075deb..887b7532c7c8d83a05a8ea3240be2ef292f8b712 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index b7f5276a66be1318f3e73a9a72a4a145b13391c9..69aed9c80cddee86010cecb322f177233dd47138 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index b92dafbcdb6b7320e33ecc2949a81d641f4f358b..c8011a468e190e68b09017b32f8a9979c2066489 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index b8305ce9687346a289016637255c56a947e097ad..6be71aa3dd303ca30b71eadca1bf05a2c6b08c0a 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(name, alias)
index 1145aff2a842312a1570f16c2621a809ce30f223..d301d7d8e2a5fb00de90e09603a7c81f65d965d3 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(name, alias)
index 8d6190df8966a53d94a6b52d0e05b0d79b0ea4e7..5a2a2a6c3cef6427ccc90bb348ecf98899b17bed 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(name, alias)
index 8e6f9aed785e227cff53172439b3a987585a02ba..a2b3e38c4202448ed05559cc7c915f49a8dde6f1 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef compat_symbol
 #define compat_symbol(a,b,c,d)
index 26d08a2665ea5f9e094ba56c077c9a37af5304d3..45de8e3b94b94ca105718b818b867d4fa6bd3780 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index a7c7492f2111d82503b2d169eea59562557b2031..e5bcd92b4dfb4ae82c8c2c19d1092daa7ae3d09e 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index 44a2b0105a56d7b963ab294e90c6785ea9bec731..9751093d086c0134d60c9c0650fa0bd96d85f0d2 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index 81501a1547d784b30c420b0736cab3a7279a4f3a..b8a142e99ea1754a294eb48cdea0fc0ef9bdd3a9 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a,b)
 
index 8f3b24c55698ebc4adae8114fe9e9df72e9765f3..a6b6314e7245d1f1aab681b127271416fe90db3e 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a,b)
 
index 3d01533da89e6547d25af61cdd46d201534da91b..aaf80e5bab6a7ac81e4cfadfd9fac8280c913245 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a, b)
 
index b2ff0321377b7e5ed6cf5dfeedb5d8e700d3905b..2bd8054fefaadbcf1ec21fae0ade5108bcb9d3fb 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a, b)
 
index 53d8cd5013050511e19401247e48ec350c545392..83ed3c2c526659dcf4e291d9f5e1d06e648ece38 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index 36e8fd05c2b088bf687ed2f3dd714af93ad16d13..a3f3a193c1ece2c0711c98c89eb9a04aa085dabd 100644 (file)
@@ -16,8 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-#include <math_ldbl_opt.h>
+#include <shlib-compat.h>
 
 #undef weak_alias
 #define weak_alias(a,b)
index e28de7cb1eb0f00bf70eb8a11e131687c3ea137c..7c64ef5976f14b6506f3a67a7fdfd76c29dbd70c 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a,b)
 
index b60242d83b4ea7d637ef9aba6c86657532feb3ff..f397c43c599b04179d50c7cbc05605d300f2f89f 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #undef weak_alias
 #define weak_alias(a,b)
 
index fedca9c99781f0e880b012fe3206df0752a51981..bf6a8fd825746bc33bb2479b87a0976f06e7e984 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMCHR __memchr_power7
 
 #undef libc_hidden_builtin_def
index 30f8fe7b683f712728b1627c92bb80d21f22dcef..10a8420fef27a1afcbe31ccae0da011be8256b6c 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMCHR __memchr_power8
 
 #undef libc_hidden_builtin_def
index e38b2a9c44f69bd85b473c68aa30ac1761b60fe7..987e7d5edfee4586228589bb3d1532a8aa0a3d8c 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMCMP __memcmp_power4
 
 #undef libc_hidden_builtin_def
index a9cc979b92370e18d1b0ecd8465ab6a7ec371ff1..ffea13ea96609f6ca8402733fe6aea12afd2727d 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMCMP __memcmp_power7
 
 #undef libc_hidden_builtin_def
index b7837035b107c1b6866a3630c04541e8a0a9088a..41c291a5d3876d6eb49f49a27e4cc96525e59049 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMCMP __memcmp_power8
 
 #undef libc_hidden_builtin_def
index a942287900848843573a00c78c0f5dd23812feb9..795f32cc0ff83aeb7e166309908abf86b3396781 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMCPY __memcpy_a2
 
 #undef libc_hidden_builtin_def
index 39aa30c72997829c46c77dc553b56fccbb47f913..448a9d6a1740fd662e4e442255d07f3bb6be7478 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMCPY __memcpy_cell
 
 #undef libc_hidden_builtin_def
index 6e7fea382b27e20cf0052ea46ab8db8e2f84fce6..768d8358f1da6e152fd98f4d90b5eb13ed258970 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMCPY __memcpy_power4
 
 #undef libc_hidden_builtin_def
index 40bcdb1161c82b94e95d29e107bcfc7bb1d38d40..9a0995f26ce42df4521d937254eaded9487e9810 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMCPY __memcpy_power6
 
 #undef libc_hidden_builtin_def
index 222936af63e10d4a5f5e8006c3c2c7f70d20877c..503be8cca506a0bc79be0bff86e7d0a217ff7c3d 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMCPY __memcpy_power7
 
 #undef libc_hidden_builtin_def
index 2dc644c80945fc3ce357ac15fcede13c4a7785d0..3cac3de4cbb4d6aaa4f72896c1a7eff1cd244e18 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #if defined SHARED && IS_IN (libc)
 # define MEMCPY __memcpy_ppc
 
index a9435fa654c08dfc6e1a8717c77eff702e8d4f0c..90816ce3233da345febe0ad21074993216957f2a 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMMOVE __memmove_power7
 
 #undef libc_hidden_builtin_def
index 08f133644a7f90c60cf8e94f4f8e4c6f7a4b9a5c..d0eb400cf0e63ee367e60fbab92e9be068fc1c2f 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMPCPY __mempcpy_power7
 
 #undef libc_hidden_builtin_def
index 052aa732ba88af7c8729de1f0f1d209a651d75a8..d35d8b353538c882c5a6c0896bdd15716148ffe4 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMRCHR __memrchr_power7
 
 #undef libc_hidden_builtin_def
index 0dcb9e75f352b8831f60f93b8bf85ea80eb95782..469b1297dd47504298d59c2a138cdc672bfd3822 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMRCHR __memrchr_power8
 
 #undef libc_hidden_builtin_def
index 3908e8e412f3680b952ab01b130e50c1f5195d8f..2031e1456ee0c314ccd03990e58a9dfb739b022d 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMSET __memset_power4
 
 #undef libc_hidden_builtin_def
index 4ddbd2e2742ef30c4e3037d0d2c7ba2261563f65..2545ed800d275c00e7ea83d4bcc781c5ac8d302e 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMSET __memset_power6
 
 #undef libc_hidden_builtin_def
index 97f686b35ddc8091407e9b2615e7719c80f97558..e7077628312f26f620f73f5e75ecc195b8a75d00 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMSET __memset_power7
 
 #undef libc_hidden_builtin_def
index ea303533f4f36f2d5127540d826f53ec3de76764..45149e14cc7d5ee23b3994426b74f6e790b9f256 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define MEMSET __memset_power8
 
 #undef libc_hidden_builtin_def
index d79d72820c29a973dd6b6d8ff9a99ccdf9493f72..c7bb422c78b5c959e35e301f9bfdbd2bcf9ced01 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define RAWMEMCHR __rawmemchr_power7
 
 #include <sysdeps/powerpc/powerpc64/power7/rawmemchr.S>
index 935347115a4acc592ec72222712f4c3d0a4decd8..3baebfa9b6cc9f09953dcbf4f397666028f2f770 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STPCPY __stpcpy_power8
 
 #undef libc_hidden_builtin_def
index 6e6fa3e1f275397d2e1dce62e3075459aafce4a1..e7ce628e60b233485e9a107c2c8dc7fd4ee33062 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define USE_AS_STPNCPY
 
 #define STPNCPY __stpncpy_power7
index 9c71bb0e36155b26fb1bd7a4aed6f51b93278b41..f8a0f293ca19674308b6033f8898cf3eac9a7f46 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STPNCPY __stpncpy_power8
 
 #undef libc_hidden_builtin_def
index 025c5a9f1393c6dd4b2f19a3137b7561abccd16c..dc0f68d232542670348476fc2ccffccccab3dfe7 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define __strcasecmp __strcasecmp_power7
 #undef weak_alias
 #define weak_alias(name, alias)
index 9b62476e09111dea4e9e8c259f47455fe19a7ef2..49cf3ff5a960f979b28718c17cdb5b01dff4cdff 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define __strcasecmp __strcasecmp_power8
 #undef weak_alias
 #define weak_alias(name, alias)
index 72121bcb4c7f79928fcf1c413ef46f4d4582c206..6bad13ab6b4e1c4bbc9c0c598e39d45daf0170fa 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define __strcasecmp_l __strcasecmp_l_power7
 
 #undef weak_alias
index 2cfb5ae77a78cd8a08a888c9625bdba48e57d2b6..61025ce5a26e7cd573b15d0b3c0d6a8ab9f526cb 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRCASESTR __strcasestr_power8
 
 #undef libc_hidden_builtin_def
index e64c0b7c820c7fa4c097395982b9982e694a6a46..7505c44b0d202da8d6c3d40ea290c96fac81b4db 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRCHR __strchr_power7
 
 #undef libc_hidden_builtin_def
index bbda7b0505e465fa76ad94b398be79e77cd440b1..ca01f8888713d11eb3f863c0b04d6e8823507b50 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRCHR __strchr_power8
 
 #undef libc_hidden_builtin_def
index 769f9f07d402029845b60bcd8bae389b2d2645f9..3bef338684cfd64314cb89ffbb00ad1737d731e6 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #ifdef SHARED
 # define STRCHR __strchr_ppc
 
index c8e28721fd179298d8dc8bfe562a5cd5847c0627..b934964f78e425b61de663b55ece53dfac721b6a 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRCHRNUL __strchrnul_power7
 
 #undef libc_hidden_builtin_def
index 1cd39fc1b339587e06fc0a3095dbe993c3ba3d45..e66cdfe1494a27e1762a75b0de8ef2884b80b92f 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRCHRNUL __strchrnul_power8
 
 #undef libc_hidden_builtin_def
index 82d1b63af95dcb65cbff90482251c9c40a9ca7d3..7ef0c91557044c72e093a4904ec45774f206add7 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRCMP __strcmp_power7
 
 #undef libc_hidden_builtin_def
index b0d2d37f05ac5d9194d4bccc7c116a6123bc774a..ee4218c9f997abfa44b37e42db6b178353295c75 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #if IS_IN (libc)
 #define STRCMP __strcmp_power8
 
index 7a8488ac83f9ad1771c5c06028d7e1c42bd9b509..5cfee9313258d583865087cace457ecdaccb7704 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #if IS_IN (libc)
 #define STRCMP __strcmp_power9
 
index 085e74758f209a83668323ebd596e5a30091bf20..e4a63f501060cd5c5c52cfabe4dba16fa9720a96 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #if defined SHARED && IS_IN (libc)
 # define STRCMP __strcmp_ppc
 
index 6c753b5d1a8c9e45f7fa145a8b5cd44a8515e81d..7c9378dcc217b3a75fabb4a797b3790d13253a64 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRCPY __strcpy_power8
 
 #undef libc_hidden_builtin_def
index 39b4cd8239329ec8390c7e081f99a3f6c63f22ab..1320145f80beffef307ed951c79156aa41f32bb1 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRSPN __strcspn_power8
 #undef libc_hidden_builtin_def
 #define libc_hidden_builtin_def(name)
index 333496efa573f3fb1c7e3bf67e5718ef1ff65c06..067c298fe8ac09bfc90b5814dae0a4c76c3336c1 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRLEN __strlen_power7
 
 #undef libc_hidden_builtin_def
index b4deea5f935a4dc700ab244bf65d0d41225e6313..f7972ff53e78cb79539946eb0629089a092f027d 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRLEN __strlen_power8
 
 #undef libc_hidden_builtin_def
index 13231b8c64f2f3c9778b00ed26e6f04867fc41eb..8d6cf5204b1c93f1d223e3f92c52d0532908a997 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #if defined SHARED && IS_IN (libc)
 # define STRLEN __strlen_ppc
 
index 8a24c347196240f43d2ef856679ec30609c9ae6a..3b5a8de3155046ff8e17de6fc917bbd3dc3c3ebf 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define __strncasecmp __strncasecmp_power8
 #undef weak_alias
 #define weak_alias(name, alias)
index 01729a3bba2e4eeeec05d20fc2644d2c2e9e9bf4..138512621e7789c881738ef94ded2e61c8aa3ce4 100644 (file)
@@ -15,8 +15,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRNCMP __strncmp_power4
 
 #undef libc_hidden_builtin_def
index a069d4b21c16e572884e6dc8802c7b5d3b1ca7e1..32a5cfcbcff13167c328c29ea24af6c354c329b9 100644 (file)
@@ -15,8 +15,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRNCMP __strncmp_power7
 
 #undef libc_hidden_builtin_def
index 49b7adfbfaa6dac86f03743939080c46cb2c8e2a..5d8eeb417c722bae3ee3375055fd3f149c8582ff 100644 (file)
@@ -15,8 +15,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #if IS_IN (libc)
 #define STRNCMP __strncmp_power8
 
index e1a961c5c4a7e87d18607d2bbbc9793ab68e4069..52934cf159b6cf6deaa445edd23b98048c0c9e61 100644 (file)
@@ -15,8 +15,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #if IS_IN (libc)
 #define STRNCMP __strncmp_power9
 
index e4b93ae8f2cf09fdf952f73a720f1860a354d27a..4d4210fbe819c47a66429cc92196eed8274c1fa6 100644 (file)
@@ -15,8 +15,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #if defined SHARED && IS_IN (libc)
 # define STRNCMP __strncmp_ppc
 
index a36e5dd3a6194a58bb7fa6ce78267fbbf336bc7d..a65bb89bb65dd4c1a314eb9064f2a1914505a3f7 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRNCPY __strncpy_power7
 
 #undef libc_hidden_builtin_def
index 3edb2c6a9f71329f0d494894774fc7fa3217f9ca..3d16363ed5f462c27ec4c68d33489c5b9736430d 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRNCPY __strncpy_power8
 
 #undef libc_hidden_builtin_def
index 2f0a183e31b7defaf72bd6059f1069151d9d5c3f..3f6a005278c6d1db543a32a18ed63e280885f618 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRNLEN __strnlen_power7
 
 #undef libc_hidden_builtin_def
index ccea15df10a7d1aac6cbd69205fe6e3d2c0162bc..9ed0f91e22f07d46202da96dbd0224bbd7ba06f8 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define __strnlen __strnlen_power8
 
 #undef libc_hidden_builtin_def
index 10bab2ec54dc338d15a15d75f88c646b4b045688..73602f4a250f0382b20694bfbfcac1184805dcb7 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRRCHR __strrchr_power7
 
 #undef libc_hidden_builtin_def
index 63080f5ecb40903915391346b28b2ec3729f1f5d..51adbb0a290734321b76c4a6e239606eeab01291 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRRCHR __strrchr_power8
 
 #undef libc_hidden_builtin_def
index f8487f1cbcb404e0e609e59464ab63bea29e8841..89e2e5b109bf8866e1bed3ee1b41873045a411f5 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRSPN __strspn_power8
 #undef libc_hidden_builtin_def
 #define libc_hidden_builtin_def(name)
index 900d3be0658bcbcf95bd60759df160fa0d22a220..82a0e4c8fcb5aa925023b460e7f7b20ad56de2e7 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 #define STRSTR __strstr_power7
 
 #undef libc_hidden_builtin_def