]> sourceware.org Git - glibc.git/commitdiff
Remove NOT_IN_libc
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 24 Nov 2014 09:33:45 +0000 (15:03 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 24 Nov 2014 09:33:45 +0000 (15:03 +0530)
Replace with !IS_IN (libc).  This completes the transition from
the IS_IN/NOT_IN macros to the IN_MODULE macro set.

The generated code is unchanged on x86_64.

* stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
(get_null_defines): Adjust.
* sunrpc/Makefile: Adjust comment.
* Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
* elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
(CFLAGS-interp.c): Likewise.
(CFLAGS-ldconfig.c): Likewise.
(CPPFLAGS-.os): Likewise.
* elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
* extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
* extra-modules.mk (extra-modules.mk): Likewise.
* iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
* locale/Makefile (CPPFLAGS-locale_programs): Likewise.
* malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
* nscd/Makefile (CPPFLAGS-nscd): Likewise.
* nss/Makefile (CPPFLAGS-nss_test1): Likewise.
* stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
* sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
* sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
* iconvdata/Makefile (CPPFLAGS): Likewise.
(cpp-srcs-left): Add libof for all iconvdata routines.
* bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
* include/assert.h: Likewise.
* include/ctype.h: Likewise.
* include/errno.h: Likewise.
* include/libc-symbols.h: Likewise.
* include/math.h: Likewise.
* include/netdb.h: Likewise.
* include/resolv.h: Likewise.
* include/stdio.h: Likewise.
* include/stdlib.h: Likewise.
* include/string.h: Likewise.
* include/sys/stat.h: Likewise.
* include/wctype.h: Likewise.
* intl/l10nflist.c: Likewise.
* libidn/idn-stub.c: Likewise.
* libio/libioP.h: Likewise.
* nptl/libc_multiple_threads.c: Likewise.
* nptl/pthreadP.h: Likewise.
* posix/regex_internal.h: Likewise.
* resolv/res_hconf.c: Likewise.
* sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
* sysdeps/arm/memmove.S: Likewise.
* sysdeps/arm/sysdep.h: Likewise.
* sysdeps/generic/_itoa.h: Likewise.
* sysdeps/generic/symbol-hacks.h: Likewise.
* sysdeps/gnu/errlist.awk: Likewise.
* sysdeps/gnu/errlist.c: Likewise.
* sysdeps/i386/i586/memcpy.S: Likewise.
* sysdeps/i386/i586/memset.S: Likewise.
* sysdeps/i386/i686/memcpy.S: Likewise.
* sysdeps/i386/i686/memmove.S: Likewise.
* sysdeps/i386/i686/mempcpy.S: Likewise.
* sysdeps/i386/i686/memset.S: Likewise.
* sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
* sysdeps/i386/i686/multiarch/bzero.S: Likewise.
* sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
* sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/memchr.S: Likewise.
* sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
* sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
* sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
* sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
* sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
* sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
* sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
* sysdeps/i386/i686/multiarch/memmove.S: Likewise.
* sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
* sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
* sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
* sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
* sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
* sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
* sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
* sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/memset.S: Likewise.
* sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
* sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
* sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
* sysdeps/i386/i686/multiarch/strcat.S: Likewise.
* sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
* sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/strchr.S: Likewise.
* sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
* sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
* sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
* sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
* sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
* sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
* sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
* sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/strlen.S: Likewise.
* sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
* sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
* sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
* sysdeps/i386/i686/multiarch/strspn.S: Likewise.
* sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
* sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
* sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
* sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
* sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
* sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
* sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
* sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
* sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
* sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
* sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
* sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
* sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
* sysdeps/ia64/fpu/libm-symbols.h: Likewise.
* sysdeps/nptl/bits/libc-lock.h: Likewise.
* sysdeps/nptl/bits/libc-lockP.h: Likewise.
* sysdeps/nptl/bits/stdio-lock.h: Likewise.
* sysdeps/posix/closedir.c: Likewise.
* sysdeps/posix/opendir.c: Likewise.
* sysdeps/posix/readdir.c: Likewise.
* sysdeps/posix/rewinddir.c: Likewise.
* sysdeps/powerpc/novmx-sigjmp.c: Likewise.
* sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
* sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
* sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
* sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
* sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
* sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
* sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
* sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
* sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
* sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
* sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
* sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
* sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
* sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
* sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
* sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
* sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
* sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
* sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
* sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
* sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
* sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
* sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
* sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
* sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
* sysdeps/unix/alpha/sysdep.S: Likewise.
* sysdeps/unix/alpha/sysdep.h: Likewise.
* sysdeps/unix/make-syscalls.sh: Likewise.
* sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/getpid.c: Likewise.
* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
* sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
* sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
* sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
* sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
* sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
* sysdeps/wordsize-32/symbol-hacks.h: Likewise.
* sysdeps/x86_64/memcpy.S: Likewise.
* sysdeps/x86_64/memmove.c: Likewise.
* sysdeps/x86_64/memset.S: Likewise.
* sysdeps/x86_64/multiarch/init-arch.h: Likewise.
* sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
* sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
* sysdeps/x86_64/multiarch/memcmp.S: Likewise.
* sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
* sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
* sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
* sysdeps/x86_64/multiarch/memcpy.S: Likewise.
* sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
* sysdeps/x86_64/multiarch/memmove.c: Likewise.
* sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
* sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
* sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
* sysdeps/x86_64/multiarch/memset.S: Likewise.
* sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
* sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
* sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
* sysdeps/x86_64/multiarch/strcat.S: Likewise.
* sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
* sysdeps/x86_64/multiarch/strchr.S: Likewise.
* sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
* sysdeps/x86_64/multiarch/strcmp.S: Likewise.
* sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
* sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
* sysdeps/x86_64/multiarch/strcpy.S: Likewise.
* sysdeps/x86_64/multiarch/strcspn.S: Likewise.
* sysdeps/x86_64/multiarch/strspn.S: Likewise.
* sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
* sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
* sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
* sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
* sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
* sysdeps/x86_64/strcmp.S: Likewise.

317 files changed:
ChangeLog
Makerules
bits/stdio-lock.h
elf/Makefile
elf/rtld-Rules
extra-lib.mk
extra-modules.mk
iconv/Makefile
iconvdata/Makefile
include/assert.h
include/ctype.h
include/errno.h
include/libc-symbols.h
include/math.h
include/netdb.h
include/resolv.h
include/stdio.h
include/stdlib.h
include/string.h
include/sys/stat.h
include/wctype.h
intl/l10nflist.c
libidn/idn-stub.c
libio/libioP.h
locale/Makefile
malloc/Makefile
nptl/libc_multiple_threads.c
nptl/pthreadP.h
nscd/Makefile
nss/Makefile
posix/regex_internal.h
resolv/res_hconf.c
stdlib/Makefile
stdlib/isomac.c
sunrpc/Makefile
sysdeps/arm/armv7/multiarch/memcpy.S
sysdeps/arm/memmove.S
sysdeps/arm/sysdep.h
sysdeps/generic/_itoa.h
sysdeps/generic/symbol-hacks.h
sysdeps/gnu/Makefile
sysdeps/gnu/errlist.awk
sysdeps/gnu/errlist.c
sysdeps/i386/i586/memcpy.S
sysdeps/i386/i586/memset.S
sysdeps/i386/i686/memcpy.S
sysdeps/i386/i686/memmove.S
sysdeps/i386/i686/mempcpy.S
sysdeps/i386/i686/memset.S
sysdeps/i386/i686/multiarch/bcopy.S
sysdeps/i386/i686/multiarch/bzero.S
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
sysdeps/i386/i686/multiarch/memchr-sse2.S
sysdeps/i386/i686/multiarch/memchr.S
sysdeps/i386/i686/multiarch/memcmp-sse4.S
sysdeps/i386/i686/multiarch/memcmp-ssse3.S
sysdeps/i386/i686/multiarch/memcmp.S
sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
sysdeps/i386/i686/multiarch/memcpy-ssse3.S
sysdeps/i386/i686/multiarch/memcpy.S
sysdeps/i386/i686/multiarch/memcpy_chk.S
sysdeps/i386/i686/multiarch/memmove.S
sysdeps/i386/i686/multiarch/memmove_chk.S
sysdeps/i386/i686/multiarch/mempcpy.S
sysdeps/i386/i686/multiarch/mempcpy_chk.S
sysdeps/i386/i686/multiarch/memrchr-c.c
sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S
sysdeps/i386/i686/multiarch/memrchr-sse2.S
sysdeps/i386/i686/multiarch/memrchr.S
sysdeps/i386/i686/multiarch/memset-sse2-rep.S
sysdeps/i386/i686/multiarch/memset-sse2.S
sysdeps/i386/i686/multiarch/memset.S
sysdeps/i386/i686/multiarch/memset_chk.S
sysdeps/i386/i686/multiarch/rawmemchr.S
sysdeps/i386/i686/multiarch/strcat-sse2.S
sysdeps/i386/i686/multiarch/strcat-ssse3.S
sysdeps/i386/i686/multiarch/strcat.S
sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S
sysdeps/i386/i686/multiarch/strchr-sse2.S
sysdeps/i386/i686/multiarch/strchr.S
sysdeps/i386/i686/multiarch/strcmp-sse4.S
sysdeps/i386/i686/multiarch/strcmp-ssse3.S
sysdeps/i386/i686/multiarch/strcmp.S
sysdeps/i386/i686/multiarch/strcpy-sse2.S
sysdeps/i386/i686/multiarch/strcpy-ssse3.S
sysdeps/i386/i686/multiarch/strcpy.S
sysdeps/i386/i686/multiarch/strcspn.S
sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S
sysdeps/i386/i686/multiarch/strlen-sse2.S
sysdeps/i386/i686/multiarch/strlen.S
sysdeps/i386/i686/multiarch/strnlen.S
sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S
sysdeps/i386/i686/multiarch/strrchr-sse2.S
sysdeps/i386/i686/multiarch/strrchr.S
sysdeps/i386/i686/multiarch/strspn.S
sysdeps/i386/i686/multiarch/wcschr-c.c
sysdeps/i386/i686/multiarch/wcschr-sse2.S
sysdeps/i386/i686/multiarch/wcschr.S
sysdeps/i386/i686/multiarch/wcscmp-sse2.S
sysdeps/i386/i686/multiarch/wcscmp.S
sysdeps/i386/i686/multiarch/wcscpy-c.c
sysdeps/i386/i686/multiarch/wcscpy-ssse3.S
sysdeps/i386/i686/multiarch/wcscpy.S
sysdeps/i386/i686/multiarch/wcslen-c.c
sysdeps/i386/i686/multiarch/wcslen-sse2.S
sysdeps/i386/i686/multiarch/wcslen.S
sysdeps/i386/i686/multiarch/wcsrchr-c.c
sysdeps/i386/i686/multiarch/wcsrchr-sse2.S
sysdeps/i386/i686/multiarch/wcsrchr.S
sysdeps/i386/i686/multiarch/wmemcmp-c.c
sysdeps/i386/i686/multiarch/wmemcmp.S
sysdeps/ia64/fpu/libm-symbols.h
sysdeps/nptl/bits/libc-lock.h
sysdeps/nptl/bits/libc-lockP.h
sysdeps/nptl/bits/stdio-lock.h
sysdeps/posix/closedir.c
sysdeps/posix/opendir.c
sysdeps/posix/readdir.c
sysdeps/posix/rewinddir.c
sysdeps/powerpc/novmx-sigjmp.c
sysdeps/powerpc/powerpc32/__longjmp.S
sysdeps/powerpc/powerpc32/bsd-_setjmp.S
sysdeps/powerpc/powerpc32/fpu/__longjmp.S
sysdeps/powerpc/powerpc32/fpu/setjmp.S
sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c
sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c
sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c
sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c
sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c
sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c
sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c
sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/memset.c
sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c
sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c
sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c
sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c
sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c
sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c
sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c
sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c
sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c
sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c
sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c
sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c
sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c
sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c
sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c
sysdeps/powerpc/powerpc32/power6/memset.S
sysdeps/powerpc/powerpc32/setjmp.S
sysdeps/powerpc/powerpc64/__longjmp.S
sysdeps/powerpc/powerpc64/multiarch/bzero.c
sysdeps/powerpc/powerpc64/multiarch/memchr.c
sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/memcmp.c
sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/memcpy.c
sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/memmove.c
sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
sysdeps/powerpc/powerpc64/multiarch/memrchr.c
sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/memset.c
sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c
sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
sysdeps/powerpc/powerpc64/multiarch/stpncpy.c
sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c
sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c
sysdeps/powerpc/powerpc64/multiarch/strcat.c
sysdeps/powerpc/powerpc64/multiarch/strchr.c
sysdeps/powerpc/powerpc64/multiarch/strchrnul.c
sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strcmp.c
sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strcpy.c
sysdeps/powerpc/powerpc64/multiarch/strcspn.c
sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strlen.c
sysdeps/powerpc/powerpc64/multiarch/strncase.c
sysdeps/powerpc/powerpc64/multiarch/strncase_l.c
sysdeps/powerpc/powerpc64/multiarch/strncat.c
sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strncmp.c
sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strncpy.c
sysdeps/powerpc/powerpc64/multiarch/strnlen.c
sysdeps/powerpc/powerpc64/multiarch/strpbrk.c
sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strrchr.c
sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strspn.c
sysdeps/powerpc/powerpc64/multiarch/wcschr.c
sysdeps/powerpc/powerpc64/multiarch/wcscpy.c
sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c
sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
sysdeps/powerpc/powerpc64/setjmp.S
sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
sysdeps/s390/s390-32/multiarch/memcmp.S
sysdeps/s390/s390-32/multiarch/memcpy.S
sysdeps/s390/s390-32/multiarch/memset.S
sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
sysdeps/s390/s390-64/multiarch/memcmp.S
sysdeps/s390/s390-64/multiarch/memcpy.S
sysdeps/s390/s390-64/multiarch/memset.S
sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S
sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S
sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S
sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
sysdeps/sparc/sparc64/multiarch/memcpy.S
sysdeps/sparc/sparc64/multiarch/memset-niagara1.S
sysdeps/sparc/sparc64/multiarch/memset-niagara4.S
sysdeps/sparc/sparc64/multiarch/memset.S
sysdeps/unix/alpha/sysdep.S
sysdeps/unix/alpha/sysdep.h
sysdeps/unix/make-syscalls.sh
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h
sysdeps/unix/sysv/linux/aarch64/sysdep.h
sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h
sysdeps/unix/sysv/linux/alpha/vfork.S
sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
sysdeps/unix/sysv/linux/arm/sysdep.h
sysdeps/unix/sysv/linux/getpid.c
sysdeps/unix/sysv/linux/hppa/lowlevellock.h
sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h
sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
sysdeps/unix/sysv/linux/i386/lowlevellock.h
sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
sysdeps/unix/sysv/linux/i386/sysdep.h
sysdeps/unix/sysv/linux/ia64/lowlevellock.h
sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
sysdeps/unix/sysv/linux/ia64/sysdep.S
sysdeps/unix/sysv/linux/ia64/sysdep.h
sysdeps/unix/sysv/linux/lowlevellock-futex.h
sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h
sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h
sysdeps/unix/sysv/linux/m68k/sysdep.h
sysdeps/unix/sysv/linux/microblaze/lowlevellock.h
sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h
sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h
sysdeps/unix/sysv/linux/mips/sysdep-cancel.h
sysdeps/unix/sysv/linux/not-cancel.h
sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
sysdeps/unix/sysv/linux/s390/longjmp_chk.c
sysdeps/unix/sysv/linux/s390/lowlevellock.h
sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S
sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
sysdeps/unix/sysv/linux/s390/s390-32/vfork.S
sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S
sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
sysdeps/unix/sysv/linux/s390/s390-64/vfork.S
sysdeps/unix/sysv/linux/sh/lowlevellock.S
sysdeps/unix/sysv/linux/sh/lowlevellock.h
sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
sysdeps/unix/sysv/linux/sh/sysdep.h
sysdeps/unix/sysv/linux/sh/vfork.S
sysdeps/unix/sysv/linux/sparc/lowlevellock.h
sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
sysdeps/unix/sysv/linux/sparc/sparc64/brk.S
sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
sysdeps/unix/sysv/linux/tile/sysdep-cancel.h
sysdeps/unix/sysv/linux/tile/sysdep.h
sysdeps/unix/sysv/linux/tile/waitpid.S
sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h
sysdeps/unix/sysv/linux/x86_64/sysdep.h
sysdeps/wordsize-32/symbol-hacks.h
sysdeps/x86_64/memcpy.S
sysdeps/x86_64/memmove.c
sysdeps/x86_64/memset.S
sysdeps/x86_64/multiarch/init-arch.h
sysdeps/x86_64/multiarch/memcmp-sse4.S
sysdeps/x86_64/multiarch/memcmp-ssse3.S
sysdeps/x86_64/multiarch/memcmp.S
sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S
sysdeps/x86_64/multiarch/memcpy-ssse3-back.S
sysdeps/x86_64/multiarch/memcpy-ssse3.S
sysdeps/x86_64/multiarch/memcpy.S
sysdeps/x86_64/multiarch/memcpy_chk.S
sysdeps/x86_64/multiarch/memmove.c
sysdeps/x86_64/multiarch/mempcpy.S
sysdeps/x86_64/multiarch/mempcpy_chk.S
sysdeps/x86_64/multiarch/memset-avx2.S
sysdeps/x86_64/multiarch/memset.S
sysdeps/x86_64/multiarch/memset_chk.S
sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S
sysdeps/x86_64/multiarch/strcat-ssse3.S
sysdeps/x86_64/multiarch/strcat.S
sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S
sysdeps/x86_64/multiarch/strchr.S
sysdeps/x86_64/multiarch/strcmp-ssse3.S
sysdeps/x86_64/multiarch/strcmp.S
sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S
sysdeps/x86_64/multiarch/strcpy-ssse3.S
sysdeps/x86_64/multiarch/strcpy.S
sysdeps/x86_64/multiarch/strcspn.S
sysdeps/x86_64/multiarch/strspn.S
sysdeps/x86_64/multiarch/wcscpy-c.c
sysdeps/x86_64/multiarch/wcscpy-ssse3.S
sysdeps/x86_64/multiarch/wcscpy.S
sysdeps/x86_64/multiarch/wmemcmp-c.c
sysdeps/x86_64/multiarch/wmemcmp.S
sysdeps/x86_64/strcmp.S

index c70d68ad1f02f0e8bd310b1c74ba52a62c4b8876..8362e08557326151761ce03979247b2640294916 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,329 @@
 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+       * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
+       (get_null_defines): Adjust.
+       * sunrpc/Makefile: Adjust comment.
+       * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
+       * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
+       (CFLAGS-interp.c): Likewise.
+       (CFLAGS-ldconfig.c): Likewise.
+       (CPPFLAGS-.os): Likewise.
+       * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
+       * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
+       * extra-modules.mk (extra-modules.mk): Likewise.
+       * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
+       * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
+       * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
+       * nscd/Makefile (CPPFLAGS-nscd): Likewise.
+       * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
+       * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
+       * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
+       * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
+       * iconvdata/Makefile (CPPFLAGS): Likewise.
+       (cpp-srcs-left): Add libof for all iconvdata routines.
+       * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
+       * include/assert.h: Likewise.
+       * include/ctype.h: Likewise.
+       * include/errno.h: Likewise.
+       * include/libc-symbols.h: Likewise.
+       * include/math.h: Likewise.
+       * include/netdb.h: Likewise.
+       * include/resolv.h: Likewise.
+       * include/stdio.h: Likewise.
+       * include/stdlib.h: Likewise.
+       * include/string.h: Likewise.
+       * include/sys/stat.h: Likewise.
+       * include/wctype.h: Likewise.
+       * intl/l10nflist.c: Likewise.
+       * libidn/idn-stub.c: Likewise.
+       * libio/libioP.h: Likewise.
+       * nptl/libc_multiple_threads.c: Likewise.
+       * nptl/pthreadP.h: Likewise.
+       * posix/regex_internal.h: Likewise.
+       * resolv/res_hconf.c: Likewise.
+       * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
+       * sysdeps/arm/memmove.S: Likewise.
+       * sysdeps/arm/sysdep.h: Likewise.
+       * sysdeps/generic/_itoa.h: Likewise.
+       * sysdeps/generic/symbol-hacks.h: Likewise.
+       * sysdeps/gnu/errlist.awk: Likewise.
+       * sysdeps/gnu/errlist.c: Likewise.
+       * sysdeps/i386/i586/memcpy.S: Likewise.
+       * sysdeps/i386/i586/memset.S: Likewise.
+       * sysdeps/i386/i686/memcpy.S: Likewise.
+       * sysdeps/i386/i686/memmove.S: Likewise.
+       * sysdeps/i386/i686/mempcpy.S: Likewise.
+       * sysdeps/i386/i686/memset.S: Likewise.
+       * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
+       * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
+       * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
+       * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
+       * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memset.S: Likewise.
+       * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
+       * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
+       * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
+       * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
+       * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
+       * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
+       * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
+       * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
+       * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
+       * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
+       * sysdeps/nptl/bits/libc-lock.h: Likewise.
+       * sysdeps/nptl/bits/libc-lockP.h: Likewise.
+       * sysdeps/nptl/bits/stdio-lock.h: Likewise.
+       * sysdeps/posix/closedir.c: Likewise.
+       * sysdeps/posix/opendir.c: Likewise.
+       * sysdeps/posix/readdir.c: Likewise.
+       * sysdeps/posix/rewinddir.c: Likewise.
+       * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
+       * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
+       * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
+       * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
+       * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
+       * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
+       * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
+       * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
+       * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
+       * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
+       * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
+       * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
+       * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
+       * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
+       * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
+       * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
+       * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
+       * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
+       * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
+       * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
+       * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
+       * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
+       * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
+       * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
+       * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
+       * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
+       * sysdeps/unix/alpha/sysdep.S: Likewise.
+       * sysdeps/unix/alpha/sysdep.h: Likewise.
+       * sysdeps/unix/make-syscalls.sh: Likewise.
+       * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/getpid.c: Likewise.
+       * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
+       * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
+       * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
+       * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
+       * sysdeps/x86_64/memcpy.S: Likewise.
+       * sysdeps/x86_64/memmove.c: Likewise.
+       * sysdeps/x86_64/memset.S: Likewise.
+       * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
+       * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
+       * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
+       * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
+       * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
+       * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
+       * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
+       * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
+       * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
+       * sysdeps/x86_64/multiarch/memmove.c: Likewise.
+       * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
+       * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
+       * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
+       * sysdeps/x86_64/multiarch/memset.S: Likewise.
+       * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
+       * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
+       * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
+       * sysdeps/x86_64/multiarch/strcat.S: Likewise.
+       * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
+       * sysdeps/x86_64/multiarch/strchr.S: Likewise.
+       * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
+       * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
+       * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
+       * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
+       * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
+       * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
+       * sysdeps/x86_64/multiarch/strspn.S: Likewise.
+       * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
+       * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
+       * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
+       * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
+       * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
+       * sysdeps/x86_64/strcmp.S: Likewise.
+
        * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
 
        * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
index 3cf4c407f2c158a6b66596d1b87a2f2bc83969bb..46ec1970fe2128131acb634dc8cc16001561da6f 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -1228,9 +1228,6 @@ lib := nonlib
 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
 endif
 
-# The include magic above causes those files to use this variable for flags.
-CPPFLAGS-nonlib = -DNOT_IN_libc=1
-
 
 ifeq ($(build-shared),yes)
 # Generate normalized lists of symbols, versions, and data sizes.
index 198cb6753593432aa3a7d0c4223cc4fb9b5d7add..f68b13eb589bd13c1de56fbd616c710f828d0b68 100644 (file)
@@ -44,7 +44,7 @@ __libc_lock_define_recursive (typedef, _IO_lock_t)
 #define _IO_cleanup_region_end(_doit) \
   __libc_cleanup_region_end (_doit)
 
-#if defined _LIBC && !defined NOT_IN_libc
+#if defined _LIBC && IS_IN (libc)
 # define _IO_acquire_lock(_fp) \
   _IO_cleanup_region_start ((void (*) (void *)) _IO_funlockfile, (_fp));      \
   _IO_flockfile (_fp)
index eef3cb8a64df2e565dc82df47cbee65637ff5b1d..9e07073de079050c12f43d00d8d7a52bff524d7a 100644 (file)
@@ -97,7 +97,6 @@ install-others += $(inst_auditdir)/sotruss-lib.so
 install-bin-script += sotruss
 generated += sotruss
 libof-sotruss-lib = extramodules
-CPPFLAGS-sotruss-lib = -DNOT_IN_libc
 $(objpfx)sotruss-lib.so: $(objpfx)sotruss-lib.os
        $(build-module-asneeded)
 $(objpfx)sotruss-lib.so: $(common-objpfx)libc.so $(objpfx)ld.so \
@@ -437,15 +436,12 @@ $(objpfx)ldconfig: $(ldconfig-modules:%=$(objpfx)%.o)
 
 SYSCONF-FLAGS := -D'SYSCONFDIR="$(sysconfdir)"'
 CFLAGS-ldconfig.c = $(SYSCONF-FLAGS) -D'LIBDIR="$(libdir)"' \
-                   -D'SLIBDIR="$(slibdir)"' -DNOT_IN_libc
+                   -D'SLIBDIR="$(slibdir)"'
 libof-ldconfig = ldconfig
 CFLAGS-dl-cache.c = $(SYSCONF-FLAGS)
 CFLAGS-cache.c = $(SYSCONF-FLAGS)
 CFLAGS-rtld.c = $(SYSCONF-FLAGS)
 
-CPPFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\
-                    -DNOT_IN_libc=1)
-
 cpp-srcs-left := $(all-rtld-routines:=.os)
 lib := rtld
 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
