From: Stan Shebs Date: Tue, 20 Feb 2018 17:13:13 +0000 (-0800) Subject: Remove a testing hack X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10388c49b260e147476ad282b871cda708ea339d;p=thirdparty%2Fglibc.git Remove a testing hack --- diff --git a/elf/rtld.c b/elf/rtld.c index 5d4f0137845..9040d7477e9 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -324,7 +324,7 @@ DL_SYSINFO_IMPLEMENTATION is fine, too. The latter is important here. We can avoid setting up a temporary link map for ld.so if we can mark _rtld_global as hidden. */ -#if 0 //def PI_STATIC_AND_HIDDEN +#ifdef PI_STATIC_AND_HIDDEN # define DONT_USE_BOOTSTRAP_MAP 1 #endif