This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Use LD_SO in gnu/libnames.h


>>>>> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]