index 65d147f6c4953747c2689ceda02b6d080186ef8e..3c1a5ea7493cb62f62f8d86a37f7c1d9e74379a4 100644 (file)
@@ -138,12 +138,10 @@ ifdef rtld-depfiles
 -include $(rtld-depfiles)
 endif
 
+# This here is the whole point of all the shenanigans.
 # Set libof-* for each routine.
 cpp-srcs-left := $(rtld-modules:%.os=%)
 lib := rtld
 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
 
-# This here is the whole point of all the shenanigans.
-rtld-CPPFLAGS := -DNOT_IN_libc=1
-
 endif
index 7cdf8234af824257eba58ca81e7744719e8ac148..b10748d185caf5f299cc0871b54f0b2c6b1cd040 100644 (file)
@@ -105,5 +105,3 @@ cpp-srcs-left := $($(lib)-routines) $($(lib)-sysdep_routines)
 ifneq (,$(cpp-srcs-left))
 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
 endif
-
-CPPFLAGS-$(lib) := -DNOT_IN_libc=1
index 9c2e4d2f16cf1b8836be38fae8f1b895e6d4e818..5f8e693b15369a0cdfc9105ccd3e9267a39fd8b7 100644 (file)
@@ -7,4 +7,3 @@ module := $(firstword $(extra-modules-left))
 extra-modules-left := $(filter-out $(module),$(extra-modules-left))
 
 libof-$(notdir $(module)) := extramodules
-CPPFLAGS-$(module).c += -DNOT_IN_libc
index 8031a88bd17c588e8efd1fd09938c21abec85165..d1a90112024c1f8d81b2f909464826e3c704aed1 100644 (file)
@@ -52,8 +52,6 @@ CFLAGS-gconv_cache.c += -DGCONV_DIR='"$(gconvdir)"'
 CFLAGS-gconv_conf.c = -DGCONV_PATH='"$(gconvdir)"'
 CFLAGS-iconvconfig.c = -DGCONV_PATH='"$(gconvdir)"' -DGCONV_DIR='"$(gconvdir)"'
 
-CPPFLAGS-iconvprogs = -DNOT_IN_libc
-
 # Set libof-* for each routine.
 cpp-srcs-left := $(iconv_prog-modules) $(iconvconfig-modules)
 lib := iconvprogs
index e0252ee83fcf4d8fa64456e78e7fccff6b9ee554..5595a3c94083bc5eb4bb806d7309d9e6248384ec 100644 (file)
@@ -75,9 +75,6 @@ endif
 test-srcs := tst-table-from tst-table-to
 endif
 
-# No code here is in libc.so.
-CPPFLAGS += -DNOT_IN_libc
-
 libJIS-routines := jis0201 jis0208 jis0212
 libKSC-routines := ksc5601
 libGB-routines := gb2312
@@ -275,7 +272,9 @@ endif
 include ../Rules
 
 # Set libof-* for each routine.
-cpp-srcs-left := $(modules) $(generated-modules)
+cpp-srcs-left := $(modules) $(generated-modules) $(libJIS-routines) \
+                $(libKSC-routines) $(libGB-routines) $(libCNS-routines) \
+                $(libISOIR165-routines) $(libJISX0213-routines)
 lib := iconvdata
 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
 
index abe182fced78b6a5484bfb4747ccff6d22a620eb..c4526679562294a32b51f5ddfd18ade1c0596b1a 100644 (file)
@@ -20,7 +20,7 @@ extern void __assert_fail_base (const char *fmt, const char *assertion,
                                const char *function)
      __THROW  __attribute__ ((__noreturn__));
 
-# if !defined NOT_IN_libc || IS_IN (rtld)
+# if IS_IN (libc) || IS_IN (rtld)
 hidden_proto (__assert_fail)
 hidden_proto (__assert_perror_fail)
 # endif
index 2ef2bd24e82c34cb2493b571d95dae1b284d1ba0..f3157b9e7d717821e651039d78be336a82dda0ba 100644 (file)
@@ -11,7 +11,7 @@ libc_hidden_proto (__ctype_init)
    So defeat macro expansion with parens for this declaration.  */
 extern int (__isctype) (int __c, int __mask);
 
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 
 /* These accessors are used by the optimized macros to find the
    thread-local cache of ctype information from the current thread's
@@ -61,7 +61,7 @@ __ctype_tolower_loc (void)
 #   define __isdigit_l(c, l) ({ int __c = (c); __c >= '0' && __c <= '9'; })
 #  endif  /* Not __NO_CTYPE.  */
 
-# endif        /* Not NOT_IN_libc.  */
+# endif        /* IS_IN (libc).  */
 #endif  /* Not _ISOMAC.  */
 
 #endif /* ctype.h */
index d650a1545f74cd93c145c588591e40e24982ff4f..7df41dfc3166ef90e0cd6822b215732945bf1e71 100644 (file)
 #  define errno rtld_errno
 extern int rtld_errno attribute_hidden;
 
-# elif !defined NOT_IN_libc || IS_IN_LIB
+# elif IS_IN_LIB
 
 #  include <tls.h>
 
 #  undef  errno
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define errno __libc_errno
 #  else
 #   define errno errno         /* For #ifndef errno tests.  */
 #  endif
 extern __thread int errno attribute_tls_model_ie;
 
-# endif        /* !NOT_IN_libc || IS_IN_LIB */
+# endif        /* IS_IN_LIB */
 
 # define __set_errno(val) (errno = (val))
 
index 52350d3b60b379adfa43e59ef0133f69bd7151d1..6d9b95d0363452f45fba2e88dee4f1f3b2a87872 100644 (file)
@@ -549,7 +549,7 @@ for linking")
 # define hidden_nolink(name, lib, version)
 #endif
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
 # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs)
 # define libc_hidden_tls_proto(name, attrs...) hidden_tls_proto (name, ##attrs)
 # define libc_hidden_def(name) hidden_def (name)
index b10bfa0474c30396f68dd43ec4d9b7b7586a972c..42bb55eb984fe312ae04dabeeec0b69fdecaa6f6 100644 (file)
@@ -6,7 +6,7 @@
 /* Now define the internal interfaces.  */
 extern int __matherr (struct exception *__exc);
 
-# if !defined NOT_IN_libc || IS_IN (libm)
+# if IS_IN (libc) || IS_IN (libm)
 hidden_proto (__finite)
 hidden_proto (__isinf)
 hidden_proto (__isnan)
index eccdbe6462b2a3fc9a7a46e03a4fe978abdb5e21..9e64a15ff7fe460e8c37b59f5490205297c7bffa 100644 (file)
@@ -4,15 +4,15 @@
 
 #ifndef _ISOMAC
 /* Macros for accessing h_errno from inside libc.  */
-# if !defined NOT_IN_libc || IS_IN_LIB
+# if IS_IN_LIB
 #  undef  h_errno
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define h_errno __libc_h_errno
 #  else
 #   define h_errno h_errno     /* For #ifndef h_errno tests.  */
 #  endif
 extern __thread int h_errno attribute_tls_model_ie;
-# endif /* !NOT_IN_libc || IS_IN_LIB */
+# endif /* IS_IN_LIB */
 # define __set_h_errno(x) (h_errno = (x))
 
 libc_hidden_proto (hstrerror)
index 3904cb77c70e84a6c51c66ad26cbc9f90b209b90..4c614760a858a511a4132380c3dcd86bdd762c2d 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifdef _RESOLV_H_
 
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 #  define __resp __libc_resp
 # endif
 extern __thread struct __res_state *__resp attribute_tls_model_ie;
index 1c54fc48d8c2b4775e0512f59abf7554c273e6bc..00106079499ffd4fbd32da0fb50d9521b2eb798c 100644 (file)
@@ -117,7 +117,7 @@ extern const char *const _sys_errlist_internal[] attribute_hidden;
 extern int _sys_nerr_internal attribute_hidden;
 
 libc_hidden_proto (__asprintf)
-#  if !defined NOT_IN_libc
+#  if IS_IN (libc)
 extern _IO_FILE *_IO_new_fopen (const char*, const char*);
 #   define fopen(fname, mode) _IO_new_fopen (fname, mode)
 extern _IO_FILE *_IO_new_fdopen (int, const char*);
index b8efbd7b3a5630d0c27a9c287f6d1daea3434b36..992b87793c21152537fae701c3a296876cf7e80d 100644 (file)
@@ -226,7 +226,7 @@ extern int __qfcvt_r (long double __value, int __ndigit,
                      int *__restrict __decpt, int *__restrict __sign,
                      char *__restrict __buf, size_t __len);
 
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 #  undef MB_CUR_MAX
 #  define MB_CUR_MAX (_NL_CURRENT_WORD (LC_CTYPE, _NL_CTYPE_MB_CUR_MAX))
 # endif
index 172940b7599c8dbda9b9d736b4472dfd58ee51c7..034e2953df7503db3e4768be9f7c1b387271c16e 100644 (file)
@@ -57,7 +57,7 @@ extern __typeof (strcasecmp_l) __strcasecmp_l;
 extern __typeof (strncasecmp_l) __strncasecmp_l;
 
 /* Alternative version which doesn't pollute glibc's namespace.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # undef strndupa
 # define strndupa(s, n)                                                              \
   (__extension__                                                             \
@@ -115,7 +115,7 @@ libc_hidden_builtin_proto (strspn)
 libc_hidden_builtin_proto (strstr)
 libc_hidden_builtin_proto (ffs)
 
-#if (defined NOT_IN_libc || !defined SHARED) \
+#if (!IS_IN (libc) || !defined SHARED) \
   && !defined NO_MEMPCPY_STPCPY_REDIRECT
 /* Redirect calls to __builtin_mempcpy and __builtin_stpcpy to call
    __mempcpy and __stpcpy if not inlined.  */
index a44fbec465374cc1b272c5b85cdf72f998c3576b..873562a99dd637b6b7e35dee948c5b2747ca41be 100644 (file)
@@ -12,7 +12,7 @@ extern __mode_t __umask (__mode_t __mask);
 extern int __mkdir (const char *__path, __mode_t __mode);
 extern int __mknod (const char *__path,
                    __mode_t __mode, __dev_t __dev);
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 hidden_proto (__fxstat)
 hidden_proto (__fxstat64)
 hidden_proto (__lxstat)
index 676c04358bd33132382cca850b4ab8580e339269..b29e82484bffbbcc7420140d87864d5aaa072cc2 100644 (file)
@@ -80,7 +80,7 @@ libc_hidden_proto (__towupper_l)
 
 /* The spec says that isdigit must only match the decimal digits.  We
    can check this without a memory access.  */
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 #  undef iswdigit
 #  define iswdigit(c) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; })
 #  undef iswdigit_l
index 428a3f1d15afa341f984ef48530c5f6b9c2eefb5..ca04ad3dbcdc943cc5daf9cbc3e8db3e42ce033c 100644 (file)
@@ -324,7 +324,7 @@ _nl_normalize_codeset (codeset, name_len)
   char *retval;
   char *wp;
   size_t cnt;
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
   locale_t locale = newlocale (0, "C", NULL);
 #else
 # define locale _nl_C_locobj_ptr
index 9361b250a6f56ca7f694b9d48acc4c740a313e41..afd93caed878598d710a7c9670f702dc1b91b64a 100644 (file)
@@ -130,7 +130,7 @@ __idna_to_ascii_lz (const char *input, char **output, int flags)
 }
 
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 libc_freeres_fn (unload_libidn)
 {
   if (h != NULL && h != (void *) 1l)
index bd94041937fdfa1fa0f2fc263902582878f21972..08b77cac675ee91ccb48b157b26bcec7dfeb100a 100644 (file)
@@ -902,7 +902,7 @@ _IO_acquire_lock_clear_flags2_fct (_IO_FILE **p)
     _IO_funlockfile (fp);
 }
 
-#if !defined _IO_MTSAFE_IO && !defined NOT_IN_libc
+#if !defined _IO_MTSAFE_IO && IS_IN (libc)
 # define _IO_acquire_lock(_fp)                                               \
   do {                                                                       \
     _IO_FILE *_IO_acquire_lock_file = NULL
index bbbb3e5b39e3629c6c89b48cccb215b9cf937abb..1a9c51984ad35fa44a8d3c1ed722179f7afa055d 100644 (file)
@@ -88,14 +88,13 @@ locale-CPPFLAGS = -DLOCALEDIR='"$(localedir)"' \
 CPPFLAGS-locale-programs = -DLOCALE_PATH='$(localepath)' \
                           -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
                           -DREPERTOIREMAP_PATH='"$(i18ndir)/repertoiremaps"' \
-                          -DLOCSRCDIR='"$(i18ndir)/locales"' \
-                          -DNOT_IN_libc
+                          -DLOCSRCDIR='"$(i18ndir)/locales"'
 
 CFLAGS-charmap.c = -Wno-write-strings -Wno-char-subscripts
 CFLAGS-locfile.c = -Wno-write-strings -Wno-char-subscripts
 CFLAGS-charmap-dir.c = -Wno-write-strings
 
-# This makes sure -DNOT_IN_libc et al are passed for all these modules.
+# Set libof-* for each routine.
 cpp-srcs-left := $(localedef-modules) $(localedef-aux) $(locale-modules) \
                 $(lib-modules)
 lib := locale-programs
index fbfada2e581f64f3c888841e286ff66f7184ead8..6df6f166747d3c50d339c5c2df9189d9127f1119 100644 (file)
@@ -48,8 +48,6 @@ extra-objs = mcheck-init.o libmcheck.a
 # Include the cleanup handler.
 aux := set-freeres thread-freeres
 
-CPPFLAGS-memusagestat = -DNOT_IN_libc
-
 # The Perl script to analyze the output of the mtrace functions.
 ifneq ($(PERL),no)
 install-bin-script = mtrace
index acf3594d71ee2e457fb17d8bbc39f4a170af4f4b..0361f6c273856b7cb43acacb4c694d909ee371b1 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <pthreadP.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifndef TLS_MULTIPLE_THREADS_IN_TCB
 /* Variable set to a nonzero value either if more than one thread runs or ran,
    or if a single-threaded process is trying to cancel itself.  See
index 318505635fdef96ad9426804715798b81656aa92..a26a68b46a2b1d0c878c351358d7ae650fe52b3e 100644 (file)
@@ -292,7 +292,7 @@ __do_cancel (void)
 #define CANCEL_RESET(oldtype) \
   __pthread_disable_asynccancel (oldtype)
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
 /* Same as CANCEL_ASYNC, but for use in libc.so.  */
 # define LIBC_CANCEL_ASYNC() \
   __libc_enable_asynccancel ()
index 40e99aa54cc2042ac39819304b5a2608320aced9..8e03e9e8824ce9b12b3a681af0a3a249c5b0e96c 100644 (file)
@@ -79,7 +79,7 @@ CFLAGS-nscd_gethst_r.c = -fexceptions
 CFLAGS-nscd_getai.c = -fexceptions
 CFLAGS-nscd_initgroups.c = -fexceptions
 
-CPPFLAGS-nscd += -D_FORTIFY_SOURCE=2 -DNOT_IN_libc
+CPPFLAGS-nscd += -D_FORTIFY_SOURCE=2
 
 ifeq (yesyes,$(have-fpie)$(build-shared))
 CFLAGS-nscd += $(pie-ccflag)
index 7114d74938b2ad44bbd06fb63f29ec25f55b0097..e0adf9008d3e76080cd8aedf574f8ce9d16d8ef9 100644 (file)
@@ -106,7 +106,6 @@ $(inst_vardbdir)/Makefile: db-Makefile $(+force)
        $(do-install)
 
 libof-nss_test1 = extramodules
-CPPFLAGS-nss_test1 = -DNOT_IN_libc=1
 $(objpfx)/libnss_test1.so: $(objpfx)nss_test1.os $(link-libc-deps)
        $(build-module)
 ifdef libnss_test1.so-version
index 5c39f05dfde70f3020dd70e3dbfb462ac1782de2..284b23620b6c1740cb49bd08752ce762d17e9720 100644 (file)
@@ -381,7 +381,7 @@ typedef struct re_dfa_t re_dfa_t;
 # endif
 #endif
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
                                                int new_buf_len)
      internal_function;
@@ -731,7 +731,7 @@ re_string_wchar_at (const re_string_t *pstr, int idx)
   return (wint_t) pstr->wcs[idx];
 }
 
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 #  ifdef _LIBC
 #   include <locale/weight.h>
 #  endif
