Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 28 Oct 2004 06:53:20 +0000 (06:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 28 Oct 2004 06:53:20 +0000 (06:53 +0000)
2004-10-27  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-load.c (_dl_map_object): Use cache_rpath to check for
existing rpath in main executable, not explicit test.

ChangeLog
elf/dl-load.c
elf/tst-dlmopen3.c

index 3c9ae36..c697ef8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-27  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/dl-load.c (_dl_map_object): Use cache_rpath to check for
+       existing rpath in main executable, not explicit test.
+
 2004-10-27  Jakub Jelinek  <jakub@redhat.com>
 
        * include/resolv.h (_res_opcodes): New extern.
index 27f6e3f..ea287cd 100644 (file)
@@ -1875,7 +1875,7 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded,
            {
              l = GL(dl_ns)[LM_ID_BASE]._ns_loaded;
              if (l && l->l_type != lt_loaded && l != loader
-                 && l->l_rpath_dirs.dirs != (void *) -1)
+                 && cache_rpath (l, &l->l_rpath_dirs, DT_RPATH, "RPATH"))
                fd = open_path (name, namelen, preloaded, &l->l_rpath_dirs,
                                &realname, &fb);
            }
index da951ca..26c86b2 100644 (file)
@@ -1,6 +1,5 @@
 #include <dlfcn.h>
 #include <stdio.h>
-#include <gnu/lib-names.h>
 
 
 static int