diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-09-28 03:19:58 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-09-28 03:19:58 -0700 |
commit | 4fd894620f22dc189d3f8339e39c630c4d05421b (patch) | |
tree | 23ec71ebe63281d73d43f225bb517280138e5543 /ChangeLog | |
parent | 0d1804061a2c27ffe511a5f9df572ad9748d8219 (diff) | |
download | glibc-4fd894620f22dc189d3f8339e39c630c4d05421b.tar glibc-4fd894620f22dc189d3f8339e39c630c4d05421b.tar.gz glibc-4fd894620f22dc189d3f8339e39c630c4d05421b.tar.bz2 glibc-4fd894620f22dc189d3f8339e39c630c4d05421b.zip |
Fix missing reloc dependency
When DL_LOOKUP_ADD_DEPENDENCY was introduced a few callers of
_dl_lookup_versioned_symbol were not properly adjusted. One of them
survived until now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-09-25 Andreas Schwab <schwab@redhat.com> + + * elf/dl-reloc.c (RESOLVE_MAP): Always pass + DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x. + 2009-09-28 Samuel Thibault <samuel.thibault@ens-lyon.org> * bits/termios.h [__USE_UNIX98] (IXANY): Define macro. |