index b4c86227f8ad461083d4f93135413ce87959d954..cde02293307435358cb76069f683e38ff8a0a8d7 100644 (file)
@@ -358,7 +358,7 @@ _res_hconf_init (void)
 }
 
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # if defined SIOCGIFCONF && defined SIOCGIFNETMASK
 /* List of known interfaces.  */
 libc_freeres_ptr (
index da6e0764fc2a2ed578c836392e040b3dbe0ff1b4..76b7ca7faae2a035e024789b466b9bdc5d1ddf7b 100644 (file)
@@ -146,7 +146,6 @@ LDFLAGS-tst-putenv = $(no-as-needed)
 $(objpfx)tst-putenvmod.so: $(objpfx)tst-putenvmod.os $(link-libc-deps)
        $(build-module)
 libof-tst-putenvmod = extramodules
-CFLAGS-tst-putenvmod.c = -DNOT_IN_libc=1
 
 $(objpfx)bug-getcontext: $(libm)
 $(objpfx)tst-strtod-round: $(libm)
index 13accb566c99cb0394f4b75fc4f5622f082231e1..6fc97cd4f8241cb4ee23b168f8b1d24f158294af 100644 (file)
@@ -176,7 +176,8 @@ static char *macros[] =
 /* Format string to build command to invoke compiler.  */
 static const char fmt[] = "\
 echo \"#include <%s>\" |\
-%s -E -dM -ansi -pedantic %s -D_LIBC -D_ISOMAC -DNOT_IN_libc -I. \
+%s -E -dM -ansi -pedantic %s -D_LIBC -D_ISOMAC \
+-DIN_MODULE=MODULE_extramodules -I. \
 -isystem `%s --print-prog-name=include` - 2> /dev/null > %s";
 
 
@@ -305,7 +306,7 @@ get_null_defines (void)
        ;
       result[result_len] = xstrndup (start, end - start);
 
-      if (strcmp (result[result_len], "NOT_IN_libc") != 0)
+      if (strcmp (result[result_len], "IN_MODULE") != 0)
        {
          if (first)
            {
index a2722af5f7254cefd58cca851d78b6b6008a8c56..d7de8ae1da414a77367e85f35608f4fac5ae171b 100644 (file)
@@ -166,7 +166,7 @@ $(cross-rpcgen-objs): $(objpfx)cross-%.o: %.c $(before-compile)
 $(objpfx)cross-rpcgen: $(cross-rpcgen-objs)
        $(BUILD_CC) $^ $(BUILD_LDFLAGS) -o $@
 
-# This makes sure -DNOT_IN_libc is passed for all these modules.
+# This makes sure -DIN_MODULE is passed for all these modules.
 cpp-srcs-left := $(rpcgen-objs:.o=.c)
 lib := nonlib
 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
index c4f4e80fb07fbc1295c779bb21d159ff2b9489e5..3439cb7a2c954b9d6dd92b30e7492abe10f4fe32 100644 (file)
@@ -22,7 +22,7 @@
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 /* Under __ARM_NEON__, memcpy_neon.S defines the name memcpy.  */
 # ifndef __ARM_NEON__
        .text
index 04aa7db7b41d47eb31c937143b6bee981638fed4..488e1562a300baf005e35bde2f4caa8795d9ff6f 100644 (file)
@@ -69,7 +69,7 @@ ENTRY(memmove)
 
                subs    ip, r0, r1
                cmphi   r2, ip
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
                bls     memcpy
 #else
                bls     HIDDEN_JUMPTARGET(memcpy)
index bc86d5a4e665de4fde5a7a9ee6676d143abffac9..62f74eb49e5f75133b08766146cc293f311308a3 100644 (file)
 
 /* Pointer mangling support.  */
 #if (IS_IN (rtld) || \
-     (!defined SHARED && (!defined NOT_IN_libc || IS_IN (libpthread))))
+     (!defined SHARED && (IS_IN (libc) || IS_IN (libpthread))))
 # ifdef __ASSEMBLER__
 #  define PTR_MANGLE_LOAD(guard, tmp)                                  \
   LDR_HIDDEN (guard, tmp, C_SYMBOL_NAME(__pointer_chk_guard_local), 0)
index 8360bafe706ab7aebf2f24dee5b850975f1388ab..ed84e56ae4804fc28b601d325992429482192241 100644 (file)
@@ -46,12 +46,12 @@ extern char *_itoa (unsigned long long int value, char *buflim,
 
 extern const char _itoa_upper_digits[];
 extern const char _itoa_lower_digits[];
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 hidden_proto (_itoa_upper_digits)
 hidden_proto (_itoa_lower_digits)
 #endif
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 extern char *_itoa_word (_ITOA_WORD_TYPE value, char *buflim,
                         unsigned int base, int upper_case);
 #else
index 6bec24b7a017e27ecfc4b388faa05135ca038aab..ce576c9fd26d9f4fd9f9b24fb438c23c3c44c775 100644 (file)
@@ -1,6 +1,6 @@
 /* Some compiler optimizations may transform loops into memset/memmove
    calls and without proper declaration it may generate PLT calls.  */
-#if !defined __ASSEMBLER__ && !defined NOT_IN_libc && defined SHARED
+#if !defined __ASSEMBLER__ && IS_IN (libc) && defined SHARED
 asm ("memmove = __GI_memmove");
 asm ("memset = __GI_memset");
 asm ("memcpy = __GI_memcpy");
index b5b2cf05629b6fa80798b4abc9abbf7ac2ab1967..ba495ed236c59fa6658692de89592dcefbe85f43 100644 (file)
@@ -40,7 +40,7 @@ $(objpfx)errlist-compat.c: $(errlist-c) $(..)sysdeps/gnu/errlist-compat.awk \
 endif
        $(make-target-directory)
        $(AWK) -v maxerr=`\
-         $(CC) -S $(CPPFLAGS) $(CFLAGS) -DNOT_IN_libc -DEMIT_ERR_MAX $< -o - \
+         $(CC) -S $(CPPFLAGS) $(CFLAGS) -DEMIT_ERR_MAX $< -o - \
          | sed -n 's/^.*@@@[^0-9]*\([0-9]*\)[^0-9]*@@@.*$$/\1/p'` \
               -f $(..)sysdeps/gnu/errlist-compat.awk \
               $(wildcard $(sysdirs:=/Versions)) > $@T
index 7fa53053aea03e317d4975f440c87887fd53fe99..6da844a24680fde1665edf582081ee689cd5fd5f 100644 (file)
@@ -110,7 +110,7 @@ END {
   print "  (sizeof _sys_errlist_internal / sizeof _sys_errlist_internal [0])";
   print "const int _sys_nerr_internal = NERR;"
   print "";
-  print "#if !defined NOT_IN_libc && !defined ERRLIST_NO_COMPAT";
+  print "#if IS_IN (libc) && !defined ERRLIST_NO_COMPAT";
   print "# include <errlist-compat.c>";
   print "#endif";
   print "";
index 8381434c2c1b51a4fa804b213f26e8b9f2a0de58..a9a5960503a97e78143a0c795e7255f418a22933 100644 (file)
@@ -1480,7 +1480,7 @@ TRANS error; @pxref{Cancel AIO Operations}. */
   (sizeof _sys_errlist_internal / sizeof _sys_errlist_internal [0])
 const int _sys_nerr_internal = NERR;
 
-#if !defined NOT_IN_libc && !defined ERRLIST_NO_COMPAT
+#if IS_IN (libc) && !defined ERRLIST_NO_COMPAT
 # include <errlist-compat.c>
 #endif
 
index edd9f08723e52fafeff67499c29d97d699117884..6e0cc4c76ba02aa6a36a6fd1bcbc8589908bb33d 100644 (file)
@@ -32,7 +32,7 @@
 #define LEN    SRC+4
 
         .text
-#if defined PIC && !defined NOT_IN_libc
+#if defined PIC && IS_IN (libc)
 ENTRY (__memcpy_chk)
        movl    12(%esp), %eax
        cmpl    %eax, 16(%esp)
index 910d7bbb99d1677867419ee5c13bc80f500e6d5a..50b498b6ab820dd90a9c7432bdd66306df9fcc56 100644 (file)
@@ -35,7 +35,7 @@
 #endif
 
         .text
-#if defined PIC && !defined NOT_IN_libc && !BZERO_P
+#if defined PIC && IS_IN (libc) && !BZERO_P
 ENTRY (__memset_chk)
        movl    12(%esp), %eax
        cmpl    %eax, 16(%esp)
index 17e815e9019f3ef8b5bb04917d738a78a38dd9ec..6a150048c6b0e5e18425f40b4cba32cc236b94f0 100644 (file)
@@ -28,7 +28,7 @@
 #define LEN    SRC+4
 
        .text
-#if defined PIC && !defined NOT_IN_libc
+#if defined PIC && IS_IN (libc)
 ENTRY_CHK (__memcpy_chk)
        movl    12(%esp), %eax
        cmpl    %eax, 16(%esp)
index 4b8785f22cf839618c16dd7653f671dd1df20aa1..561f2fc8371afaa4d3b2d6c2e5adcd2eed737112 100644 (file)
@@ -35,7 +35,7 @@
 # define SRC   DEST+4
 # define LEN   SRC+4
 
-# if defined PIC && !defined NOT_IN_libc
+# if defined PIC && IS_IN (libc)
 ENTRY_CHK (__memmove_chk)
        movl    12(%esp), %eax
        cmpl    %eax, 16(%esp)
index ec4b42b8d7337e065642cc13dd946bc57cd5ee9b..8e51a1390b3bc344962ce831c1cbc83d1d124e5f 100644 (file)
@@ -28,7 +28,7 @@
 #define LEN    SRC+4
 
        .text
-#if defined PIC && !defined NOT_IN_libc
+#if defined PIC && IS_IN (libc)
 ENTRY_CHK (__mempcpy_chk)
        movl    12(%esp), %eax
        cmpl    %eax, 16(%esp)
index 72d21fa92d513fc53b9bcd3a1adca8805792d4bc..877bdda290e349bcb87efa80b972cd9e372609f5 100644 (file)
@@ -36,7 +36,7 @@
 #endif
 
         .text
-#if defined PIC && !defined NOT_IN_libc && !BZERO_P
+#if defined PIC && IS_IN (libc) && !BZERO_P
 ENTRY_CHK (__memset_chk)
        movl    12(%esp), %eax
        cmpl    %eax, 16(%esp)
@@ -99,7 +99,7 @@ ENTRY (memset)
 END (memset)
 libc_hidden_builtin_def (memset)
 
-#if defined PIC && !defined NOT_IN_libc && !BZERO_P
+#if defined PIC && IS_IN (libc) && !BZERO_P
 strong_alias (__memset_chk, __memset_zero_constant_len_parameter)
        .section .gnu.warning.__memset_zero_constant_len_parameter
        .string "memset used with constant zero length parameter; this could be due to transposed parameters"
index 4f50035d0aee8c2a7f66813106d8ac39ae9483c0..a0fca885ee75c5ab942e00d6c970458495645442 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in lib.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(bcopy)
index cd59940f9cfe7ede0a5f71eeec7631baeea44e96..2dc1d8a436a3bc824abd2af16a5b4a5b60d57526 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in lib.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(__bzero)
index 8f5ccca1952e4b3689702062a9c11db1a48a52f0..a0083a325c25285c4896b264f1f1d4dae11b7c5a 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 8d2c159cea6a4168d57ee25d10e77a2ca71e3817..59a8a7caae9b941d90ddab5eafcc9be0d37b38be 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 1bdf0e7968c77272963fd292b58e08dd3e29849b..b2a22f384dcde01aff134b8d4571804cbfca7915 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 #include <init-arch.h>
 
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
 # define CFI_POP(REG) \
        cfi_adjust_cfa_offset (-4); \
        cfi_restore (REG)
index a23861556ae3ca18ed5c73d43c8b0658bd9e3cf5..570fec0424fe7188b27293a208a9fa9c323facd6 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 4a0bd6727a2bb4009db8fa96075bc7a4e1c539ac..546342892a2ffa19fc3f6c3924d4e3e846b6bc34 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index e4d56fa28feaa5c313906d5b946d3e3f501963de..1c5e30c0fc017d56a5be72a00de219b075e3f68e 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in libc. */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(memcmp)
index c4cdcfdbe3f8feb7838571b7ef3eafea129fe2ca..a7a8f982fc7c8b356b1a658e58385870849ca4ca 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <sysdep.h>
 
-#if !defined NOT_IN_libc \
+#if IS_IN (libc) \
     && (defined SHARED \
        || defined USE_AS_MEMMOVE \
        || !defined USE_MULTIARCH)
index c0d718b8aa8b7880043136e73e9084b19e589c45..d190ba02e88e032c3c0c30616d80a1aa82f1a3b5 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#if !defined NOT_IN_libc \
+#if IS_IN (libc) \
     && (defined SHARED \
        || defined USE_AS_MEMMOVE \
        || !defined USE_MULTIARCH)
index f583482bd795453db55754db65c976263979169d..76195a52eb51e0239c2dfb292a3958a4d95979b0 100644 (file)
@@ -24,7 +24,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memcpy before the initialization
    happened.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
        .text
 ENTRY(memcpy)
        .type   memcpy, @gnu_indirect_function
index bf93b68fa4994cdc17bd018b23a23b10984f6bfe..c67968ea6c8f50ff5777ca23771bacb7c074b769 100644 (file)
@@ -24,7 +24,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  There are no multiarch memcpy functions for static binaries.
  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(__memcpy_chk)
index 90cf16770ffa013e2585927442d527a9e5117706..d8de7c6894024137484a7a2d7fa22919441073d1 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in lib.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(memmove)
index 182aeb3d46294a3de2e3443ec2009c49c2879794..3442ce15f1c4edf7e2e1e592bf7b964483c4cf33 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in lib.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(__memmove_chk)
index 56b50bb2fc8354fdb9640827f7c3501093216eaf..3aab63d17293fc4adf50b791aa6956a426382e8b 100644 (file)
@@ -24,7 +24,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  In static binaries we need mempcpy before the initialization
    happened.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
        .text
 ENTRY(__mempcpy)
        .type   __mempcpy, @gnu_indirect_function
index a76341c0e30dca39d0f40b2d9c375558096a8957..5d81f4ee2d65f627f30a8d9f15fea0c70601503e 100644 (file)
@@ -24,7 +24,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  There are no multiarch mempcpy functions for static binaries.
  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(__mempcpy_chk)
index 44ec1a6ed908012f29eaf4d31f2224d84afb3d49..ef7bbbe792afc78ecc08693de3eb0d3a1f93dc73 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define MEMRCHR  __memrchr_ia32
 # include <string.h>
 extern void *__memrchr_ia32 (const void *, int, size_t);
index 303ef9dd62c76205af2c324fbbe22b216fe82e51..bc6277508c158eb8702b054a17eeb266f4a3ae90 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 90ba738498d793891203c26df7fd8db7258b4be3..ef605d1c280c056d9df244c4d6964040c726e2a8 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 # define CFI_PUSH(REG) \
index 0dff8b6e80880dd41a1effc4a61349671c0f7869..5ffcc2623cc59000a8c82f8abec6b3590e2de227 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 #include <init-arch.h>
 
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
 # define CFI_POP(REG) \
        cfi_adjust_cfa_offset (-4); \
        cfi_restore (REG)
index 8655a8c5b442f0c594ef2540556dccc82e1d2cfc..2a064a1ad03c50e6ca3b760654cd6dd46be2e1fc 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 #include <sysdep.h>
 #include "asm-syntax.h"
@@ -79,7 +79,7 @@
 #endif
 
        .section .text.sse2,"ax",@progbits
-#if defined SHARED && !defined NOT_IN_libc && !defined USE_AS_BZERO
+#if defined SHARED && IS_IN (libc) && !defined USE_AS_BZERO
 ENTRY (__memset_chk_sse2_rep)
        movl    12(%esp), %eax
        cmpl    %eax, 16(%esp)
index cd94e4e7b955c7862bdd0641ee7a59e230445fec..a48f9fae1b90d2e98c0cccab5fffe34edb2d3f36 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 #include <sysdep.h>
 #include "asm-syntax.h"
@@ -79,7 +79,7 @@
 #endif
 
        .section .text.sse2,"ax",@progbits
-#if defined SHARED && !defined NOT_IN_libc && !defined USE_AS_BZERO
+#if defined SHARED && IS_IN (libc) && !defined USE_AS_BZERO
 ENTRY (__memset_chk_sse2)
        movl    12(%esp), %eax
        cmpl    %eax, 16(%esp)
index ecec1ead4612a7b619a1a68972af6c00207909d5..c818002cdc4c38a3e3f7206fd8ece0aa9695af7d 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in lib.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(memset)
index 92c6099590c7764451056d9a859e61e5804f03ae..f9805206c733bd1238e419e45467073f11518cfc 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in lib.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(__memset_chk)
index 01850cf9047a62a12d6fd0043f2cda507a0b8054..db4d461054cced6176886e6cec00d611c3a0458f 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 #include <init-arch.h>
 
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
 # define CFI_POP(REG) \
        cfi_adjust_cfa_offset (-4); \
        cfi_restore (REG)
index efd3f67a3963c63a7fd28538c36d1148a4e6bc45..ae82e9a9f75088411f14e814a4ac29441e10132c 100644 (file)
@@ -18,7 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 8527166f751df5942be3956f8aa4571a1f42c95f..0c506c1a685f2fc4f9a771f6756a10e938f6462a 100644 (file)
@@ -18,7 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 598c3f0a58787e03fa6c7ce178affa9365c6f9be..267ad13ef2fbce58b29912f4ab9dc1b97a481092 100644 (file)
@@ -43,7 +43,7 @@
 /* Define multiple versions only for the definition in libc.  Don't
    define multiple versions for strncat in static library since we
    need strncat before the initialization happened.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # ifdef SHARED
        .text
index 3357f53f564d55b8d96d4a3ecbaf1a20a64bfdc0..9ab6c82400a96fac2406d35048630298cc9cc0a3 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index e0f3a2edf4d09dd25027febf8f1c8aeffe612966..37867afeb68225bb4bc9631abdcbdb33443f19e4 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 0fc4d8c293300947214322c0e80c28a434d367d9..cc0ab9d14661df079af35407498c8a2ea9741293 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 #include <init-arch.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(strchr)
        .type   strchr, @gnu_indirect_function
index 42d308a923e60474a62a6b6543da693a22c58aeb..ad15aa8e0ff45374ad0bac13c268baed5a7a7010 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index c3107e50ef7658d14ce6b0d50ca25d59fc178189..1b32a8dfe3552d0de835f2df7d0a39a142a37999 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 23cbd6f3c572fbcb160d930504ad303351f18fba..536e87e7c85113b3018af3eb10342a6fe84716d2 100644 (file)
@@ -50,7 +50,7 @@
 /* Define multiple versions only for the definition in libc.  Don't
    define multiple versions for strncmp in static library since we
    need strncmp before the initialization happened.  */
-#if (defined SHARED || !defined USE_AS_STRNCMP) && !defined NOT_IN_libc
+#if (defined SHARED || !defined USE_AS_STRNCMP) && IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(STRCMP)
index cbe040caf80216812bdb756ccf9e53841a320a63..640fd06422593c40204254c618ee32ef4f9cfa6b 100644 (file)
@@ -18,7 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 2d67994816baf623beb623c17adc3a86c1c1ee71..ad3f7faa995bb9ae7512e2e0fa9af61962a4c543 100644 (file)
@@ -18,7 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # ifndef USE_AS_STRCAT
 #  include <sysdep.h>
index f44ddf7ec4547f79f816504b53522ebc93749285..54e5b24fe7f624f6980d8c97b5ca76168fcbf986 100644 (file)
@@ -59,7 +59,7 @@
 /* Define multiple versions only for the definition in libc.  Don't
    define multiple versions for strncpy in static library since we
    need strncpy before the initialization happened.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # ifdef SHARED
        .text
index c35f4bfc3b38f8a7c95b6982189a738031cea744..d60874be24c5d0e6c9bff79f2fc1d6e36911f242 100644 (file)
@@ -41,7 +41,7 @@
 /* Define multiple versions only for the definition in libc.  Don't
    define multiple versions for strpbrk in static library since we
    need strpbrk before the initialization happened.  */
-#if (defined SHARED || !defined USE_AS_STRPBRK) && !defined NOT_IN_libc
+#if (defined SHARED || !defined USE_AS_STRPBRK) && IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(STRCSPN)
index 8f9b149de019074fbb40f13c61d5e922aa3c32c8..76179464b02bf56f72ffb08442715d10236a501e 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 
 #include <sysdep.h>
 
index 20e82a61041058242ef586f0fe6519c67fa427da..b2f8973546ae3d70cd254152571209f2c4cf2d07 100644 (file)
@@ -19,7 +19,7 @@
 
 /* for strlen only SHARED version is optimized, for strcat, strncat, strnlen both STATIC and SHARED are optimized */
 
-#if (defined USE_AS_STRNLEN || defined USE_AS_STRCAT || defined SHARED) && !defined NOT_IN_libc
+#if (defined USE_AS_STRNLEN || defined USE_AS_STRCAT || defined SHARED) && IS_IN (libc)
 
 # ifndef USE_AS_STRCAT
 
index 5b262a2ef2c11e2123360c11d7e045c1ed605244..6d4eb68a7397255bfb87ac38c0aa842d6bb99f28 100644 (file)
@@ -24,7 +24,7 @@
 /* Define multiple versions only for the definition in libc and for the
    DSO.  In static binaries, we need strlen before the initialization
    happened.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
        .text
 ENTRY(strlen)
        .type   strlen, @gnu_indirect_function
index 63357d72674f016c2c973a653080edf04f2e0a66..73854d5d8fc9c9a3a5e604aa67ce91dbfa0f4430 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 #include <init-arch.h>
 
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(__strnlen)
        .type   __strnlen, @gnu_indirect_function
index 622b9f2fe6ad071c09165529bc296b529dae904b..09724b5da3adb0535aeb5615bacab1f77cac8f0e 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 1644d5d08030798fbb93ede4f2fca42b9d31463b..6cfb9a333ebf753652523d77ce01ffea5f044f1f 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 323f3f49ca3bd3f0b57c06fbf96947a67be4d8b8..24c049336cb779fa4186626f1d404549d931e1fe 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 #include <init-arch.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(strrchr)
        .type   strrchr, @gnu_indirect_function
index 703fc174b004bb851ec634524c29c089a2b494a1..e55e224be13d3cc47b60b7559252b65439564aea 100644 (file)
@@ -26,7 +26,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in libc.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(strspn)
index c23af26201e99010040243ec21d6f8082dc69050..4c5f0f6b25b4bbecfd6072dfa6b6b04f51d3ecdc 100644 (file)
@@ -1,6 +1,6 @@
 #include <wchar.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
 #  undef libc_hidden_def
 #  define libc_hidden_def(name) \
index 332bdb00be5b28e72c2ca75590a5c2ea62309af2..f0294bcda2967c5554588163fbbee81f505a319c 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <sysdep.h>
 
 # define CFI_PUSH(REG) \
index 7622085984ddb336e9f1f83cf5a231eb110a8178..9a80a3361811533ae574b108c8eaf07c8c0660b2 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 #include <init-arch.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(wcschr)
        .type   wcschr, @gnu_indirect_function
index 926bdcf876a08b2c5631d5704dde799902c9f7f1..6e273d2930945ea98224cd99a2f84b0b2dc65d63 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 37dd07fa9e94d71e0d38b1a363f491bb887e50a5..ed36d6b58e96e419ec476412927a877d373c8e64 100644 (file)
@@ -24,7 +24,7 @@
 /* Define multiple versions only for the definition in libc and for the
    DSO.  In static binaries, we need wcscmp before the initialization
    happened.  */
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(wcscmp)
        .type   wcscmp, @gnu_indirect_function
index a3c4024c01caa6463218aa80156c021cf093025b..fb3000392bad4d6e5bb08ae609fe59a1d142a27c 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define wcscpy  __wcscpy_ia32
 #endif
 
index f404252a6126ef0c8312eda60c1a920d9e48d704..8b2f910be8e92d6b570a1938af66ea757dcc4068 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <sysdep.h>
 
 # define CFI_PUSH(REG) \
index 54a432599f693d1cdb38bfb87d4b972563652c27..b87500c9bb4158bea54ab1896046457119c8b7f4 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in libc. */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(wcscpy)
        .type   wcscpy, @gnu_indirect_function
index 8cebfea0e4e855c1752099ca919186f4976a5ad2..a335dc0f7e911acd8e95911161306b9490b82bae 100644 (file)
@@ -1,6 +1,6 @@
 #include <wchar.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define WCSLEN  __wcslen_ia32
 #endif
 
index 8e94545c044849f6c2526c44259cf21a89ec250b..70b73b482571c4ccf341854647bd04eb19453464 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <sysdep.h>
 # define STR   4
 
index ba97cc49d628426f2de1769e71304f619f114a03..d42a41948166d928507f77c3f9d3e2a9c6ce4ba4 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 #include <init-arch.h>
 
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(__wcslen)
        .type   __wcslen, @gnu_indirect_function
index c7444ce89b5187b0cccafa05bed71d397ddf317b..8d8a335b5b1135377dc5407bd6b29fc87c9b5173 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define wcsrchr  __wcsrchr_ia32
 #endif
 
index f6abd6b192be2acb582451f2db51a90a9110dbcd..0e1b291c19064a896f2b78b515b8caab1b6e511d 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <sysdep.h>
 # define CFI_PUSH(REG) \
        cfi_adjust_cfa_offset (4);      \
index 4d80b54f2e446861abcc4dbd7cd669316a693bf0..3ab1735059fafdefb1602dc8838e9e0013964991 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 #include <init-arch.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(wcsrchr)
        .type   wcsrchr, @gnu_indirect_function
index bd37660fcb16d841a57ae984135248375f3e5742..75ab4b94c18f5975e61f43486dfc3cc6226c3f51 100644 (file)
@@ -1,6 +1,6 @@
 #include <wchar.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define WMEMCMP  __wmemcmp_ia32
 #endif
 
index 1b5a2119825a1d0482948cb61bffa859f70af8be..6790fa448feaa378fb30a614755965236be23344 100644 (file)
@@ -23,7 +23,7 @@
 
 /* Define multiple versions only for the definition in libc. */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(wmemcmp)
        .type   wmemcmp, @gnu_indirect_function
index 0df807601c3cb1705604a60aa839d8425871300c..3cbc6c41b0313e8f108633394528baa121d6ec40 100644 (file)
@@ -53,6 +53,6 @@
  ASM_SIZE_DIRECTIVE(__ieee754_##name);                 \
  .type __ieee754_##name, @function
 
-#if defined ASSEMBLER && !defined NOT_IN_libc
+#if defined ASSEMBLER && IS_IN (libc)
 # define __libm_error_support  HIDDEN_JUMPTARGET(__libm_error_support)
 #endif
index 2acc6bfcd0c835d4afa4fd2b8597d7f7129c60d0..d9a82ad962c461f0de8f532fed7013d429ef0f94 100644 (file)
@@ -26,7 +26,7 @@
 
 /* Mutex type.  */
 #if defined _LIBC || defined _IO_MTSAFE_IO
-# if (defined NOT_IN_libc && !IS_IN (libpthread)) || !defined _LIBC
+# if (!IS_IN (libc) && !IS_IN (libpthread)) || !defined _LIBC
 typedef struct { pthread_mutex_t mutex; } __libc_lock_recursive_t;
 # else
 typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t;
@@ -47,7 +47,7 @@ typedef struct __libc_lock_recursive_opaque__ __libc_lock_recursive_t;
 
 /* Define an initialized recursive lock variable NAME with storage
    class CLASS.  */
-#if defined _LIBC && (!defined NOT_IN_libc || IS_IN (libpthread))
+#if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
 # define __libc_lock_define_initialized_recursive(CLASS, NAME) \
   CLASS __libc_lock_recursive_t NAME = _LIBC_LOCK_RECURSIVE_INITIALIZER;
 # define _LIBC_LOCK_RECURSIVE_INITIALIZER \
@@ -60,7 +60,7 @@ typedef struct __libc_lock_recursive_opaque__ __libc_lock_recursive_t;
 #endif
 
 /* Initialize a recursive mutex.  */
-#if defined _LIBC && (!defined NOT_IN_libc || IS_IN (libpthread))
+#if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
 # define __libc_lock_init_recursive(NAME) \
   ((void) ((NAME) = (__libc_lock_recursive_t) _LIBC_LOCK_RECURSIVE_INITIALIZER))
 #else
@@ -78,7 +78,7 @@ typedef struct __libc_lock_recursive_opaque__ __libc_lock_recursive_t;
 #endif
 
 /* Finalize recursive named lock.  */
-#if defined _LIBC && (!defined NOT_IN_libc || IS_IN (libpthread))
+#if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
 # define __libc_lock_fini_recursive(NAME) ((void) 0)
 #else
 # define __libc_lock_fini_recursive(NAME) \
@@ -86,7 +86,7 @@ typedef struct __libc_lock_recursive_opaque__ __libc_lock_recursive_t;
 #endif
 
 /* Lock the recursive named lock variable.  */
-#if defined _LIBC && (!defined NOT_IN_libc || IS_IN (libpthread))
+#if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
 # define __libc_lock_lock_recursive(NAME) \
   do {                                                                       \
     void *self = THREAD_SELF;                                                \
@@ -103,7 +103,7 @@ typedef struct __libc_lock_recursive_opaque__ __libc_lock_recursive_t;
 #endif
 
 /* Try to lock the recursive named lock variable.  */
-#if defined _LIBC && (!defined NOT_IN_libc || IS_IN (libpthread))
+#if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
 # define __libc_lock_trylock_recursive(NAME) \
   ({                                                                         \
     int result = 0;                                                          \
@@ -128,7 +128,7 @@ typedef struct __libc_lock_recursive_opaque__ __libc_lock_recursive_t;
 #endif
 
 /* Unlock the recursive named lock variable.  */
-#if defined _LIBC && (!defined NOT_IN_libc || IS_IN (libpthread))
+#if defined _LIBC && (IS_IN (libc) || IS_IN (libpthread))
 /* We do no error checking here.  */
 # define __libc_lock_unlock_recursive(NAME) \
   do {                                                                       \
index ae17507c99045653398190d00890c9f5c4713724..78c545382b0c6570cf5e545b3150e788d89e1fe7 100644 (file)
@@ -35,7 +35,7 @@
 #include <pthread-functions.h>
 
 /* Mutex type.  */
-#if defined NOT_IN_libc && !IS_IN (libpthread)
+#if !IS_IN (libc) && !IS_IN (libpthread)
 typedef pthread_mutex_t __libc_lock_t;
 #else
 typedef int __libc_lock_t;
@@ -69,7 +69,7 @@ typedef pthread_key_t __libc_key_t;
    initialized locks must be set to one due to the lack of normal
    atomic operations.) */
 
-#if !defined NOT_IN_libc || IS_IN (libpthread)
+#if IS_IN (libc) || IS_IN (libpthread)
 # if LLL_LOCK_INITIALIZER == 0
 #  define __libc_lock_define_initialized(CLASS,NAME) \
   CLASS __libc_lock_t NAME;
@@ -108,7 +108,7 @@ typedef pthread_key_t __libc_key_t;
 #endif
 
 /* Call thread functions through the function pointer table.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # define PTFAVAIL(NAME) __libc_pthread_functions_init
 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
   (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)
@@ -125,14 +125,14 @@ typedef pthread_key_t __libc_key_t;
 
 /* Initialize the named lock variable, leaving it in a consistent, unlocked
    state.  */
-#if !defined NOT_IN_libc || IS_IN (libpthread)
+#if IS_IN (libc) || IS_IN (libpthread)
 # define __libc_lock_init(NAME) \
   ((void) ((NAME) = LLL_LOCK_INITIALIZER))
 #else
 # define __libc_lock_init(NAME) \
   __libc_maybe_call (__pthread_mutex_init, (&(NAME), NULL), 0)
 #endif
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 /* ((NAME) = (__libc_rwlock_t) PTHREAD_RWLOCK_INITIALIZER) is inefficient.  */
 # define __libc_rwlock_init(NAME) \
   ((void) __builtin_memset (&(NAME), '\0', sizeof (NAME)))
@@ -144,13 +144,13 @@ typedef pthread_key_t __libc_key_t;
 /* Finalize the named lock variable, which must be locked.  It cannot be
    used again until __libc_lock_init is called again on it.  This must be
    called on a lock variable before the containing storage is reused.  */
-#if !defined NOT_IN_libc || IS_IN (libpthread)
+#if IS_IN (libc) || IS_IN (libpthread)
 # define __libc_lock_fini(NAME) ((void) 0)
 #else
 # define __libc_lock_fini(NAME) \
   __libc_maybe_call (__pthread_mutex_destroy, (&(NAME)), 0)
 #endif
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # define __libc_rwlock_fini(NAME) ((void) 0)
 #else
 # define __libc_rwlock_fini(NAME) \
@@ -158,7 +158,7 @@ typedef pthread_key_t __libc_key_t;
 #endif
 
 /* Lock the named lock variable.  */
-#if !defined NOT_IN_libc || IS_IN (libpthread)
+#if IS_IN (libc) || IS_IN (libpthread)
 # ifndef __libc_lock_lock
 #  define __libc_lock_lock(NAME) \
   ({ lll_lock (NAME, LLL_PRIVATE); 0; })
@@ -174,7 +174,7 @@ typedef pthread_key_t __libc_key_t;
   __libc_ptf_call (__pthread_rwlock_wrlock, (&(NAME)), 0)
 
 /* Try to lock the named lock variable.  */
-#if !defined NOT_IN_libc || IS_IN (libpthread)
+#if IS_IN (libc) || IS_IN (libpthread)
 # ifndef __libc_lock_trylock
 #  define __libc_lock_trylock(NAME) \
   lll_trylock (NAME)
@@ -193,7 +193,7 @@ typedef pthread_key_t __libc_key_t;
   __libc_maybe_call (__pthread_mutex_trylock, (&(NAME).mutex), 0)
 
 /* Unlock the named lock variable.  */
-#if !defined NOT_IN_libc || IS_IN (libpthread)
+#if IS_IN (libc) || IS_IN (libpthread)
 # define __libc_lock_unlock(NAME) \
   lll_unlock (NAME, LLL_PRIVATE)
 #else
index 269df5e55eacab95e28c8958a69c84e1930e7567..848f4176737eec990cb2ed1bb6f15ca358532262 100644 (file)
@@ -84,7 +84,7 @@ typedef struct { int lock; int cnt; void *owner; } _IO_lock_t;
 #define _IO_cleanup_region_end(_doit) \
   __libc_cleanup_region_end (_doit)
 
-#if defined _LIBC && !defined NOT_IN_libc
+#if defined _LIBC && IS_IN (libc)
 
 # ifdef __EXCEPTIONS
 #  define _IO_acquire_lock(_fp) \
index 24ba1a5c4212b36355ff46af5b1afc7fb0b6e058..0b57a0dff1ae2f88100a1391327a2225ac202086 100644 (file)
@@ -43,7 +43,7 @@ __closedir (DIR *dirp)
 
   fd = dirp->fd;
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
   __libc_lock_fini (dirp->lock);
 #endif
 
index be234bda8ca473ca793d6de40812c22600fce58b..1ae5c0dafb124274e8ca45fd1a2302ce7bc2cce4 100644 (file)
@@ -224,7 +224,7 @@ __alloc_dir (int fd, bool close_fd, int flags, const struct stat64 *statp)
     }
 
   dirp->fd = fd;
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
   __libc_lock_init (dirp->lock);
 #endif
   dirp->allocation = allocation;
index 7bb956a916c4fa1a142101e4cab0bb1627fad6e6..84d7f6ac85580bf99829a21abdc1bdf0c4252c94 100644 (file)
@@ -40,7 +40,7 @@ __READDIR (DIR *dirp)
   DIRENT_TYPE *dp;
   int saved_errno = errno;
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
   __libc_lock_lock (dirp->lock);
 #endif
 
@@ -110,7 +110,7 @@ __READDIR (DIR *dirp)
       /* Skip deleted files.  */
     } while (dp->d_ino == 0);
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
   __libc_lock_unlock (dirp->lock);
 #endif
 
index e9bc78d0735733b25d6c4bfbfb04f46f104efd2f..d1d46716ef57f43b77a428ebfcd2c415374a0c52 100644 (file)
@@ -26,7 +26,7 @@ void
 __rewinddir (dirp)
      DIR *dirp;
 {
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
   __libc_lock_lock (dirp->lock);
 #endif
   (void) __lseek (dirp->fd, (off_t) 0, SEEK_SET);
@@ -34,7 +34,7 @@ __rewinddir (dirp)
   dirp->offset = 0;
   dirp->size = 0;
   dirp->errcode = 0;
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
   __libc_lock_unlock (dirp->lock);
 #endif
 }
index c651f4231f361955ee953921d5a34c33dee19ec9..1f370bf476a499c6afda828230ef83e924910ab2 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <bits/wordsize.h>
 #include <shlib-compat.h>
-#if !defined NOT_IN_libc && defined SHARED
+#if IS_IN (libc) && defined SHARED
 # if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3_4)
 #  include <stddef.h>
 #  include <novmxsetjmp.h>
@@ -41,4 +41,4 @@ __novmx__sigjmp_save (__novmx__sigjmp_buf env, int savemask)
 }
 
 # endif /* SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3_4) */
-#endif /* !NOT_IN_libc && SHARED  */
+#endif /* IS_IN (libc) && SHARED  */
index 337117611209e7bfd930247d500df6302c9c3079..9a83369f1e7d2df7afeb0f5d56c9c0400f1c0ca2 100644 (file)
 #include <libc-symbols.h>
 #include <shlib-compat.h>
 
-#if defined NOT_IN_libc
+#if !IS_IN (libc)
 /* Build a non-versioned object for rtld-*.  */
 # define __longjmp_symbol __longjmp
 # include "__longjmp-common.S"
 
-#else /* !NOT_IN_libc */
+#else /* IS_IN (libc) */
 strong_alias (__vmx__longjmp, __longjmp);
 # define __longjmp_symbol  __vmx__longjmp
 # include "__longjmp-common.S"
@@ -36,4 +36,4 @@ strong_alias (__vmx__longjmp, __longjmp);
 #  define __longjmp_symbol  __novmx__longjmp
 #  include "__longjmp-common.S"
 # endif
-#endif /* !NOT_IN_libc */
+#endif /* IS_IN (libc) */
index 71b6c71b5d62b1056775982601df98c65386f042..b9521701cc98731e960bbe27ec6e62895b093596 100644 (file)
@@ -19,7 +19,7 @@
 #include <libc-symbols.h>
 #include <sysdep.h>
 
-#if defined NOT_IN_libc
+#if !IS_IN (libc)
 /* Build a non-versioned object for rtld-*.  */
 ENTRY (_setjmp)
        li r4,0                 /* Set second argument to 0.  */
@@ -53,4 +53,4 @@ ENTRY (__vmx_setjmp)
        b __vmx__sigsetjmp@local
 END (__vmx_setjmp)
 libc_hidden_def (__vmx_setjmp)
-#endif /* !NOT_IN_libc */
+#endif /* IS_IN (libc) */
index 08bdd54f75c5adb0dbad646ee481b95b151f8ca6..e68eb73fd3c6e7ac50cea31a3bf4474b1afe6335 100644 (file)
 #include <rtld-global-offsets.h>
 #include <shlib-compat.h>
 
-#if defined NOT_IN_libc
+#if !IS_IN (libc)
 /* Build a non-versioned object for rtld-*.  */
 # define __longjmp_symbol __longjmp
 # include "__longjmp-common.S"
 
-#else /* !NOT_IN_libc */
+#else /* IS_IN (libc) */
 /* Build a versioned object for libc.  */
 versioned_symbol (libc, __vmx__longjmp, __longjmp, GLIBC_2_3_4);
 # define __longjmp_symbol  __vmx__longjmp
@@ -39,4 +39,4 @@ compat_symbol (libc, __novmx__longjmp, __longjmp, GLIBC_2_0);
 #  define __longjmp_symbol  __novmx__longjmp
 #  include "__longjmp-common.S"
 # endif
-#endif /* !NOT_IN_libc */
+#endif /* IS_IN (libc) */
index 333f707dade16654add013b7166f7440cd8027cf..169704f11a3ff5bbb2023c2c082903387d76875b 100644 (file)
 #include <rtld-global-offsets.h>
 #include <shlib-compat.h>
 
-#if defined NOT_IN_libc
+#if !IS_IN (libc)
 /* Build a non-versioned object for rtld-*.  */
 # define __sigsetjmp_symbol __sigsetjmp
 # define __sigjmp_save_symbol __sigjmp_save
 # include "setjmp-common.S"
 
-#else /* !NOT_IN_libc */
+#else /* IS_IN (libc) */
 /* Build a versioned object for libc.  */
 versioned_symbol (libc, __vmx__sigsetjmp, __sigsetjmp, GLIBC_2_3_4)
 # define __sigsetjmp_symbol __vmx__sigsetjmp
@@ -43,4 +43,4 @@ compat_symbol (libc, __novmx__sigsetjmp, __sigsetjmp, GLIBC_2_0)
 #  define __sigjmp_save_symbol __novmx__sigjmp_save
 #  include "setjmp-common.S"
 # endif
-#endif /* !NOT_IN_libc */
+#endif /* IS_IN (libc) */
index baaa6b4bcf33a281432a9c1f7dc0a7712340bab3..2b54622317942c9c9cf70abd360826554a4f5d23 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <strings.h>
 # include "init-arch.h"
index 94c22ef4ea239e1b845bab453ee5212b0b89ba3e..d8c6d4de92a6b6c20418ce26e8f1c7ec3ca7d5cf 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # undef memcpy
 /* Redefine memchr so that the compiler won't make the weak_alias point
    to internal hidden definition (__GI_memchr), since PPC32 does not
index 3b473a354ac24192e733f5b8420142afbe9f2b52..03c72269c5b746d5cb654a0bfd8cb215cb946505 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sysdep.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # undef EALIGN
 # define EALIGN(name, alignt, words)                           \
   .globl C_SYMBOL_NAME(__memcmp_ppc);                          \
index 79fec67d66b67a07357242bcb7fbde5416655c35..04ed02774355c1f8c9532967342446ab4ca9b60a 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index e525c2f6a362f72767bf30a8fc85ad1fa98eb2d2..0f1f404b2639c457ba846c0e65752ab024ab2118 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sysdep.h>
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # undef EALIGN
 # define EALIGN(name, alignt, words)                           \
   .globl C_SYMBOL_NAME(__memcpy_ppc);                          \
index f263a386872c21ef49a60fabc8f1dde4cc37c680..70b5298a63aacd2e384b3898977957ade4ae276a 100644 (file)
@@ -19,7 +19,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memcpy before the initialization
    happened.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 10701484ffbffc58591009c3e22ec07d3bb1142b..8b30143c8bcf564d468bf4796e5987776fa9c5d0 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 /* Redefine memmove so that the compiler won't complain about the type
    mismatch with the IFUNC selector in strong_alias, below.  */
 # include <string.h>
index 89f4912fc9e404a209a391bfbd035f993c8dd88e..5d6298229ca18a2dae321eab9ea0a20635553d55 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define NO_MEMPCPY_STPCPY_REDIRECT
 # include <string.h>
 # include <shlib-compat.h>
index c30e7d69638191f110f6ed8f977cae95b61fabb5..435987a3da4804468b8cc0b35fcd18e151e2cd8e 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define MEMRCHR  __memrchr_ppc
 # include <string.h>
 extern void *__memrchr_ppc (const void *, int, size_t);
index 610a9570c9b20ad0f98171dfed051e3d555e45ad..353a18609ba05e91b5ea17bcd5539b5337120a3e 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index a907eb1e18caf1a10b253041cd2f1cec0faa6c28..6da001aa1af34b1e7a6befcbe3b5ca216688eedb 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sysdep.h>
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # undef EALIGN
 # define EALIGN(name, alignt, words)                           \
   .globl C_SYMBOL_NAME(__memset_ppc);                          \
index e4e798254a9a15528a540243478eee91d3ef3ff3..eb1c0b1542975d8d6266235cba8358d966b2e334 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 3f53cd572531dc512fac08f9395b3e8bb7879257..063f12ef36ce383c97adb4dae71e05d4d82286a1 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 6d1edf981b8b042d49a38845b6dc655fa375f5c9..f7ef82277961748967d87782d0d1b707ef73b21d 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # define strcasecmp __strcasecmp_ppc
 
@@ -27,7 +27,7 @@ extern __typeof (__strcasecmp) __strcasecmp_power7 attribute_hidden;
 #include <string/strcasecmp.c>
 #undef strcasecmp
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <shlib-compat.h>
 # include "init-arch.h"
 
index 6359bf4eb95f5925e86608453c05453a40eaffde..6291233cc1e7f29f2e39f02b30215fa959db80ce 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # define strcasecmp_l __strcasecmp_l_ppc
 
@@ -27,7 +27,7 @@ extern __typeof (__strcasecmp_l) __strcasecmp_l_power7 attribute_hidden;
 #include <string/strcasecmp_l.c>
 #undef strcasecmp_l
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <shlib-compat.h>
 # include "init-arch.h"
 
index 74a9d54bb908db589b4a29a2f8ebaa75173af5ed..99e4e456dbdae4259b935dd3d45ca8458bca4976 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index dab1cbf9ed78020f1355c95505018d258aae6327..db0aab48c2b10918fc2c5ec35d6da07c3ff0961c 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 3ee9f93e2377e032480203a58d0e7af8057e2732..663d4fa2f7d96f6f56deb5365d43cb55268c3c5f 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 
 #include <sysdep.h>
 
index 1b61ba00a05fbfc491939b553b1ce9bc49dcce9c..cb81f5ddd32bad7e72b52b26a3eb710ad580c15a 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index a2227d80bd64f140e2a456a74715abc28b8f89d5..a5d4ab7cf5e9c977794ff0027448c0caecde259f 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # define strncasecmp __strncasecmp_ppc
 extern __typeof (__strncasecmp) __strncasecmp_ppc attribute_hidden;
@@ -26,7 +26,7 @@ extern __typeof (__strncasecmp) __strncasecmp_power7 attribute_hidden;
 #include <string/strncase.c>
 #undef strncasecmp
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <shlib-compat.h>
 # include "init-arch.h"
 
index 9fe3aa0914fe160982b839eeeac865e8154a79b5..65309b302b3f7a08caa9268d41c83defc71a8f63 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # define strncasecmp_l __strncasecmp_l_ppc
 extern __typeof (__strncasecmp_l) __strncasecmp_l_ppc attribute_hidden;
@@ -26,7 +26,7 @@ extern __typeof (__strncasecmp_l) __strncasecmp_l_power7 attribute_hidden;
 #include <string/strncase_l.c>
 #undef strncasecmp_l
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <shlib-compat.h>
 # include "init-arch.h"
 
index 9a857c7f3541dc5d8d304d023cbe930df43fa46e..f53ab94eb68d15afbaab7627eb3e622c09e61ee7 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <sysdep.h>
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # undef EALIGN
 # define EALIGN(name, alignt, words)                           \
   .globl C_SYMBOL_NAME(__strncmp_ppc);                 \
index a329f77b8423ace875fe1a8c036f25d1e119628c..9faad6d23e06a7d80773a24b91f9b4e1274bb88d 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 62d4918e41c5e97f5ea68369407f6d907495bf48..aca4c537e8bea3105e0da0a8e9ee43f7ca8ef798 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index a42f70c3b33f17bc859fef2a618f4dcc1f8ceee3..9a067afacd19566872bd303b1e94ccc2de0fe2bc 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <wchar.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
 #   undef libc_hidden_def
 #   define libc_hidden_def(name)  \
index 216d2bc61cb7649a7863ce8fd509e6c76c340c1a..6b8cd9c528680d65f696c0f706b758b98c150092 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <wchar.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index c13583559985322920cb382501147270b51089ad..148913a46968a102a8031a7a42b7de14d394ec21 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <wchar.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define WCSCPY  __wcscpy_ppc
 #endif
 
index 251660a617b73ed0621b744fca641691d389c140..7c6edd83bea53ae0c4715b50756afa153c433772 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <wchar.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 9c7fe2da7459cc61da590d2368fc6774f9783251..7b7edfb8cca9029e23064fbddcf05c2f12e49648 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <wchar.h>
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define WCSRCHR  __wcsrchr_ppc
 #endif
 
index 42e2d8eb9374c49a0130f457ef72cdfd0f97a7fd..deec86f7ca1c3b67c480935dfb63133b371c9a1b 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <wchar.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 889be2555fa67b71569d40cf5d5ff59ade2fd80c..54ca039263b41ccb3c8cd40ecaef3c0fdb15787e 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <stddef.h>
 # include <memcopy.h>
 # include <shlib-compat.h>
index 445fa44b1acf66a5c7232525c190d84ec4563ced..811a7efded3bd56053fe2a5da01854ba519a4987 100644 (file)
@@ -228,7 +228,7 @@ L(nzCacheAligned128):
        ori     r1,r1,0
         stw     rCHR,60(rMEMP3)
        blt     cr6,L(cacheAligned1)
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        lfd     0,-128(rMEMP)
 #endif
        b       L(nzCacheAligned256)
@@ -236,7 +236,7 @@ L(nzCacheAligned128):
 L(nzCacheAligned256):
        cmplwi  cr1,rLEN,256
        addi    rMEMP3,rMEMP,64
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
 /* When we are not in libc we should use only GPRs to avoid the FPU lock
    interrupt.  */
        stw     rCHR,0(rMEMP)
index 9b587e04773d93bfe3be8347941960f80f6a4c66..c73e65cee7371c0ce8d7c0f6aa943893bd2dcc05 100644 (file)
 #include <shlib-compat.h>
 #include <libc-symbols.h>
 
-#if defined NOT_IN_libc
+#if !IS_IN (libc)
 /* Build a non-versioned object for rtld-*.  */
 # define __sigsetjmp_symbol __sigsetjmp
 # define __sigjmp_save_symbol __sigjmp_save
 # include "setjmp-common.S"
 
-#else /* !NOT_IN_libc */
+#else /* IS_IN (libc) */
 /* Build a versioned object for libc.  */
 versioned_symbol (libc, __vmx__sigsetjmp, __sigsetjmp, GLIBC_2_3_4)
 # define __sigsetjmp_symbol __vmx__sigsetjmp
@@ -42,4 +42,4 @@ compat_symbol (libc, __novmx__sigsetjmp, __sigsetjmp, GLIBC_2_0)
 #  define __sigjmp_save_symbol __novmx__sigjmp_save
 #  include "setjmp-common.S"
 # endif
-#endif /* !NOT_IN_libc */
+#endif /* IS_IN (libc) */
index 0f446817bf821f30dde012db5dfd8ee4d1f3bc7a..9313eab5670a8d303626487f3db3fed1864ca0aa 100644 (file)
 #include <rtld-global-offsets.h>
 #include <shlib-compat.h>
 
-#if defined NOT_IN_libc
+#if !IS_IN (libc)
 /* Build a non-versioned object for rtld-*.  */
 # include "__longjmp-common.S"
 
-#else /* !NOT_IN_libc */
+#else /* IS_IN (libc) */
 strong_alias (__vmx__longjmp, __longjmp)
 # define __longjmp  __vmx__longjmp
 # include "__longjmp-common.S"
@@ -36,4 +36,4 @@ strong_alias (__vmx__longjmp, __longjmp)
 #  define __longjmp  __novmx__longjmp
 #  include "__longjmp-common.S"
 # endif
-#endif /* !NOT_IN_libc */
+#endif /* IS_IN (libc) */
index 298cf005a12cf25f910b896193b739a14f7032c1..bf67e463c7afe147deae2287c6b3b1a883490ed8 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <strings.h>
 # include "init-arch.h"
index ca0f714385db6c1c4bd9c5dfe4ddc6ac8c76629f..1d763a673634b04b90ce759f52310e54708b146a 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 1a39d4aed0fd73a09fac988031818da0db71577f..74626f561e062a9fa60deadccc4ee409c3e8c569 100644 (file)
@@ -22,7 +22,7 @@
 #define weak_alias(name, aliasname) \
   extern __typeof (__memcmp_ppc) aliasname \
     __attribute__ ((weak, alias ("__memcmp_ppc")));
-#if !defined(NOT_IN_libc) && defined(SHARED)
+#if IS_IN (libc) && defined(SHARED)
 # undef libc_hidden_builtin_def
 # define libc_hidden_builtin_def(name) \
   __hidden_ver1(__memcmp_ppc, __GI_memcmp, __memcmp_ppc);
index af90f0ab98997f2979b61e43e97c7bf7d6148309..b0325de49903083c05fc01d4bb88309fba37719b 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index c63065439f65cf8b72aa833c08ec794bf7f76998..8365c271198040ca0d2ce6b71f721ec862696aeb 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sysdep.h>
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # undef EALIGN
 # define EALIGN(name, alignt, words)                           \
   .section ".text";                                            \
index 305e963e63a3f4e5189ee5672397aa90767379b4..22bca62a5e1a42d68de2e3aa29743b86fd85f25e 100644 (file)
@@ -19,7 +19,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memcpy before the initialization
    happened.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 /* Redefine memcpy so that the compiler won't complain about the type
    mismatch with the IFUNC selector in strong_alias, below.  */
 # undef memcpy
index ff78fe6257e4e5db646fedf5a3bd9fafefee2607..fab0312c935abc4c5b2cc7f40cf43c61ae285a13 100644 (file)
@@ -18,7 +18,7 @@
 #include <string.h>
 
 #define MEMMOVE __memmove_ppc
-#if !defined(NOT_IN_libc) && defined(SHARED)
+#if IS_IN (libc) && defined(SHARED)
 # undef libc_hidden_builtin_def
 # define libc_hidden_builtin_def(name)
 #endif
index 9a1ce8f688e9c29193d515330dc5d883f7cfc57b..20a3a9e57622f6bcf855dbd9852c2f051b73fbcd 100644 (file)
@@ -19,7 +19,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memmove before the initialization
    happened.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 /* Redefine memmove so that the compiler won't complain about the type
    mismatch with the IFUNC selector in strong_alias, below.  */
 # undef memmove
index 89f4912fc9e404a209a391bfbd035f993c8dd88e..5d6298229ca18a2dae321eab9ea0a20635553d55 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define NO_MEMPCPY_STPCPY_REDIRECT
 # include <string.h>
 # include <shlib-compat.h>
index 610a9570c9b20ad0f98171dfed051e3d555e45ad..353a18609ba05e91b5ea17bcd5539b5337120a3e 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 3601a77cd44344f6470f2ec2a56e086a7b1989c7..ff88f48e1d8c4d2a1f8bed0d7c131befa171e27c 100644 (file)
@@ -29,7 +29,7 @@ ENTRY (__bzero_ppc)
 END_GEN_TB (__bzero_ppc,TB_TOCLESS)
 
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # undef EALIGN
 # define EALIGN(name, alignt, words)                           \
   .section ".text";                                            \
index 9c7ed10c8766d4da4e625b408ddac7138a567c11..5c077738b4341f409494cba0fd72fd8ff6de8c9d 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 /* Redefine memset so that the compiler won't complain about the type
    mismatch with the IFUNC selector in strong_alias, below.  */
 # undef memset
index 3f53cd572531dc512fac08f9395b3e8bb7879257..063f12ef36ce383c97adb4dae71e05d4d82286a1 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index d80c82fb11e1e7dcc5b5e3e65c9715150d0c0a10..b2213a8629d140c61f65273c7f0f4af2be34a0ad 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sysdep.h>
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # undef EALIGN
 # define EALIGN(name, alignt, words)                           \
   .section ".text";                                            \
index 28153b7266305f652bb8b377131249ba88384d06..11458cb2a3e745fe3108851be196e59643eb7021 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # define NO_MEMPCPY_STPCPY_REDIRECT
 # include <string.h>
 # include <shlib-compat.h>
index dbf85214a2cc2312811c0f2798ff993052e08f4d..5c3551be38b74566fb64e8d74f5b34c696c92c87 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 7f02a25207618deb6add716aeacf56591dae2d69..3e440b5e931b8f2f6010254651508f19edd2c4ea 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # define strcasecmp __strcasecmp_ppc
 extern __typeof (__strcasecmp) __strcasecmp_ppc attribute_hidden;
@@ -26,7 +26,7 @@ extern __typeof (__strcasecmp) __strcasecmp_power7 attribute_hidden;
 #include <string/strcasecmp.c>
 #undef strcasecmp
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <shlib-compat.h>
 # include "init-arch.h"
 
index a3374c3286da4927e38edfa86ce99393f51c558b..623d8445321d7e7b8a824a514e98a55746c53d44 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # define strcasecmp_l __strcasecmp_l_ppc
 extern __typeof (__strcasecmp_l) __strcasecmp_l_ppc attribute_hidden;
@@ -26,7 +26,7 @@ extern __typeof (__strcasecmp_l) __strcasecmp_l_power7 attribute_hidden;
 #include <string/strcasecmp_l.c>
 #undef strcasecmp_l
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <shlib-compat.h>
 # include "init-arch.h"
 
index 847a62de52d545ab6e6f101f76a9b75718ed4260..ec210629d79c24ab5b59f7a8277695483f1f2ac1 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 74a9d54bb908db589b4a29a2f8ebaa75173af5ed..99e4e456dbdae4259b935dd3d45ca8458bca4976 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index dab1cbf9ed78020f1355c95505018d258aae6327..db0aab48c2b10918fc2c5ec35d6da07c3ff0961c 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 93d12771f01f658149c5ccd30e523fd0e0fa1707..e65c11b750c9b7affe05a2efd56782676a89ccd2 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sysdep.h>
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # undef EALIGN
 # define EALIGN(name, alignt, words)                           \
   .section ".text";                                            \
index 2013301aa129a7fd7a9a773c802cfbd16f79a4e6..4d72a4b9ba6958629a94d1dc6e177cb6e801c14d 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 33a8b1c92e4de0085064d73ac2e9d178dbcdff53..fb38a3aa510d5e7f3e0f4053d7da98e848862d44 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sysdep.h>
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # undef EALIGN
 # define EALIGN(name, alignt, words)                           \
   .section ".text";                                            \
index 1b6e9e06657c277b5ac025c2a4fcded2da6b90d9..8efebcd32185bc67d91bee0e470446bcc6b6e5bd 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 3609d93ad2e1e4efc65776ab0523b452fa37d307..156fa6aa7129f461471b03c397045fe456f8bfaa 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index a195e9a0c14f239cd8aca6784c14cffd12b66c16..c9bfed0b0c3d68ac64177a922160524da0880be8 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sysdep.h>
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # undef ENTRY
 # define ENTRY(name)                                           \
   .section ".text";                                            \
index d2c26e9a9c0fd4cfd6a08f6b5b7b81551cf718b2..bffb0390e646a8a59f2aacc639c8bb3da8da3140 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 /* Redefine strlen so that the compiler won't complain about the type
    mismatch with the IFUNC selector in strong_alias, below.  */
 # undef strlen
index 05eba7c36416ea782d5cd9ad66b2fe35c5e40fac..8956c70c6cddc7857e4d6d04b9675bf6c4379e48 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # define strncasecmp __strncasecmp_ppc
 extern __typeof (__strncasecmp) __strncasecmp_ppc attribute_hidden;
@@ -26,7 +26,7 @@ extern __typeof (__strncasecmp) __strncasecmp_power7 attribute_hidden;
 #include <string/strncase.c>
 #undef strncasecmp
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <shlib-compat.h>
 # include "init-arch.h"
 
index 4014269ba96af69c69b0c7dd6bc9b35bd6462d16..1b4bc68e0521b9a0ad8a78ea74345512fcb6c648 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # define strncasecmp_l __strncasecmp_l_ppc
 extern __typeof (__strncasecmp_l) __strncasecmp_l_ppc attribute_hidden;
@@ -26,7 +26,7 @@ extern __typeof (__strncasecmp_l) __strncasecmp_l_power7 attribute_hidden;
 #include <string/strncase_l.c>
 #undef strncasecmp_l
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <shlib-compat.h>
 # include "init-arch.h"
 
index db98ec1a0003e4a7a110dfb48b2f33fca55d8bea..cdf892665f312690e032a6dd36bdb9a661f13b29 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 14a2bec648b050c26778e6ad54952f8b346648a9..c404977e8f3299a30db7c685ca49f26c0a646df6 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <sysdep.h>
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 #undef EALIGN
 #define EALIGN(name,alignt,words)                              \
   .section ".text";                                            \
index 9829d69395313edbbb2629be23bff6a976f94713..7830ebaf56a56466f48cff6048bbd437e6fd28e5 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index e3111d259c574c11a4e2e4b9244d75a1f2469630..79ae3820e39dee809865347937808bcec1d7d653 100644 (file)
@@ -22,7 +22,7 @@
 #define weak_alias(name, aliasname) \
   extern __typeof (__strncpy_ppc) aliasname \
     __attribute__ ((weak, alias ("__strncpy_ppc")));
-#if !defined(NOT_IN_libc) && defined(SHARED)
+#if IS_IN (libc) && defined(SHARED)
 # undef libc_hidden_builtin_def
 # define libc_hidden_builtin_def(name) \
   __hidden_ver1(__strncpy_ppc, __GI_strncpy, __strncpy_ppc);
index 8fd5e4b0c8fe0cb2ecd5c37e6d75dfdd36331ec3..771b731c5a23c91e3c0f44c4b548bbe80c03876c 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/ >.  */
 
 /* Define multiple versions only for definition in libc. */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 392603117fa7a1293834e13c94c305d0652c086e..02b654fac384f3f619d33694ba2904ad85c8c7c3 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 8b05536ae1e6b79a040d2e266a1c4fc1d8d36067..47ab6d3525a88eedb7867b79a42924113c4ad042 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 5633a9f00363448803530ca0fd0e3ac7760878bf..ef7cc65aedac022577d87c9b058c46249cdd273f 100644 (file)
@@ -22,7 +22,7 @@
 #define weak_alias(name, aliasname) \
   extern __typeof (__strrchr_ppc) aliasname \
     __attribute__ ((weak, alias ("__strrchr_ppc")));
-#if !defined(NOT_IN_libc) && defined(SHARED)
+#if IS_IN (libc) && defined(SHARED)
 # undef libc_hidden_builtin_def
 # define libc_hidden_builtin_def(name) \
   __hidden_ver1(__strrchr_ppc, __GI_strrchr, __strrchr_ppc);
index 046162f2d70faf7f64857f8da719c204478892c0..11d3f625de963356d3c212963aa05fb8b10267d8 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for definition in libc.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index d543772a9714c62f8ace900f93ce59d40d9153a0..b35af3e016783befb729039f9300c39a46478b70 100644 (file)
@@ -22,7 +22,7 @@
 #define weak_alias(name, aliasname) \
   extern __typeof (__strspn_ppc) aliasname \
     __attribute__ ((weak, alias ("__strspn_ppc")));
-#if !defined(NOT_IN_libc) && defined(SHARED)
+#if IS_IN (libc) && defined(SHARED)
 # undef libc_hidden_builtin_def
 # define libc_hidden_builtin_def(name) \
   __hidden_ver1(__strspn_ppc, __GI_strspn, __strspn_ppc);
index bf8c877ec2382abc1dbd26965b87bb0c11a6455b..dd9ec18ba38513992c47a0ae2a3681f47b6146d5 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <string.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 216d2bc61cb7649a7863ce8fd509e6c76c340c1a..6b8cd9c528680d65f696c0f706b758b98c150092 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <wchar.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 5c0a6d339cfa2c7924c11c5f35c39434ac5ae9ad..aadf4903326d4b364ae18345c864cc3819bcee78 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <wchar.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 3d0ab422e91d0f855be517ee2f134b1f9cbb5633..91ba389ccb01c7008120ef04bc3b6b813bfabd87 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <wchar.h>
 # include <shlib-compat.h>
 # include "init-arch.h"
index 889be2555fa67b71569d40cf5d5ff59ade2fd80c..54ca039263b41ccb3c8cd40ecaef3c0fdb15787e 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <stddef.h>
 # include <memcopy.h>
 # include <shlib-compat.h>
index c15908c126a91fe5491af2c57f8a3f2d495567a9..a8de3bbbcd283922bb374e92b3cda743e0206df9 100644 (file)
@@ -20,7 +20,7 @@
 #include <rtld-global-offsets.h>
 #include <shlib-compat.h>
 
-#if defined NOT_IN_libc
+#if !IS_IN (libc)
 /* Build a non-versioned object for rtld-*.  */
 # define setjmp_symbol setjmp
 # define _setjmp_symbol _setjmp
@@ -28,7 +28,7 @@
 # define __sigjmp_save_symbol __sigjmp_save
 # include "setjmp-common.S"
 
-#else /* !NOT_IN_libc */
+#else /* IS_IN (libc) */
 /* Build a versioned object for libc.  */
 versioned_symbol (libc, __vmxsetjmp, setjmp, GLIBC_2_3_4)
 versioned_symbol (libc, __vmx_setjmp, _setjmp, GLIBC_2_3_4)
@@ -58,4 +58,4 @@ compat_symbol (libc, __novmx__sigsetjmp,__sigsetjmp, GLIBC_2_3)
 #  include "setjmp-common.S"
 strong_alias (__novmxsetjmp, __novmx__setjmp)
 # endif
-#endif /* !NOT_IN_libc */
+#endif /* IS_IN (libc) */
index 2ccfc9c105ed0352fb5a710b20c766f7c3d2eab1..a46c9a114055406ea9d7e79558653523a0a5c703 100644 (file)
@@ -23,7 +23,7 @@
 #define STFLE_BITS_Z10  34 /* General instructions extension */
 #define STFLE_BITS_Z196 45 /* Distinct operands, pop ... */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 #define IFUNC_RESOLVE(FUNC)                                            \
   asm (".globl " #FUNC "\n\t"                                          \
index f298baa2ac4f532afe63c7f71b7069c2b96ec7f0..32f08ef94a366ba7ee47d6e23a3a0270a33c1f74 100644 (file)
@@ -27,7 +27,7 @@
 
        .text
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 ENTRY(memcmp_z196)
        .machine "z196"
@@ -96,7 +96,7 @@ END(memcmp_z10)
 
 #include "../memcmp.S"
 
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
 .globl   memcmp
 .set     memcmp,memcmp_g5
 .weak    bcmp
index 78ed7379cd7b7cc2362a42c2861203efd727c053..bc65bd81191dbaba0916635a93a4b03a821fb3e1 100644 (file)
@@ -27,7 +27,7 @@
 
        .text
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 
 ENTRY(memcpy_z196)
        .machine "z196"
@@ -92,7 +92,7 @@ END(memcpy_z10)
 
 #include "../memcpy.S"
 
-#if !defined SHARED || defined NOT_IN_libc
+#if !defined SHARED || !IS_IN (libc)
 .globl   memcpy
 .set     memcpy,memcpy_g5
 #endif
index 99d7df0dd2397caf864b1953656c008f635f4857..971c593dfe94f741ac3e744b853cb4f244ec1c8f 100644 (file)
@@ -27,7 +27,7 @@
 
        .text
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 ENTRY(memset_z196)
        .machine "z196"
@@ -107,7 +107,7 @@ END(memset_mvcle)
 
 #include "../memset.S"
 
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
 .globl   memset
 .set     memset,memset_g5
 #endif
index f8c69ffbb8476c3f94a4a9bc2daa0da3dd85e711..f8b9040109ac5ccc950579b56ff551334916c33e 100644 (file)
@@ -23,7 +23,7 @@
 #define STFLE_BITS_Z10  34 /* General instructions extension */
 #define STFLE_BITS_Z196 45 /* Distinct operands, pop ... */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 #define IFUNC_RESOLVE(FUNC)                                            \
   asm (".globl " #FUNC "\n\t"                                          \
index c31d7c446c679c1e720cbb022430c8b2a973bc10..8e4eca2255c533c47136548294cca88c46d9a520 100644 (file)
@@ -27,7 +27,7 @@
 
        .text
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 ENTRY(memcmp_z196)
        .machine "z196"
@@ -93,7 +93,7 @@ END(memcmp_z10)
 
 #include "../memcmp.S"
 
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
 .globl   memcmp
 .set     memcmp,memcmp_z900
 .weak    bcmp
index 6590f43f270bbfc3754e77107eb13f9b2fa0bb8a..2536ef47735a68f00a556cc0f9d7d3312cd24561 100644 (file)
@@ -27,7 +27,7 @@
 
        .text
 
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 
 ENTRY(memcpy_z196)
         .machine "z196"
@@ -88,7 +88,7 @@ END(memcpy_z10)
 
 #include "../memcpy.S"
 
-#if !defined SHARED || defined NOT_IN_libc
+#if !defined SHARED || !IS_IN (libc)
 .globl   memcpy
 .set     memcpy,memcpy_z900
 #endif
index 3b962696dde817538eaf81ae92b2a6c4470a3cfa..4d52051ac7fb8e0c76a89d1d8e0650f9596c47a5 100644 (file)
@@ -27,7 +27,7 @@
 
        .text
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 ENTRY(memset_z196)
        .machine "z196"
@@ -103,7 +103,7 @@ END(memset_mvcle)
 
 #include "../memset.S"
 
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
 .globl   memset
 .set     memset,memset_z900
 #endif
index 4b7b22d03052f8baa92ff48ee81bfcab2df4d14f..a1c558840a7127a423c1cdff1d393d1b577d537f 100644 (file)
@@ -35,7 +35,7 @@
 #define XCC xcc
 #endif
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
 
        .register       %g2,#scratch
        .register       %g3,#scratch
index a1a9642bd80d42e7e7b70646c1da85044c9f779e..a77618b2d94ec6865357c991630a60bebdaaf832 100644 (file)
        LOAD(ldd, base + 0x28, %x5); \
        LOAD(ldd, base + 0x30, %x6);
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
 
        .register       %g2,#scratch
        .register       %g3,#scratch
index 63e0d8333e38eec9365a223ac6ea73ef98bfc869..24c6c6db330c45b0d5998225819c88b3c38d647d 100644 (file)
@@ -46,7 +46,7 @@
 #define STORE(type,src,addr)   type src, [addr]
 #define STORE_INIT(src,addr)   stxa src, [addr] STORE_ASI
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
 
        .register       %g2,#scratch
        .register       %g3,#scratch
index ffb36468de6360f6e9d2fe6c81d016f88d9ab2b8..88a58d61431e2840b005c17e27d7eff89141083c 100644 (file)
@@ -30,7 +30,7 @@
 #define XCC xcc
 #endif
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
 
        .register       %g2,#scratch
        .register       %g3,#scratch
index 62977a4d3c1755d5f4550a6e77398fc4416a5228..dad39eca2ccb46102131a7b74318d924a2c7b0fd 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <sysdep.h>
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(memcpy)
        .type   memcpy, @gnu_indirect_function
index ed53522c143ae19e5ddaf15e508b454bd8c2dc78..ae45f5ddc1bbd5168d15dec53ef21f9ceae504c0 100644 (file)
@@ -28,7 +28,7 @@
 #define XCC xcc
 #endif
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
 
        .register       %g2,#scratch
 
index c090c50e9d9774f097ec5daa75dd628a4bf5cf77..dc17e897444266586cc572499ba3ed68bc4338b4 100644 (file)
@@ -21,7 +21,7 @@
 
 #define ASI_BLK_INIT_QUAD_LDD_P        0xe2
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
 
        .register       %g2, #scratch
        .register       %g3, #scratch
index 96c75e0d06a315a7599138731990bd76dcd46cd8..2f63fe934334ae78118c7b46d97bba81abab30f9 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <sysdep.h>
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(memset)
        .type   memset, @gnu_indirect_function
index a39ee617ce10e280a285df2762705d13a9026a26..22b8b6cbb4140383414d734b915aa5f82d9b55fa 100644 (file)
@@ -28,7 +28,7 @@
        .text
 #endif
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define SYSCALL_ERROR_ERRNO __libc_errno
 #else
 # define SYSCALL_ERROR_ERRNO errno
index 0b5ff20229a207a3654f3e6c92a1abcd77e13dd3..4a280cd67e220a2c5b8b3259abb6fea14e48fd11 100644 (file)
@@ -372,7 +372,7 @@ __LABEL(name)                                               \
 #else
 # include <stdint.h>
 # if (IS_IN (rtld) \
-      || (!defined SHARED && (!defined NOT_IN_libc \
+      || (!defined SHARED && (IS_IN (libc) \
                              || IS_IN (libpthread))))
 extern uintptr_t __pointer_chk_guard_local attribute_relro attribute_hidden;
 #  define PTR_MANGLE(var) \
index fd6ebb4dbcc19a9f7f085dea11ff38ace2833e09..567081a62457673cd9e303fb49d95ae44aaf99c6 100644 (file)
@@ -96,7 +96,7 @@ emit_weak_aliases()
       *@@*)
        base=`echo $name | sed 's/@@.*//'`
        ver=`echo $name | sed 's/.*@@//;s/\./_/g'`
-       echo "   echo '#ifndef NOT_IN_libc'; \\"
+       echo "   echo '#if IS_IN (libc)'; \\"
        if test -z "$vcount" ; then
          source=$strong
          vcount=1
@@ -113,7 +113,7 @@ emit_weak_aliases()
       *@*)
        base=`echo $name | sed 's/@.*//'`
        ver=`echo $name | sed 's/.*@//;s/\./_/g'`
-       echo "   echo '#if defined SHARED && !defined NOT_IN_libc'; \\"
+       echo "   echo '#if defined SHARED && IS_IN (libc)'; \\"
        if test -z "$vcount" ; then
          source=$strong
          vcount=1
index 2d6d8bbc7337883bf292c81565cb45140d1766a7..72754b76cc11343d4c96574677435175c6e382ba 100644 (file)
@@ -179,7 +179,6 @@ sysdep-rtld-routines += dl-brk dl-sbrk dl-getcwd dl-openat64 dl-opendir \
                        dl-fxstatat64
 
 libof-lddlibc4 = lddlibc4
-CPPFLAGS-lddlibc4 += -DNOT_IN_libc
 
 others += pldd
 install-bin += pldd
index f2f8009b3c65d40c3ccc38c558c9b7383bb67d35..de88ad21701cff17f53a6890a8a1846f3898f290 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # undef PSEUDO
 # define PSEUDO(name, syscall_name, args)                              \
@@ -85,7 +85,7 @@ ENTRY (name);                                                         \
 #  define CENABLE      bl __pthread_enable_asynccancel
 #  define CDISABLE     bl __pthread_disable_asynccancel
 #  define __local_multiple_threads __pthread_multiple_threads
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      bl __libc_enable_asynccancel
 #  define CDISABLE     bl __libc_disable_asynccancel
 #  define __local_multiple_threads __libc_multiple_threads
@@ -96,7 +96,7 @@ ENTRY (name);                                                         \
 #  error Unsupported library
 # endif
 
-# if IS_IN (libpthread) || !defined NOT_IN_libc
+# if IS_IN (libpthread) || IS_IN (libc)
 #  ifndef __ASSEMBLER__
 extern int __local_multiple_threads attribute_hidden;
 #   define SINGLE_THREAD_P __builtin_expect (__local_multiple_threads == 0, 1)
index 3fb67427595f7311f1bf648876ed39fa3b1938a8..45a86365cd4b871e2fc2b2b33199cec19c881a05 100644 (file)
@@ -92,7 +92,7 @@
 
 # define ret_ERRVAL ret
 
-# if NOT_IN_libc
+# if !IS_IN (libc)
 #  define SYSCALL_ERROR  .Lsyscall_error
 #  if RTLD_PRIVATE_ERRNO
 #   define SYSCALL_ERROR_HANDLER                               \
 
 /* Pointer mangling is supported for AArch64.  */
 #if (IS_IN (rtld) || \
-     (!defined SHARED && (!defined NOT_IN_libc \
+     (!defined SHARED && (IS_IN (libc) \
                          || IS_IN (libpthread))))
 # ifdef __ASSEMBLER__
 #  define PTR_MANGLE(dst, src, guard, tmp)                                \
index 5479556c917be0cf400a1e85260fdbcf0eeb0d41..d8439bf09fdbdf764307951b3e92f35882a83635 100644 (file)
@@ -21,7 +21,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 /* ??? Assumes that nothing comes between PSEUDO and PSEUDO_END
    besides "ret".  */
@@ -117,7 +117,7 @@ __LABEL($multi_error)                                               \
 #  define __local_enable_asynccancel   __pthread_enable_asynccancel
 #  define __local_disable_asynccancel  __pthread_disable_asynccancel
 #  define __local_multiple_threads     __pthread_multiple_threads
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define __local_enable_asynccancel   __libc_enable_asynccancel
 #  define __local_disable_asynccancel  __libc_disable_asynccancel
 #  define __local_multiple_threads     __libc_multiple_threads
@@ -136,7 +136,7 @@ __LABEL($multi_error)                                               \
 #  define CDISABLE     jsr ra, __local_disable_asynccancel; ldgp ra, 0(gp)
 # endif
 
-# if IS_IN (libpthread) || !defined NOT_IN_libc
+# if IS_IN (libpthread) || IS_IN (libc)
 #  ifndef __ASSEMBLER__
 extern int __local_multiple_threads attribute_hidden;
 #   define SINGLE_THREAD_P \
index befcd78e60ebf14a82df9de56c3fbaaf9ae6dedd..d18ae27834315b9fd1d74bcdc47d69a67a9afe18 100644 (file)
@@ -49,7 +49,7 @@ ENTRY(__libc_vfork)
 
 PSEUDO_END (__libc_vfork)
 
-#if !NOT_IN_libc
+#if IS_IN (libc)
 weak_alias (__libc_vfork, vfork)
 strong_alias (__libc_vfork, __vfork)
 libc_hidden_def (__vfork)
index 9211d049a457857cd8d2de6cb645b5f87fac1f62..f966e9564dc6eba5f01165117c877800bc4cd497 100644 (file)
@@ -21,7 +21,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 /* NOTE: We do mark syscalls with unwind annotations, for the benefit of
    cancellation; but they're really only accurate at the point of the
 #  define CENABLE      bl PLTJMP(__pthread_enable_asynccancel)
 #  define CDISABLE     bl PLTJMP(__pthread_disable_asynccancel)
 #  define __local_multiple_threads __pthread_multiple_threads
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      bl PLTJMP(__libc_enable_asynccancel)
 #  define CDISABLE     bl PLTJMP(__libc_disable_asynccancel)
 #  define __local_multiple_threads __libc_multiple_threads
 #  error Unsupported library
 # endif
 
-# if IS_IN (libpthread) || !defined NOT_IN_libc
+# if IS_IN (libpthread) || IS_IN (libc)
 #  ifndef __ASSEMBLER__
 extern int __local_multiple_threads attribute_hidden;
 #   define SINGLE_THREAD_P __builtin_expect (__local_multiple_threads == 0, 1)
index 91bdca5226726b438bc7ec5a828e55a4234a24ab..f2d334329ded7102baed304386321d86fb4c01d2 100644 (file)
 
 #define ret_ERRVAL PSEUDO_RET_NOERRNO
 
-#if NOT_IN_libc
+#if !IS_IN (libc)
 # define SYSCALL_ERROR __local_syscall_error
 # if RTLD_PRIVATE_ERRNO
 #  define SYSCALL_ERROR_HANDLER                                        \
index 937b1d4e113b1cff4a5c698f83d662e130d596af..af5db449c3e06c5011ae50337237d3c25cd39bc2 100644 (file)
@@ -21,7 +21,7 @@
 #include <sysdep.h>
 
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 static inline __attribute__((always_inline)) pid_t really_getpid (pid_t oldval);
 
 static inline __attribute__((always_inline)) pid_t
@@ -48,7 +48,7 @@ really_getpid (pid_t oldval)
 pid_t
 __getpid (void)
 {
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
   INTERNAL_SYSCALL_DECL (err);
   pid_t result = INTERNAL_SYSCALL (getpid, err, 0);
 #else
index 9a60492479e677735f8261748083c036e4d55e74..2a4d273e73c2cbcad95ddddfdd9e53a9fd37072b 100644 (file)
@@ -58,7 +58,7 @@
 /* Initialize locks to zero.  */
 #define LLL_MUTEX_LOCK_INITIALIZER (0)
 
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 /* In libc.so or ld.so all futexes are private.  */
 # ifdef __ASSUME_PRIVATE_FUTEX
 #  define __lll_private_flag(fl, private) \
index 5d4ff342d42425847029026f85987b36c82b861e..aec3f37afd48b53d0330d7ced61e2a9134ee0125 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # ifndef NO_ERROR
 #  define NO_ERROR -0x1000
@@ -216,7 +216,7 @@ L(pre_end):                                         ASM_LINE_SEP    \
 #   define CDISABLE .import __pthread_disable_asynccancel,code ASM_LINE_SEP \
                        bl __pthread_disable_asynccancel,%r2 ASM_LINE_SEP
 #  endif
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  ifdef PIC
 #   define CENABLE .import __libc_enable_asynccancel,code ASM_LINE_SEP \
                        bl __libc_enable_asynccancel,%r2 ASM_LINE_SEP
@@ -246,7 +246,7 @@ L(pre_end):                                         ASM_LINE_SEP    \
 
 # if IS_IN (libpthread)
 #  define __local_multiple_threads __pthread_multiple_threads
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define __local_multiple_threads __libc_multiple_threads
 # elif IS_IN (librt)
 #  define __local_multiple_threads __librt_multiple_threads
@@ -271,7 +271,7 @@ L(pre_end):                                         ASM_LINE_SEP    \
 # define NO_CANCELLATION 1
 
 #endif
-/* !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt) */
+/* IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt) */
 
 #ifndef __ASSEMBLER__
 # define RTLD_SINGLE_THREAD_P \
index 4ed46fc63eec95e67e12457c3cb4dbf04f7bcf65..13596f11ac11d5a5e9b0d4f11ae64fcbcc90a05c 100644 (file)
@@ -115,7 +115,7 @@ __lll_lock_wait_private:
        cfi_endproc
        .size   __lll_lock_wait_private,.-__lll_lock_wait_private
 
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
        .globl  __lll_lock_wait
        .type   __lll_lock_wait,@function
        .hidden __lll_lock_wait
@@ -361,7 +361,7 @@ __lll_unlock_wake_private:
        cfi_endproc
        .size   __lll_unlock_wake_private,.-__lll_unlock_wake_private
 
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
        .globl  __lll_unlock_wake
        .type   __lll_unlock_wake,@function
        .hidden __lll_unlock_wake
index ffae47716000a2724345fe4aafbb09261295b2b9..1032f4b66609d4722db46d9893b04a15f3c648f4 100644 (file)
@@ -71,7 +71,7 @@
 #define LLL_SHARED     FUTEX_PRIVATE_FLAG
 
 
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 /* In libc.so or ld.so all futexes are private.  */
 # ifdef __ASSUME_PRIVATE_FUTEX
 #  define __lll_private_flag(fl, private) \
    value is zero.  In case the operation failed, the cmpxchg instruction
    has loaded the current value of the memory work which is guaranteed
    to be nonzero.  */
-#if defined NOT_IN_libc || defined UP
+#if !IS_IN (libc) || defined UP
 # define __lll_trylock_asm LOCK_INSTR "cmpxchgl %2, %1"
 #else
 # define __lll_trylock_asm "cmpl $0, %%gs:%P5\n\t" \
                       : "memory");                                           \
      ret; })
 
-#if defined NOT_IN_libc || defined UP
+#if !IS_IN (libc) || defined UP
 # define __lll_lock_asm_start LOCK_INSTR "cmpxchgl %1, %2\n\t"
 #else
 # define __lll_lock_asm_start "cmpl $0, %%gs:%P6\n\t"                        \
@@ -324,7 +324,7 @@ extern int __lll_timedlock_elision (int *futex, short *adapt_count,
                       : "memory");                                           \
      result; })
 
-#if defined NOT_IN_libc || defined UP
+#if !IS_IN (libc) || defined UP
 # define __lll_unlock_asm LOCK_INSTR "subl $1, %0\n\t"
 #else
 # define __lll_unlock_asm "cmpl $0, %%gs:%P3\n\t"                            \
index c17ff6c5861ddb35da747e0e2e5f57a88e9a86a8..ab15b9d3ef04775c13033f8b5f17e35909ea15af 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # undef PSEUDO
 # define PSEUDO(name, syscall_name, args)                                    \
 # if IS_IN (libpthread)
 #  define CENABLE      call __pthread_enable_asynccancel;
 #  define CDISABLE     call __pthread_disable_asynccancel
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      call __libc_enable_asynccancel;
 #  define CDISABLE     call __libc_disable_asynccancel
 # elif IS_IN (librt)
index b5380043a83e52b88e847e9aa6226e6baa6abe4e..d751c58e3e57d21306ab5d300b562f46d72319aa 100644 (file)
@@ -34,7 +34,7 @@
 #define SYS_ify(syscall_name)  __NR_##syscall_name
 
 #if defined USE_DL_SYSINFO \
-    && (!defined NOT_IN_libc || IS_IN (libpthread))
+    && (IS_IN (libc) || IS_IN (libpthread))
 # define I386_USE_SYSENTER     1
 #else
 # undef I386_USE_SYSENTER
 
 # elif defined _LIBC_REENTRANT
 
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define SYSCALL_ERROR_ERRNO __libc_errno
 #  else
 #   define SYSCALL_ERROR_ERRNO errno
index fe4a90e7bbdcf4979a93ad710691d4bd8f58ecbb..b586731cfbca5e775f662b9e1a9c1f49a1a7a930 100644 (file)
@@ -52,7 +52,7 @@
 #define LLL_SHARED     FUTEX_PRIVATE_FLAG
 
 
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 /* In libc.so or ld.so all futexes are private.  */
 # ifdef __ASSUME_PRIVATE_FUTEX
 #  define __lll_private_flag(fl, private) \
index 0458fcea64f3413ce2a2a24ca7ec90a3729e51dd..c402dca60fdd2718ae91b2c067b95adeecaba4f6 100644 (file)
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # undef PSEUDO
 
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 #  define SYSDEP_CANCEL_ERRNO __libc_errno
 # else
 #  define SYSDEP_CANCEL_ERRNO errno
@@ -182,7 +182,7 @@ __GC_##name:                                                                      \
 # if IS_IN (libpthread)
 #  define CENABLE      br.call.sptk.many b0 = __pthread_enable_asynccancel
 #  define CDISABLE     br.call.sptk.many b0 = __pthread_disable_asynccancel
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      br.call.sptk.many b0 = __libc_enable_asynccancel
 #  define CDISABLE     br.call.sptk.many b0 = __libc_disable_asynccancel
 # elif IS_IN (librt)
index 004ade16274bc6cf698d3376ff94200bcfe04d6e..9ec89513d1dd3b88c29206279307c801590f125c 100644 (file)
@@ -34,7 +34,7 @@ ENTRY(__syscall_error)
        st4     [r2]=r8
        mov     r8=-1
 #else
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 #  define SYSCALL_ERROR_ERRNO __libc_errno
 # else
 #  define SYSCALL_ERROR_ERRNO errno
index 094385256a19711b55e1b8a8153a92a3aa9211b2..49684f82965823be5c699f9ab0099395337a0fb7 100644 (file)
@@ -61,7 +61,7 @@
 #endif
 
 #if defined USE_DL_SYSINFO \
-       && (!defined NOT_IN_libc \
+       && (IS_IN (libc) \
            || IS_IN (libpthread) || IS_IN (librt))
 # define IA64_USE_NEW_STUB
 #else
index 11150b33baaa2f49ac385e478db9b3bd72e15b3f..89276615441f0f2933bfffec6669b3707fb237be 100644 (file)
@@ -49,7 +49,7 @@
 #define LLL_SHARED     FUTEX_PRIVATE_FLAG
 
 
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 /* In libc.so or ld.so all futexes are private.  */
 # ifdef __ASSUME_PRIVATE_FUTEX
 #  define __lll_private_flag(fl, private) \
index b75bf1754918ecfc90d700bdf7c9d3703e79a696..aa116c4c7e3c65578d2e9a9c8c68b2ebe8b89409 100644 (file)
@@ -35,7 +35,7 @@
 
 /* We define __rtld_* copies for rtld.
    We need them visible in libc to initialize.  */
-#  if IS_IN (rtld) || !defined NOT_IN_libc
+#  if IS_IN (rtld) || IS_IN (libc)
 extern void *__rtld___vdso_read_tp;
 extern void *__rtld___vdso_atomic_cmpxchg_32;
 extern void *__rtld___vdso_atomic_barrier;
@@ -44,7 +44,7 @@ extern void *__rtld___vdso_atomic_barrier;
 extern void __vdso_read_tp_stub (void);
 extern void __vdso_atomic_cmpxchg_32_stub (void);
 extern void __vdso_atomic_barrier_stub (void);
-#  endif /* IS_IN (rtld) || !NOT_IN_libc */
+#  endif /* IS_IN (rtld) || IS_IN (libc) */
 
 /* RTLD should only use its own copies.  */
 #  if !IS_IN (rtld)
index 33ce922b2f3add52c2bb4116a83dbd09cb9575d8..d5b8445a41b8311883d5e6f52af2b31fb4b123b1 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # undef PSEUDO
 # define PSEUDO(name, syscall_name, args)                                    \
 # if IS_IN (libpthread)
 #  define CENABLE      PSEUDO_JMP (__pthread_enable_asynccancel)
 #  define CDISABLE     PSEUDO_JMP (__pthread_disable_asynccancel)
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      PSEUDO_JMP (__libc_enable_asynccancel)
 #  define CDISABLE     PSEUDO_JMP (__libc_disable_asynccancel)
 # elif IS_IN (librt)
index 3a91e867f39a5a0d002fe799442a58100063fb78..97090884e0ded571120efcf8b8bd0d0f1fc657f9 100644 (file)
@@ -101,7 +101,7 @@ SYSCALL_ERROR_LABEL:                                                              \
     move.l %d0, %a0;                                                         \
     rts;
 # elif defined _LIBC_REENTRANT
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define SYSCALL_ERROR_ERRNO __libc_errno
 #  else
 #   define SYSCALL_ERROR_ERRNO errno
index 9c21eeb96c7134382600a6615ed1fe6c5675c935..659248428f7ed14bd227cda261671c5fd4412a82 100644 (file)
@@ -52,7 +52,7 @@
 #define LLL_SHARED  FUTEX_PRIVATE_FLAG
 
 
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 /* In libc.so or ld.so all futexes are private.  */
 # ifdef __ASSUME_PRIVATE_FUTEX
 #  define __lll_private_flag(fl, private)                                      \
index 0fe5b1208ade160730d62535e2fea665dbdc26a5..5e185a34e4e35b2059afe62dacf2906e01cf4d6d 100644 (file)
@@ -21,7 +21,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # if !IS_IN (librt) || !defined(PIC)
 #  define AC_STACK_SIZE  16  /* space for r15, async_cancel arg and 2 temp words */
@@ -106,7 +106,7 @@ L(pseudo_cancel):                                                    \
 #  define CENABLE PSEUDO_JMP (__pthread_enable_asynccancel)
 #  define CDISABLE  PSEUDO_JMP (__pthread_disable_asynccancel)
 #  define __local_multiple_threads __pthread_multiple_threads
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE PSEUDO_JMP (__libc_enable_asynccancel)
 #  define CDISABLE  PSEUDO_JMP (__libc_disable_asynccancel)
 #  define __local_multiple_threads __libc_multiple_threads
@@ -118,7 +118,7 @@ L(pseudo_cancel):                                                    \
 # endif
 
 
-# if IS_IN (libpthread) || !defined NOT_IN_libc
+# if IS_IN (libpthread) || IS_IN (libc)
 #  ifndef __ASSEMBLER__
 extern int __local_multiple_threads attribute_hidden;
 #   define SINGLE_THREAD_P __builtin_expect (__local_multiple_threads == 0, 1)
index 6f79b14f62430cfddfe8dc425173c955704c6c2c..40e4225ed54acab7054070295319375965ce1fe9 100644 (file)
@@ -27,7 +27,7 @@
    happen before any instructions.  So we use cfi_same_value instead of
    cfi_restore.  */
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 #ifdef __PIC__
 # undef PSEUDO
index 1d711f784aaec798ce2458d2802cca71f95e5a7d..e12eea71beda9e874676f23e4260f082af753863 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # ifdef __PIC__
 #  define PSEUDO_CPLOAD .cpload t9;
index 1d65f204046e32c2b327b6bbfbd4973563118169..0858ce845a260aef053914f784ef5158449e2463 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <sysdep.h>
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 extern int __open_nocancel (const char *, int, ...) attribute_hidden;
 extern int __close_nocancel (int) attribute_hidden;
 extern int __read_nocancel (int, void *, size_t) attribute_hidden;
index 25bf797f7cc729600b877beaff6c77b52381c559..db1dfb8c5a32750b59cf65a87c28f9e0a03e8b97 100644 (file)
@@ -23,7 +23,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # undef PSEUDO
 # define PSEUDO(name, syscall_name, args)                              \
@@ -84,7 +84,7 @@
 # if IS_IN (libpthread)
 #  define CENABLE      bl __pthread_enable_asynccancel@local
 #  define CDISABLE     bl __pthread_disable_asynccancel@local
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      bl __libc_enable_asynccancel@local
 #  define CDISABLE     bl __libc_disable_asynccancel@local
 # elif IS_IN (librt)
index 8683b6bf77fd4aa8a1b121fccc7afda247503622..9fff7505fd93a1282f30bd8a9e4aeaeddcf3e568 100644 (file)
@@ -23,7 +23,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # ifdef HAVE_ASM_GLOBAL_DOT_NAME
 #  define DASHDASHPFX(str) .__##str
 #   define CENABLE     bl JUMPTARGET(__pthread_enable_asynccancel); nop
 #   define CDISABLE    bl JUMPTARGET(__pthread_disable_asynccancel); nop
 #  endif
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  ifdef SHARED
 #   define CENABLE     bl JUMPTARGET(__libc_enable_asynccancel)
 #   define CDISABLE    bl JUMPTARGET(__libc_disable_asynccancel)
index 02c96c289a10218ff7cfd0fb22237437342512ea..d18fbdf0a30177ebc1e6461acb36dac026e78029 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <shlib-compat.h>
 
-#if !defined NOT_IN_libc && defined SHARED && SHLIB_COMPAT (libc, GLIBC_2_19, GLIBC_2_20)
+#if IS_IN (libc) && defined SHARED && SHLIB_COMPAT (libc, GLIBC_2_19, GLIBC_2_20)
 /* this is a copy from debug/longjmp_chk.c because we need an unique name
    for __longjmp_chk, but it is already named via a define
    for __libc_siglongjmp in debug/longjmp_chk.c.  */
index 2c17b2cab542665cf43e7e400ea0fcc304a9c9e3..14fb4a87ed8e8260a54e176043e847657619ac4a 100644 (file)
@@ -51,7 +51,7 @@
 #define LLL_SHARED     FUTEX_PRIVATE_FLAG
 
 
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 /* In libc.so or ld.so all futexes are private.  */
 # ifdef __ASSUME_PRIVATE_FUTEX
 #  define __lll_private_flag(fl, private) \
index d19500ded14848dad0d60e022a585e7992eb2d78..3b027e01f1cfe8cfeba65f60068c6a0f4a3a2049 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # undef PSEUDO
 # define PSEUDO(name, syscall_name, args)                                    \
@@ -78,7 +78,7 @@ L(pseudo_end):
 # if IS_IN (libpthread)
 #  define CENABLE      __pthread_enable_asynccancel
 #  define CDISABLE     __pthread_disable_asynccancel
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      __libc_enable_asynccancel
 #  define CDISABLE     __libc_disable_asynccancel
 # elif IS_IN (librt)
index de3f8a4e846c62beb7a88ba0be6bb5874d50f36a..aca7e22a9c81fbc48655f695ba494cdfd9b900d0 100644 (file)
@@ -31,7 +31,7 @@
        .text
 ENTRY(__syscall_error)
 #ifndef PIC
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 #  define SYSCALL_ERROR_ERRNO __libc_errno
 # else
 #  define SYSCALL_ERROR_ERRNO errno
@@ -54,7 +54,7 @@ ENTRY(__syscall_error)
        br      %r14
 1:     .long   rtld_errno - 0b
 # else
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define SYSCALL_ERROR_ERRNO __libc_errno
 #  else
 #   define SYSCALL_ERROR_ERRNO errno
index e6fd96a33415226336a90500ab3f072174cab906..f0ef41cef473483eae5dcbf46f794be63f5963e6 100644 (file)
     br    %r14;                                                                      \
 2:  .long rtld_errno-1b
 # elif defined _LIBC_REENTRANT
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define SYSCALL_ERROR_ERRNO __libc_errno
 #  else
 #   define SYSCALL_ERROR_ERRNO errno
index 290e46408995736dc38a0ed3ede175d3cc302d5a..3a368c8d5cb50c0428a88dc8287f72aa50eeaba9 100644 (file)
@@ -52,7 +52,7 @@ ENTRY (__libc_vfork)
        br      %r14
 PSEUDO_END (__libc_vfork)
 
-#if !NOT_IN_libc
+#if IS_IN (libc)
 weak_alias (__libc_vfork, vfork)
 strong_alias (__libc_vfork, __vfork)
 libc_hidden_def (__vfork)
index 9622d5a9aba66feb0a3e4abb8597c7db0f397e58..4955ec1cbd00ab3f175be9e072a6cff68a189c26 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # undef PSEUDO
 # define PSEUDO(name, syscall_name, args)                                    \
@@ -73,7 +73,7 @@ L(pseudo_end):
 #  define CENABLE      __pthread_enable_asynccancel
 #  define CDISABLE     __pthread_disable_asynccancel
 #  define __local_multiple_threads     __pthread_multiple_threads
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      __libc_enable_asynccancel
 #  define CDISABLE     __libc_disable_asynccancel
 #  define __local_multiple_threads     __libc_multiple_threads
@@ -111,7 +111,7 @@ L(pseudo_end):
 #define LR7_6          lg %r7,56+160(%r15); \
                        cfi_restore (%r7);
 
-# if IS_IN (libpthread) || !defined NOT_IN_libc
+# if IS_IN (libpthread) || IS_IN (libc)
 #  ifndef __ASSEMBLER__
 extern int __local_multiple_threads attribute_hidden;
 #   define SINGLE_THREAD_P \
index 0fbfe9c9e008d8b17c98ff9cfebbfc182df3c7c7..6b4a613a6a8edf7fb3d67d15cc43872d5c20b6e2 100644 (file)
@@ -32,7 +32,7 @@
 .text
 ENTRY(__syscall_error)
 #ifndef PIC
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 #  define SYSCALL_ERROR_ERRNO __libc_errno
 # else
 #  define SYSCALL_ERROR_ERRNO errno
@@ -55,7 +55,7 @@ ENTRY(__syscall_error)
        lghi    %r2,-1
        br      %r14
 # else
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define SYSCALL_ERROR_ERRNO __libc_errno
 #  else
 #   define SYSCALL_ERROR_ERRNO errno
index 917a636ee2a5e2a182e87ddf7e72823b79c93a91..696e4b3c041ace65fb6c52d2c636e3eb85799aa5 100644 (file)
     lghi  %r2,-1;                                                            \
     br    %r14
 # elif defined _LIBC_REENTRANT
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define SYSCALL_ERROR_ERRNO __libc_errno
 #  else
 #   define SYSCALL_ERROR_ERRNO errno
index 7de1bb07adc5e94a28892182707b5d3abe90e2c7..54bb2724c8c05add5868e36d1c03b579e9a03f17 100644 (file)
@@ -53,7 +53,7 @@ ENTRY (__libc_vfork)
        br      %r14
 PSEUDO_END (__libc_vfork)
 
-#if !NOT_IN_libc
+#if IS_IN (libc)
 weak_alias (__libc_vfork, vfork)
 strong_alias (__libc_vfork, __vfork)
 libc_hidden_def (__vfork)
index 84b8edb86c55f63814264d317390811bf2874266..3fab373b034a7a2d67c5ea5390e992396a040b95 100644 (file)
@@ -172,7 +172,7 @@ __lll_lock_wait_private:
        cfi_endproc
        .size   __lll_lock_wait_private,.-__lll_lock_wait_private
 
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
        .globl  __lll_lock_wait
        .type   __lll_lock_wait,@function
        .hidden __lll_lock_wait
@@ -454,7 +454,7 @@ __lll_unlock_wake_private:
        cfi_endproc
        .size   __lll_unlock_wake_private,.-__lll_unlock_wake_private
 
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
        .globl  __lll_unlock_wake
        .type   __lll_unlock_wake,@function
        .hidden __lll_unlock_wake
index 328446c094da5f6809b0d2da53ba4b49e264dd5c..e6dbab248da1cc49683dcdb6dcb0ec0f49a4782c 100644 (file)
@@ -49,7 +49,7 @@
 #define LLL_SHARED     FUTEX_PRIVATE_FLAG
 
 
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 /* In libc.so or ld.so all futexes are private.  */
 # ifdef __ASSUME_PRIVATE_FUTEX
 #  define __lll_private_flag(fl, private) \
index 131f42b49fb220fb4841d4e4ab272abfeeae10ef..9b5911c0a292785a51fd76f880406fc5593eb120 100644 (file)
@@ -21,7 +21,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # define _IMM12 #-12
 # define _IMM16 #-16
 # if IS_IN (libpthread)
 #  define __local_enable_asynccancel   __pthread_enable_asynccancel
 #  define __local_disable_asynccancel  __pthread_disable_asynccancel
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define __local_enable_asynccancel   __libc_enable_asynccancel
 #  define __local_disable_asynccancel  __libc_disable_asynccancel
 # elif IS_IN (librt)
index 4fc5dd77751df16409861673bc425853e14037d1..6f578544660b98c3d0f1aebf0f53ffbd6d9ca2a5 100644 (file)
 
 # elif defined _LIBC_REENTRANT
 
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define SYSCALL_ERROR_ERRNO __libc_errno
 #  else
 #   define SYSCALL_ERROR_ERRNO errno
index 76326f5048f3acc85998fcf8624e232ecd379760..63ca02386ad9448341cbc4cb8a8c7695a9ed7eae 100644 (file)
@@ -66,7 +66,7 @@ ENTRY (__libc_vfork)
        .align  2
 PSEUDO_END (__libc_vfork)
 
-#if !NOT_IN_libc
+#if IS_IN (libc)
 weak_alias (__libc_vfork, vfork)
 strong_alias (__libc_vfork, __vfork)
 libc_hidden_def (__vfork)
index eebf406eae97254c21bc697885e4abcd1416a456..5c8c3f458873e4cdec5add38a2add62c6dc75ecd 100644 (file)
@@ -57,7 +57,7 @@ extern void __cpu_relax (void);
 #define BUSY_WAIT_NOP  __cpu_relax ()
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 /* In libc.so or ld.so all futexes are private.  */
 # ifdef __ASSUME_PRIVATE_FUTEX
 #  define __lll_private_flag(fl, private) \
index cc7adfcdebebb1570b2fdcab0457850e4f778dfe..526e87554fbb3ee9fa7ac6b86bd9aae509643a7a 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # undef PSEUDO
 # define PSEUDO(name, syscall_name, args)      \
@@ -71,7 +71,7 @@ __##syscall_name##_nocancel:                  \
 # if IS_IN (libpthread)
 #  define CENABLE      call __pthread_enable_asynccancel
 #  define CDISABLE     call __pthread_disable_asynccancel
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      call __libc_enable_asynccancel
 #  define CDISABLE     call __libc_disable_asynccancel
 # elif IS_IN (librt)
index e5bb3b55012b61720953ab9311b980ba623edf69..c9f38f4e4ef2f3c1d1b29c670f1678e4f4f9af86 100644 (file)
@@ -79,7 +79,7 @@ ENTRY(name);                                  \
         mov    -1, %o0;
 # elif defined _LIBC_REENTRANT
 
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define SYSCALL_ERROR_ERRNO __libc_errno
 #  else
 #   define SYSCALL_ERROR_ERRNO errno
index 567163f907d49913a9ba99c1414e246ce967fbc0..875ee3d301cf0f3cb9b9df9ed7987594002f04a3 100644 (file)
@@ -89,7 +89,7 @@ ENTRY (__brk)
 #endif
        st      %o0, [%g1]
 #else
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        call    HIDDEN_JUMPTARGET(__errno_location)
 #else
        call    __errno_location
index aee3deecbc03bb5221a91987803c24f052d2ae0e..e11f7c18c291260957bd66ba054719b7b6676f7b 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 # undef PSEUDO
 # define PSEUDO(name, syscall_name, args)      \
@@ -69,7 +69,7 @@ __##syscall_name##_nocancel:                  \
 # if IS_IN (libpthread)
 #  define CENABLE      call __pthread_enable_asynccancel
 #  define CDISABLE     call __pthread_disable_asynccancel
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      call __libc_enable_asynccancel
 #  define CDISABLE     call __libc_disable_asynccancel
 # elif IS_IN (librt)
index e9aedcee0fc1dcb91f146dd3d20ab6f41c0085f8..52b07c2791d9ad001e569ee5af6a6c029388f092 100644 (file)
@@ -89,7 +89,7 @@ ENTRY(name);                                  \
         mov    -1, %o0;
 # elif defined _LIBC_REENTRANT
 
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define SYSCALL_ERROR_ERRNO __libc_errno
 #  else
 #   define SYSCALL_ERROR_ERRNO errno
index 028c3930e1fd11182bfc5db7784136512d3c0236..6c10552b14289a7fd204febc9e4141f179bd3067 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 /* Allow hacking in some extra code if desired. */
 #ifndef PSEUDO_EXTRA
index b5213518877cda932675b982d1fc459295c8b555..d3b98bd359a01e7096b1db5bb919e3892c7ff5bd 100644 (file)
@@ -45,7 +45,7 @@
 #ifndef PIC
 /* For static code, on error jump to __syscall_error directly. */
 # define SYSCALL_ERROR_NAME __syscall_error
-#elif !defined NOT_IN_libc || IS_IN (libpthread)
+#elif IS_IN (libc) || IS_IN (libpthread)
 /* Use the internal name for libc/libpthread shared objects. */
 # define SYSCALL_ERROR_NAME __GI___syscall_error
 #else
index 7fa1cca66020dc1239261ac5c435d38130688b09..dee1b0cce1f6380f416ceba6cc7ed85d17e60079 100644 (file)
@@ -1,7 +1,7 @@
 /*
 extern pid_t __waitpid_nocancel (pid_t, int *, int) attribute_hidden;
 */
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 /* Call __NR_wait4, providing fourth argument (struct rusage *) as NULL. */
 #define PSEUDO_EXTRA move r3, zero;
index f2dca070f3463528d51914458c73f5bcf4179f2c..5d8e77c1a77c2afa799271cef4508b919f54884c 100644 (file)
@@ -108,7 +108,7 @@ __lll_lock_wait_private:
        cfi_endproc
        .size   __lll_lock_wait_private,.-__lll_lock_wait_private
 
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
        .globl  __lll_lock_wait
        .type   __lll_lock_wait,@function
        .hidden __lll_lock_wait
@@ -348,7 +348,7 @@ __lll_unlock_wake_private:
        cfi_endproc
        .size   __lll_unlock_wake_private,.-__lll_unlock_wake_private
 
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
        .globl  __lll_unlock_wake
        .type   __lll_unlock_wake,@function
        .hidden __lll_unlock_wake
index 37c0faf25a2c22b8a4b84990964dbadcf3a4b487..2f0cf5cb6d992e5072b5d4000f85c4a2065e3a91 100644 (file)
@@ -72,7 +72,7 @@
 
 #ifndef __ASSEMBLER__
 
-#if !defined NOT_IN_libc || IS_IN (rtld)
+#if IS_IN (libc) || IS_IN (rtld)
 /* In libc.so or ld.so all futexes are private.  */
 # ifdef __ASSUME_PRIVATE_FUTEX
 #  define __lll_private_flag(fl, private) \
    value is zero.  In case the operation failed, the cmpxchg instruction
    has loaded the current value of the memory work which is guaranteed
    to be nonzero.  */
-#if defined NOT_IN_libc || defined UP
+#if !IS_IN (libc) || defined UP
 # define __lll_trylock_asm LOCK_INSTR "cmpxchgl %2, %1"
 #else
 # define __lll_trylock_asm "cmpl $0, __libc_multiple_threads(%%rip)\n\t"      \
                       : "memory");                                           \
      ret; })
 
