]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove a testing hack
authorStan Shebs <stanshebs@google.com>
Tue, 20 Feb 2018 17:13:13 +0000 (09:13 -0800)
committerStan Shebs <stanshebs@google.com>
Tue, 20 Feb 2018 17:13:13 +0000 (09:13 -0800)
elf/rtld.c

index 5d4f0137845b50bed4b5dd8c8e2ee23c18075176..9040d7477e90e8176ecac30dd51485f35ac350e7 100644 (file)
@@ -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