Use LD_SO in gnu/libnames.h
Andreas Jaeger
aj@suse.de
Mon May 29 10:20:00 GMT 2000
>>>>> Ulrich Drepper writes:
Uli> Thanks, it's applied.
Ok, then it's time to get readlib working again;-). I've committed
the appended patch.
Thanks,
Andreas
2000-05-29 Andreas Jaeger <aj@suse.de>
* elf/readlib.c (interpreters): Use LD_SO since this is supported
for all platforms.
Index: elf/readlib.c
===================================================================
RCS file: /cvs/glibc/libc/elf/readlib.c,v
retrieving revision 1.4
diff -u -r1.4 readlib.c
--- readlib.c 2000/05/26 10:22:54 1.4
+++ readlib.c 2000/05/29 17:19:11
@@ -50,7 +50,7 @@
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}
};
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.rhein-neckar.de
More information about the Libc-hacker
mailing list