-#if defined NOT_IN_libc || defined UP
+#if !IS_IN (libc) || defined UP
 # define __lll_lock_asm_start LOCK_INSTR "cmpxchgl %4, %2\n\t"               \
                              "jz 24f\n\t"
 #else
@@ -316,7 +316,7 @@ extern int __lll_timedlock_elision (int *futex, short *adapt_count,
                       : "memory", "cx", "cc", "r10", "r11");                 \
      result; })
 
-#if defined NOT_IN_libc || defined UP
+#if !IS_IN (libc) || defined UP
 # define __lll_unlock_asm_start LOCK_INSTR "decl %0\n\t"                     \
                                "je 24f\n\t"
 #else
index 2667292155456e91255bef80b2cd81f73b307fc4..cecaec1619acc88a82cab84f3aa92ad520d2882c 100644 (file)
@@ -22,7 +22,7 @@
 # include <nptl/pthreadP.h>
 #endif
 
-#if !defined NOT_IN_libc || IS_IN (libpthread) || IS_IN (librt)
+#if IS_IN (libc) || IS_IN (libpthread) || IS_IN (librt)
 
 /* The code to disable cancellation depends on the fact that the called
    functions are special.  They don't modify registers other than %rax
@@ -63,7 +63,7 @@
 #  define CENABLE      call __pthread_enable_asynccancel;
 #  define CDISABLE     call __pthread_disable_asynccancel;
 #  define __local_multiple_threads __pthread_multiple_threads
-# elif !defined NOT_IN_libc
+# elif IS_IN (libc)
 #  define CENABLE      call __libc_enable_asynccancel;
 #  define CDISABLE     call __libc_disable_asynccancel;
 #  define __local_multiple_threads __libc_multiple_threads
@@ -74,7 +74,7 @@
 #  error Unsupported library
 # endif
 
-# if IS_IN (libpthread) || !defined NOT_IN_libc
+# if IS_IN (libpthread) || IS_IN (libc)
 #  ifndef __ASSEMBLER__
 extern int __local_multiple_threads attribute_hidden;
 #   define SINGLE_THREAD_P \
index 6377183d546a886facf6b8523b1c221439171808..16c497bcb4549c3d74ce50f6bd41bf5f74687fe9 100644 (file)
   neg %eax;                                    \
   movl %eax, (%rcx)
 # else
-#  ifndef NOT_IN_libc
+#  if IS_IN (libc)
 #   define SYSCALL_ERROR_ERRNO __libc_errno
 #  else
 #   define SYSCALL_ERROR_ERRNO errno
index 11e4701c50cbd0558924e1a23d6804b7a0b2da0c..38b2b7434701e7682e1780614a2d601ae7486a20 100644 (file)
@@ -23,7 +23,7 @@
    therefore we get PLTs.  Unnecessarily so.  Changing gcc is a big
    task which might not be worth it so we play tricks with the
    assembler.  */
