]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* elf/readlib.c (interpreters): Use LD_SO since this is supported
authorAndreas Jaeger <aj@suse.de>
Mon, 29 May 2000 17:19:36 +0000 (17:19 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 29 May 2000 17:19:36 +0000 (17:19 +0000)
for all platforms.

elf/readlib.c

index 1914267b9375bdb6f5f0ed59a2924d0c7e189ac6..8e2b91c6109e68398ca2255cdf0423a53144ab5d 100644 (file)
@@ -50,7 +50,7 @@ struct known_names
 
 static struct known_names interpreters [] =
 {
-  {"/lib/" LD_LINUX_SO, FLAG_ELF_LIBC6},
+  {"/lib/" LD_SO, FLAG_ELF_LIBC6},
   {"/lib/ld-linux.so.1", FLAG_ELF_LIBC5}
 };