diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-02-26 20:50:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-02-26 20:50:52 +0000 |
commit | 67d7308c0a772caebcd63633ff9321a5eb5741c2 (patch) | |
tree | 5da812247b1932ea58910288a18d2162904b9d6a /ChangeLog | |
parent | 74c5693b2e5475585ccaba8deadf8ca3b58a330a (diff) | |
download | glibc-67d7308c0a772caebcd63633ff9321a5eb5741c2.zip glibc-67d7308c0a772caebcd63633ff9321a5eb5741c2.tar.gz glibc-67d7308c0a772caebcd63633ff9321a5eb5741c2.tar.bz2 |
* elf/do-lookup.h (do_lookup_x): No need to compare SKIP to NULL
before comparison with MAP.
* elf/dl-sym.c (do_sym): For RTLD_NEXT, pass MATCH to
dl_lookup_symbol_x instead of L.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2006-02-26 Ulrich Drepper <drepper@redhat.com> + + * elf/do-lookup.h (do_lookup_x): No need to compare SKIP to NULL + before comparison with MAP. + + * elf/dl-sym.c (do_sym): For RTLD_NEXT, pass MATCH to + dl_lookup_symbol_x instead of L. + 2006-02-24 Mike Frysinger <vapier@gentoo.org> * sysdeps/gnu/net/if.h (IFF_DYNAMIC): New macro. @@ -6,7 +14,6 @@ * configure.in: Use sparc/sparc32/sparcv9/sparcv9b in place of sparc/sparc32/sparcv9b. - * configure: Regenerated. * sysdeps/sparc/sparc32/sparcv9b/Implies: File removed. * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/Implies: File removed. |