-#if !defined __ASSEMBLER__ && !defined in_divdi3_c && !defined NOT_IN_libc && defined SHARED
+#if !defined __ASSEMBLER__ && !defined in_divdi3_c && IS_IN (libc) && defined SHARED
 asm ("__divdi3 = __divdi3_internal");
 asm ("__udivdi3 = __udivdi3_internal");
 asm ("__moddi3 = __moddi3_internal");
index 60f3c6518364108f49fb1d808f0ac34389d3ac6e..2c9aa5a160e2d3d4e0b4ecbac68f3a3fef2871ea 100644 (file)
@@ -30,7 +30,7 @@
 #  define RETVAL       (0)
 #else
 #  define RETVAL       (-8)
-#  if defined SHARED && !defined USE_MULTIARCH && !defined NOT_IN_libc
+#  if defined SHARED && !defined USE_MULTIARCH && IS_IN (libc)
 #    define memcpy     __memcpy
 #    undef libc_hidden_builtin_def
 #    define libc_hidden_builtin_def(name) \
@@ -44,7 +44,7 @@
 
         .text
 
-#if defined PIC && !defined NOT_IN_libc
+#if defined PIC && IS_IN (libc)
 ENTRY_CHK (__memcpy_chk)
 
        cmpq    %rdx, %rcx
