summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-17 00:49:09 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-17 00:49:09 +0000
commit7c91639ec9a640dd9637495a329468aea5818529 (patch)
tree0a6dd816013bca875841a07493a69ad6ac45a8da /elf
parente1f578d63b68f2c2b55fbd4e46086f1878de0cee (diff)
downloadglibc-7c91639ec9a640dd9637495a329468aea5818529.tar.gz
glibc-7c91639ec9a640dd9637495a329468aea5818529.tar.xz
glibc-7c91639ec9a640dd9637495a329468aea5818529.zip
Update.
2001-03-16  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext):
	Internationalize.
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c
index 873a0bad4b..44efb11da0 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -1514,7 +1514,7 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded,
       /* If the requested name matches the soname of a loaded object,
 	 use that object.  Elide this check for names that have not
 	 yet been opened.  */
-      if (l->l_faked == 0)
+      if (l->l_faked != 0)
 	continue;
       if (!_dl_name_match_p (name, l))
 	{