[PowerPC64] sysdep.h doesn't need to be included in multiarch files
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.
This commit is contained in:
parent
112f30b3f1
commit
58af72b4e2
104
ChangeLog
104
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>
|
2017-10-31 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: Include
|
* sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: Include
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef strong_alias
|
#undef strong_alias
|
||||||
#define strong_alias(a, b)
|
#define strong_alias(a, b)
|
||||||
|
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a, b)
|
#define weak_alias(a, b)
|
||||||
|
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef hidden_def
|
#undef hidden_def
|
||||||
#define hidden_def(name)
|
#define hidden_def(name)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef hidden_def
|
#undef hidden_def
|
||||||
#define hidden_def(name)
|
#define hidden_def(name)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
|
||||||
|
@ -16,9 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef hidden_def
|
#undef hidden_def
|
||||||
#define hidden_def(name)
|
#define hidden_def(name)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef hidden_def
|
#undef hidden_def
|
||||||
#define hidden_def(name)
|
#define hidden_def(name)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef hidden_def
|
#undef hidden_def
|
||||||
#define hidden_def(name)
|
#define hidden_def(name)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef hidden_def
|
#undef hidden_def
|
||||||
#define hidden_def(name)
|
#define hidden_def(name)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef hidden_def
|
#undef hidden_def
|
||||||
#define hidden_def(name)
|
#define hidden_def(name)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef hidden_def
|
#undef hidden_def
|
||||||
#define hidden_def(name)
|
#define hidden_def(name)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef hidden_def
|
#undef hidden_def
|
||||||
#define hidden_def(name)
|
#define hidden_def(name)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(name, alias)
|
#define weak_alias(name, alias)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(name, alias)
|
#define weak_alias(name, alias)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(name, alias)
|
#define weak_alias(name, alias)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef compat_symbol
|
#undef compat_symbol
|
||||||
#define compat_symbol(a,b,c,d)
|
#define compat_symbol(a,b,c,d)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a, b)
|
#define weak_alias(a, b)
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a, b)
|
#define weak_alias(a, b)
|
||||||
|
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <shlib-compat.h>
|
||||||
#include <math_ldbl_opt.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(a,b)
|
#define weak_alias(a,b)
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMCHR __memchr_power7
|
#define MEMCHR __memchr_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMCHR __memchr_power8
|
#define MEMCHR __memchr_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMCMP __memcmp_power4
|
#define MEMCMP __memcmp_power4
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMCMP __memcmp_power7
|
#define MEMCMP __memcmp_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMCMP __memcmp_power8
|
#define MEMCMP __memcmp_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMCPY __memcpy_a2
|
#define MEMCPY __memcpy_a2
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMCPY __memcpy_cell
|
#define MEMCPY __memcpy_cell
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMCPY __memcpy_power4
|
#define MEMCPY __memcpy_power4
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMCPY __memcpy_power6
|
#define MEMCPY __memcpy_power6
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMCPY __memcpy_power7
|
#define MEMCPY __memcpy_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#if defined SHARED && IS_IN (libc)
|
#if defined SHARED && IS_IN (libc)
|
||||||
# define MEMCPY __memcpy_ppc
|
# define MEMCPY __memcpy_ppc
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMMOVE __memmove_power7
|
#define MEMMOVE __memmove_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMPCPY __mempcpy_power7
|
#define MEMPCPY __mempcpy_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMRCHR __memrchr_power7
|
#define MEMRCHR __memrchr_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMRCHR __memrchr_power8
|
#define MEMRCHR __memrchr_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMSET __memset_power4
|
#define MEMSET __memset_power4
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMSET __memset_power6
|
#define MEMSET __memset_power6
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMSET __memset_power7
|
#define MEMSET __memset_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define MEMSET __memset_power8
|
#define MEMSET __memset_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define RAWMEMCHR __rawmemchr_power7
|
#define RAWMEMCHR __rawmemchr_power7
|
||||||
|
|
||||||
#include <sysdeps/powerpc/powerpc64/power7/rawmemchr.S>
|
#include <sysdeps/powerpc/powerpc64/power7/rawmemchr.S>
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STPCPY __stpcpy_power8
|
#define STPCPY __stpcpy_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define USE_AS_STPNCPY
|
#define USE_AS_STPNCPY
|
||||||
|
|
||||||
#define STPNCPY __stpncpy_power7
|
#define STPNCPY __stpncpy_power7
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STPNCPY __stpncpy_power8
|
#define STPNCPY __stpncpy_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define __strcasecmp __strcasecmp_power7
|
#define __strcasecmp __strcasecmp_power7
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(name, alias)
|
#define weak_alias(name, alias)
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define __strcasecmp __strcasecmp_power8
|
#define __strcasecmp __strcasecmp_power8
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(name, alias)
|
#define weak_alias(name, alias)
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define __strcasecmp_l __strcasecmp_l_power7
|
#define __strcasecmp_l __strcasecmp_l_power7
|
||||||
|
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRCASESTR __strcasestr_power8
|
#define STRCASESTR __strcasestr_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRCHR __strchr_power7
|
#define STRCHR __strchr_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRCHR __strchr_power8
|
#define STRCHR __strchr_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#ifdef SHARED
|
#ifdef SHARED
|
||||||
# define STRCHR __strchr_ppc
|
# define STRCHR __strchr_ppc
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRCHRNUL __strchrnul_power7
|
#define STRCHRNUL __strchrnul_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRCHRNUL __strchrnul_power8
|
#define STRCHRNUL __strchrnul_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRCMP __strcmp_power7
|
#define STRCMP __strcmp_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#if IS_IN (libc)
|
#if IS_IN (libc)
|
||||||
#define STRCMP __strcmp_power8
|
#define STRCMP __strcmp_power8
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#if IS_IN (libc)
|
#if IS_IN (libc)
|
||||||
#define STRCMP __strcmp_power9
|
#define STRCMP __strcmp_power9
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#if defined SHARED && IS_IN (libc)
|
#if defined SHARED && IS_IN (libc)
|
||||||
# define STRCMP __strcmp_ppc
|
# define STRCMP __strcmp_ppc
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRCPY __strcpy_power8
|
#define STRCPY __strcpy_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRSPN __strcspn_power8
|
#define STRSPN __strcspn_power8
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
#define libc_hidden_builtin_def(name)
|
#define libc_hidden_builtin_def(name)
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRLEN __strlen_power7
|
#define STRLEN __strlen_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRLEN __strlen_power8
|
#define STRLEN __strlen_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#if defined SHARED && IS_IN (libc)
|
#if defined SHARED && IS_IN (libc)
|
||||||
# define STRLEN __strlen_ppc
|
# define STRLEN __strlen_ppc
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define __strncasecmp __strncasecmp_power8
|
#define __strncasecmp __strncasecmp_power8
|
||||||
#undef weak_alias
|
#undef weak_alias
|
||||||
#define weak_alias(name, alias)
|
#define weak_alias(name, alias)
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRNCMP __strncmp_power4
|
#define STRNCMP __strncmp_power4
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRNCMP __strncmp_power7
|
#define STRNCMP __strncmp_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#if IS_IN (libc)
|
#if IS_IN (libc)
|
||||||
#define STRNCMP __strncmp_power8
|
#define STRNCMP __strncmp_power8
|
||||||
|
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#if IS_IN (libc)
|
#if IS_IN (libc)
|
||||||
#define STRNCMP __strncmp_power9
|
#define STRNCMP __strncmp_power9
|
||||||
|
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#if defined SHARED && IS_IN (libc)
|
#if defined SHARED && IS_IN (libc)
|
||||||
# define STRNCMP __strncmp_ppc
|
# define STRNCMP __strncmp_ppc
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRNCPY __strncpy_power7
|
#define STRNCPY __strncpy_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRNCPY __strncpy_power8
|
#define STRNCPY __strncpy_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRNLEN __strnlen_power7
|
#define STRNLEN __strnlen_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define __strnlen __strnlen_power8
|
#define __strnlen __strnlen_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRRCHR __strrchr_power7
|
#define STRRCHR __strrchr_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRRCHR __strrchr_power8
|
#define STRRCHR __strrchr_power8
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRSPN __strspn_power8
|
#define STRSPN __strspn_power8
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
#define libc_hidden_builtin_def(name)
|
#define libc_hidden_builtin_def(name)
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
#define STRSTR __strstr_power7
|
#define STRSTR __strstr_power7
|
||||||
|
|
||||||
#undef libc_hidden_builtin_def
|
#undef libc_hidden_builtin_def
|
||||||
|
Loading…
x
Reference in New Issue
Block a user