@@ -253,14 +253,14 @@ L(32after):
 /* Handle blocks smaller than 1/2 L1. */
 
 L(fasttry):                            /* first 1/2 L1 */
-#ifndef NOT_IN_libc                    /* only up to this algorithm outside of libc.so */
+#if IS_IN (libc)                       /* only up to this algorithm outside of libc.so */
        mov     __x86_data_cache_size_half(%rip), %R11_LP
        cmpq    %rdx, %r11              /* calculate the smaller of */
        cmovaq  %rdx, %r11              /* remaining bytes and 1/2 L1 */
 #endif
 
 L(fast):                               /* good ol' MOVS */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        movq    %r11, %rcx
        andq    $-8, %r11
 #else
@@ -275,7 +275,7 @@ L(fast):                            /* good ol' MOVS */
        .p2align 4,, 4
 
 L(fastskip):
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        subq    %r11, %rdx              /* check for more */
        testq   $-8, %rdx
        jnz     L(fastafter)
@@ -294,7 +294,7 @@ L(fastskip):
 #endif
        retq                            /* exit */
 
-#ifndef NOT_IN_libc                    /* none of the algorithms below for RTLD */
+#if IS_IN (libc)                       /* none of the algorithms below for RTLD */
 
        .p2align 4
 
@@ -570,13 +570,13 @@ L(NTskip):
 #endif
        retq                            /* exit */
 
