From: Siddhesh Poyarekar Date: Thu, 20 Nov 2014 15:54:22 +0000 (+0530) Subject: Remove last place for definition of IS_IN_* macros X-Git-Tag: glibc-2.21~343 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76ca86a506a81d8a08655fb331162926569a47d6;p=thirdparty%2Fglibc.git Remove last place for definition of IS_IN_* macros Ignoring IS_IN_build, which has a different purpose altogether, this patch removes the last bit of IS_IN_* macro definitions. Now barring NOT_IN_libc, all cases use the IN_MODULE scheme. Generated code unchanged on x86_64. * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib). --- diff --git a/ChangeLog b/ChangeLog index ce1559e31ed..c70d68ad1f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-11-24 Siddhesh Poyarekar + * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib). + * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld. * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld. * elf/rtld-Rules: Likewise. diff --git a/extra-lib.mk b/extra-lib.mk index c719bd9b910..7cdf8234af8 100644 --- a/extra-lib.mk +++ b/extra-lib.mk @@ -106,4 +106,4 @@ ifneq (,$(cpp-srcs-left)) include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left)) endif -CPPFLAGS-$(lib) := -DNOT_IN_libc=1 -DIS_IN_$(lib)=1 +CPPFLAGS-$(lib) := -DNOT_IN_libc=1