diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-23 15:38:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-23 15:38:56 +0000 |
commit | 65c64a0b4afc4814d11af5d185772eb48d72e6ce (patch) | |
tree | 7bdafd7ea60dcb760218ea487e1a6df41cd63ef5 /ChangeLog | |
parent | f1f0edfe2ccf8067bf6b9c2da1aa933dacfb37c6 (diff) | |
download | glibc-65c64a0b4afc4814d11af5d185772eb48d72e6ce.tar glibc-65c64a0b4afc4814d11af5d185772eb48d72e6ce.tar.gz glibc-65c64a0b4afc4814d11af5d185772eb48d72e6ce.tar.bz2 glibc-65c64a0b4afc4814d11af5d185772eb48d72e6ce.zip |
Update.
* elf/dl-lookup.c (do_lookup): If looking up an unversioned symbol
but the object file only contains versioned definitions than
accept the definition if there is exactly one even if the version
number is not the default version. This helps dlsym() to find
newly introduced symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 1998-12-23 Ulrich Drepper <drepper@cygnus.com> + * elf/dl-lookup.c (do_lookup): If looking up an unversioned symbol + but the object file only contains versioned definitions than + accept the definition if there is exactly one even if the version + number is not the default version. This helps dlsym() to find + newly introduced symbols. + * locale/programs/ld-collate.c: Unify messages and correct typos. * locale/programs/ld-monetary.c: Likewise. * locale/programs/ld-numeric.c: Likewise. |