-#endif /* !NOT_IN_libc */
+#endif /* IS_IN (libc) */
 
 END(memcpy)
 
 #ifndef USE_AS_MEMPCPY
 libc_hidden_builtin_def (memcpy)
-# if defined SHARED && !defined USE_MULTIARCH && !defined NOT_IN_libc
+# if defined SHARED && !defined USE_MULTIARCH && IS_IN (libc)
 #  undef memcpy
 #  include <shlib-compat.h>
 versioned_symbol (libc, __memcpy, memcpy, GLIBC_2_14);
index 202f5b861e42bd6e7c0cd8d035f5297bba81f38b..d538ebaf745e556774c1849170b04bf60c0cfed8 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "string/memmove.c"
 
-#if !defined memmove && !defined NOT_IN_libc
+#if !defined memmove && IS_IN (libc)
 #include <shlib-compat.h>
 
 #if SHLIB_COMPAT (libc, GLIBC_2_2_5, GLIBC_2_14)
index db4fb842ef1435d90d2c480a0783c670181c290f..7fec5779b5fc2bfdf2eb8e3525bcb672aecce7af 100644 (file)
@@ -20,7 +20,7 @@
 #include <sysdep.h>
 
        .text
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
 ENTRY(__bzero)
        movq    %rdi, %rax /* Set return value.  */
        movq    %rsi, %rdx /* Set n.  */
