diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-20 22:05:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-20 22:05:45 +0000 |
commit | 2f6164e233683930e3ef2313efcfc456114fd4da (patch) | |
tree | 75ff437ffe8a87f4440ff87cb18d789b5fb8b027 /ChangeLog | |
parent | a0e3f6f49caeaba666842f2999b57502437a1111 (diff) | |
download | glibc-2f6164e233683930e3ef2313efcfc456114fd4da.zip glibc-2f6164e233683930e3ef2313efcfc456114fd4da.tar.gz glibc-2f6164e233683930e3ef2313efcfc456114fd4da.tar.bz2 |
Update.
* elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
call test whether there is any scope left.
(_dl_lookup_versioned_symbol_skip): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 1999-02-20 Ulrich Drepper <drepper@cygnus.com> + * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup + call test whether there is any scope left. + (_dl_lookup_versioned_symbol_skip): Likewise. + * elf/Makefile (distribute): Add do-lookup.h. * elf/do-lookup.h: New file. Split out from dl-lookup.c. * elf/dl-lookup.c: Move do_lookup function in separate file and |