about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2018-02-20 09:13:13 -0800
committerStan Shebs <stanshebs@google.com>2018-02-20 09:13:13 -0800
commit10388c49b260e147476ad282b871cda708ea339d (patch)
tree5fa9c7029c384763d86e06b2c8e2b3d47573eddb /elf
parent1a12397c10134b9e6ec2c5198541b3446c65f75d (diff)
downloadglibc-10388c49b260e147476ad282b871cda708ea339d.tar.gz
glibc-10388c49b260e147476ad282b871cda708ea339d.tar.xz
glibc-10388c49b260e147476ad282b871cda708ea339d.zip
Remove a testing hack
Diffstat (limited to 'elf')
-rw-r--r--elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index 5d4f013784..9040d7477e 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