diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-02-07 13:53:46 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-02-08 12:55:34 -0500 |
commit | b2d3c3befb45ae4e5284274d9ce75ca462119239 (patch) | |
tree | 61da25699dbed7fac25830d74bb6de6fb7685e1c /ChangeLog | |
parent | ddacd1db6a83551dd56792f2f9867452f5ac2c13 (diff) | |
download | glibc-b2d3c3befb45ae4e5284274d9ce75ca462119239.tar.gz glibc-b2d3c3befb45ae4e5284274d9ce75ca462119239.tar.xz glibc-b2d3c3befb45ae4e5284274d9ce75ca462119239.zip |
Add more comments to _dl_load_cache_lookup().
Calling _dl_load_cache_lookup will load the cache if not already. If loading the cache fails no more attempts will be made to load the cache.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0fd23d3bd5..ab411fdc9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2013-02-08 Carlos O'Donell <carlos@redhat.com> + * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is + loaded if not already and that a failure is permanent. + +2013-02-08 Carlos O'Donell <carlos@redhat.com> + [BZ #15006] * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF. * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support. |