mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Remove IS_IN_ldconfig
Replace with IS_IN (ldconfig). No change in generated code. * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of IS_IN_ldconfig. * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN. * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
This commit is contained in:
parent
2886d2d14d
commit
fb6784e306
@ -1,5 +1,10 @@
|
||||
2014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
|
||||
IS_IN_ldconfig.
|
||||
* sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
|
||||
* sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
|
||||
|
||||
* include/shlib-compat.h [!NOT_IN_libc]: Remove.
|
||||
* nss/nss_files/files-parse.c (IS_IN_libc): Replace with
|
||||
IS_IN (libc).
|
||||
|
@ -437,7 +437,7 @@ $(objpfx)ldconfig: $(ldconfig-modules:%=$(objpfx)%.o)
|
||||
|
||||
SYSCONF-FLAGS := -D'SYSCONFDIR="$(sysconfdir)"'
|
||||
CFLAGS-ldconfig.c = $(SYSCONF-FLAGS) -D'LIBDIR="$(libdir)"' \
|
||||
-D'SLIBDIR="$(slibdir)"' -DIS_IN_ldconfig=1 -DNOT_IN_libc=1
|
||||
-D'SLIBDIR="$(slibdir)"' -DNOT_IN_libc
|
||||
libof-ldconfig = ldconfig
|
||||
CFLAGS-dl-cache.c = $(SYSCONF-FLAGS)
|
||||
CFLAGS-cache.c = $(SYSCONF-FLAGS)
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifdef IS_IN_ldconfig
|
||||
#if IS_IN (ldconfig)
|
||||
# include <sysdeps/i386/dl-procinfo.c>
|
||||
#else
|
||||
# include <sysdeps/generic/dl-procinfo.c>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifdef IS_IN_ldconfig
|
||||
#if IS_IN (ldconfig)
|
||||
# include <sysdeps/unix/sysv/linux/i386/dl-procinfo.h>
|
||||
#else
|
||||
# include <sysdeps/generic/dl-procinfo.h>
|
||||
|
Loading…
Reference in New Issue
Block a user