@@ -42,7 +42,7 @@ ENTRY(__memset_tail)
 END(__memset_tail)
 #endif
 
-#if defined PIC && !defined NOT_IN_libc
+#if defined PIC && IS_IN (libc)
 ENTRY_CHK (__memset_chk)
        cmpq    %rdx, %rcx
        jb      HIDDEN_JUMPTARGET (__chk_fail)
@@ -125,7 +125,7 @@ L(between8_16bytes):
 END (memset)
 libc_hidden_builtin_def (memset)
 
-#if defined PIC && !defined NOT_IN_libc && !defined USE_MULTIARCH
+#if defined PIC && IS_IN (libc) && !defined USE_MULTIARCH
 strong_alias (__memset_chk, __memset_zero_constant_len_parameter)
        .section .gnu.warning.__memset_zero_constant_len_parameter
        .string "memset used with constant zero length parameter; this could be due to transposed parameters"
index ef0abbd226ca68ebd17f6e47b4a65045884a7c2e..c701edd185f128eeb94553230b744fe78221f8ab 100644 (file)
@@ -122,7 +122,7 @@ extern void __init_cpu_features (void) attribute_hidden;
 extern const struct cpu_features *__get_cpu_features (void)
      __attribute__ ((const));
 
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 #  define __get_cpu_features() (&__cpu_features)
 # endif
 
index e753d62bf4b84bb636114a9f821854b9e20724cb..e747e97de402bbddc1725227fd9287f20b481656 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 5f7572fbab574aceb380c3e8f6f7f8b449a84e7c..82297edaafb25473906d7ae55b41b36ac1f07e3a 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index 627d8d05cf60ddfc6f521118c12d9ff847d5454c..f0beaebdf340f8bddca0682e56a5739d863db0cb 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in libc. */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(memcmp)
        .type   memcmp, @gnu_indirect_function
index 3cac1e33cdaff5dd90a0b20793ccdfd69aeab512..eb5de254e294bd2cd55119ada999e700bfc5619f 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sysdep.h>
 
-#if !defined NOT_IN_libc \
+#if IS_IN (libc) \
     && (defined SHARED \
         || defined USE_AS_MEMMOVE \
        || !defined USE_MULTIARCH)
index 899ccbc34b27224a2795069dac2d964038584e0b..2fa465bc695b19c85975a1cfbba268f64f311b6d 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <sysdep.h>
 
-#if !defined NOT_IN_libc \
+#if IS_IN (libc) \
     && (defined SHARED \
         || defined USE_AS_MEMMOVE \
        || !defined USE_MULTIARCH)
index 0ad9a0008a848e0e76a76ba312ec8ab26357f53b..7d0755e258b4873b67d3f190da3460ec088cc7a3 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <sysdep.h>
 
-#if !defined NOT_IN_libc \
+#if IS_IN (libc) \
     && (defined SHARED \
         || defined USE_AS_MEMMOVE \
        || !defined USE_MULTIARCH)
index e6666954075f924f9f3a19e199e02b1310eb416b..1523313f24d42b1af5bafc37fd7a5feb92f18045 100644 (file)
@@ -25,7 +25,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memcpy before the initialization
    happened.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
        .text
 ENTRY(__new_memcpy)
        .type   __new_memcpy, @gnu_indirect_function
index 076b19a9eac5b343d7be1a0e19e0e15ff6c48b7a..ded14abc588fd9a205dc28b6d4572c8b10708901 100644 (file)
@@ -24,7 +24,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  There are no multiarch memcpy functions for static binaries.
  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(__memcpy_chk)
index 0c9af7e4dfeec1973f212a67ac7593d484677f26..31d00f8e82195c91401bb070c81dc77cad7dc913 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define MEMMOVE __memmove_sse2
 # ifdef SHARED
 #  undef libc_hidden_builtin_def
@@ -41,7 +41,7 @@ extern __typeof (__redirect_memmove) __memmove_avx_unaligned attribute_hidden;
 
 #include "string/memmove.c"
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <shlib-compat.h>
 # include "init-arch.h"
 
index 7589d8c1ec6b92d8d1388a00a745e59c3dfd55c4..3b7bdb0579fe99a84d5a6442730cb028f1a9e37b 100644 (file)
@@ -24,7 +24,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  In static binaries we need mempcpy before the initialization
    happened.  */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
 ENTRY(__mempcpy)
        .type   __mempcpy, @gnu_indirect_function
        cmpl    $0, KIND_OFFSET+__cpu_features(%rip)
index 88e0b74e83738d89b1508bd299d9926fe3c35a89..c0d33fecd2898573b62fadc5738c01da42683d07 100644 (file)
@@ -24,7 +24,7 @@
 /* Define multiple versions only for the definition in lib and for
    DSO.  There are no multiarch mempcpy functions for static binaries.
  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # ifdef SHARED
        .text
 ENTRY(__mempcpy_chk)
index b45f8a0d53c5e55f25d8d88afa2d5e8879bca4ac..0de08002d78e6cc8921b8ddc639a720f12390688 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sysdep.h>
 
-#if !defined NOT_IN_libc
+#if IS_IN (libc)
 
 #include "asm-syntax.h"
 #ifndef MEMSET
index 00d46d12d0e621e2ddd6f616c4a1f4a893384db1..61868c701265e60751751b614841b1cb87243531 100644 (file)
@@ -23,7 +23,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in lib.  */
-# ifndef NOT_IN_libc
+# if IS_IN (libc)
 ENTRY(memset)
        .type   memset, @gnu_indirect_function
        cmpl    $0, __cpu_features+KIND_OFFSET(%rip)
@@ -37,7 +37,7 @@ ENTRY(memset)
 END(memset)
 # endif
 
-# if !defined NOT_IN_libc
+# if IS_IN (libc)
 #  undef memset
 #  define memset __memset_sse2
 
index 8a607bd6b744ce4fb123140956b8c784f9a42228..7528a422d88a5b1eb7191b0ea712fbf33d1046e1 100644 (file)
@@ -21,7 +21,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in lib.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # if defined SHARED && defined HAVE_AVX2_SUPPORT
 ENTRY(__memset_chk)
        .type   __memset_chk, @gnu_indirect_function
index dc782f2c2370915f74673ff8184e5f2eaf2795db..9b8db7a786adeaab85bd574f8a979301f8565965 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index fde7b9082246c63de8e2a705818349a194a214d1..9448125acbe5f7cdd36ce86fc54ba2d2e91086bf 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 
index d5c9d847d47481e6ebf366b90990363c74e4600c..531878016f4e61c2c611eb3e7f24a9d88f73ac57 100644 (file)
@@ -43,7 +43,7 @@
 
 
 /* Define multiple versions only for the definition in libc.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(STRCAT)
        .type   STRCAT, @gnu_indirect_function
index 0b3f0961c339a1e04fe05f6317ac3fcb42d3f31e..7870494b6e949672e1d35f87e6b1db41a1ee1460 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef  NOT_IN_libc
+#if IS_IN (libc)
 
 # include <sysdep.h>
 # include "asm-syntax.h"
index 63a35fa62fb032bdfe02c6f5c1df9207aa72aeeb..3f247b61695087319d33ffa0e6f8657b556e6029 100644 (file)
@@ -21,7 +21,7 @@
 
 
 /* Define multiple versions only for the definition in libc.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(strchr)
        .type   strchr, @gnu_indirect_function
index 43b3f300b4f51dbcc2c5d46e215b9e95884a401a..1b7fa33c91c6b3eddafe2ec9a37895012bcf5f4d 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define USE_SSSE3 1
 # define STRCMP __strcmp_ssse3
 # include "../strcmp.S"
index bd71714e0b8c5290f9c15aeb4478a4bb6c125092..45b21860866de69cde8662f41bdcf6f7b6b17844 100644 (file)
@@ -80,7 +80,7 @@
 /* Define multiple versions only for the definition in libc.  Don't
    define multiple versions for strncmp in static library since we
    need strncmp before the initialization happened.  */
-#if (defined SHARED || !defined USE_AS_STRNCMP) && !defined NOT_IN_libc
+#if (defined SHARED || !defined USE_AS_STRNCMP) && IS_IN (libc)
        .text
 ENTRY(STRCMP)
        .type   STRCMP, @gnu_indirect_function
index be7513d4805a942a4f2ad374440f1f644ef7355d..d616d1a7e586ef6c2c7817a6fd5c788b96dbf73a 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # ifndef USE_AS_STRCAT
 #  include <sysdep.h>
index 86569ff54a0ed3af304ae02a3593dec783746175..7ca044d3be7228b2bd6851f2d1f75489b6f94cae 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
 # ifndef USE_AS_STRCAT
 #  include <sysdep.h>
index 80ed98b30afa720c57fd4e0a37608f79a54f546d..0467b216ce1e412d33caf0f033f78043eba85a44 100644 (file)
@@ -57,7 +57,7 @@
 
 
 /* Define multiple versions only for the definition in libc.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(STRCPY)
        .type   STRCPY, @gnu_indirect_function
index 24f55e9579b5f9e4a1bc6d24ce3cda10a7c5bf9f..1250dc8fb5b01305eb32b32efbf01c814fd985ab 100644 (file)
@@ -41,7 +41,7 @@
 /* Define multiple versions only for the definition in libc.  Don't
    define multiple versions for strpbrk in static library since we
    need strpbrk before the initialization happened.  */
-#if (defined SHARED || !defined USE_AS_STRPBRK) && !defined NOT_IN_libc
+#if (defined SHARED || !defined USE_AS_STRPBRK) && IS_IN (libc)
        .text
 ENTRY(STRCSPN)
        .type   STRCSPN, @gnu_indirect_function
index bf7308eade6f77528cf1710b2e1ba6f9452166c1..66309266e3c7655a1cc6821bf2a9cae9de4a17a2 100644 (file)
@@ -26,7 +26,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in libc.  */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(strspn)
        .type   strspn, @gnu_indirect_function
index f27c0691981818bee45524c735a4fe383f8d9548..a51a83a9bec2adbc578c4bf5a3b79a0e5ab93013 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # define wcscpy  __wcscpy_sse2
 #endif
 
index c79389ec3b3e43e11c97397cee3292e418884902..5b188ac46e416952c2427a66f198d6a31d5a4292 100644 (file)
@@ -17,7 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <sysdep.h>
 
        .section .text.ssse3,"ax",@progbits
index f12ba27d60d44e29815985d086eb816353711904..43ffe6df00bd119ed6a80c9d3cc942ec943c6cfa 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in libc. */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 
        .text
 ENTRY(wcscpy)
index 1074238daf3f1f4fa309b5483705ad21ae5b134c..46b6715e18a4c864a2e000c0b298451ccb2ecf62 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
 # include <wchar.h>
 
 # define WMEMCMP  __wmemcmp_sse2
index 37b9bbaeeadb742f14e0753b11a7a4a8e7afb022..c5b211d786a003a4cf274fe8e74e4f9f57f88b50 100644 (file)
@@ -22,7 +22,7 @@
 #include <init-arch.h>
 
 /* Define multiple versions only for the definition in libc. */
-#ifndef NOT_IN_libc
+#if IS_IN (libc)
        .text
 ENTRY(wmemcmp)
        .type   wmemcmp, @gnu_indirect_function
index fc45a620ac2bb2fbf7e47926aec2976f4ddb81c7..b022a04ff7e7da6925c6f2ce10f8a2bce329db9f 100644 (file)
@@ -32,7 +32,7 @@
 /* The simplified code below is not set up to handle strncmp() so far.
    Should this become necessary it has to be implemented.  For now
    just report the problem.  */
-# ifdef NOT_IN_libc
+# if !IS_IN (libc)
 #  error "strncmp not implemented so far"
 # endif
 
@@ -51,7 +51,7 @@
 # include "locale-defines.h"
 
 /* No support for strcasecmp outside libc so far since it is not needed.  */
-# ifdef NOT_IN_libc
+# if !IS_IN (libc)
 #  error "strcasecmp_l not implemented so far"
 # endif
 
@@ -60,7 +60,7 @@
 # include "locale-defines.h"
 
 /* No support for strncasecmp outside libc so far since it is not needed.  */
-# ifdef NOT_IN_libc
+# if !IS_IN (libc)
 #  error "strncasecmp_l not implemented so far"
 # endif
 
@@ -126,7 +126,7 @@ libc_hidden_def (__strncasecmp)
 #endif
 
 ENTRY (STRCMP)
-#ifdef NOT_IN_libc
+#if !IS_IN (libc)
 /* Simple version since we can't use SSE registers in ld.so.  */
 L(oop):        movb    (%rdi), %al
        cmpb    (%rsi), %al
@@ -144,7 +144,7 @@ L(neq):     movl    $1, %eax
        cmovbl  %ecx, %eax
        ret
 END (STRCMP)
-#else  /* NOT_IN_libc */
+#else  /* !IS_IN (libc) */
 # ifdef USE_AS_STRCASECMP_L
        /* We have to fall back on the C implementation for locales
           with encodings not matching ASCII for single bytes.  */
@@ -2300,5 +2300,5 @@ LABEL(unaligned_table):
        .int    LABEL(ashr_14) - LABEL(unaligned_table)
        .int    LABEL(ashr_15) - LABEL(unaligned_table)
        .int    LABEL(ashr_0) - LABEL(unaligned_table)
-#endif /* NOT_IN_libc */
+#endif /* !IS_IN (libc) */
 libc_hidden_builtin_def (STRCMP)
This page took 0.398365 seconds and 5 git commands to generate.