diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-27 06:18:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-27 06:18:49 +0000 |
commit | e84e339f5fb5653a3266c29130e19824a68bb517 (patch) | |
tree | 8b840742dba3ff70552d17ad3e15ca424b57d86b /ChangeLog | |
parent | 4c540916eaf342e36afc6f3ea602275f7baff370 (diff) | |
download | glibc-e84e339f5fb5653a3266c29130e19824a68bb517.zip glibc-e84e339f5fb5653a3266c29130e19824a68bb517.tar.gz glibc-e84e339f5fb5653a3266c29130e19824a68bb517.tar.bz2 |
Update.
* catgets/open_catalog.c (__open_catalog): Add a few __builtin_expect.
* elf/dl-load.c (_dl_map_object): Don't ignore RPATHs if loader ==
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ 2000-05-26 Ulrich Drepper <drepper@redhat.com> - * elf/dl-load.c (_dl_map_object): Don't ignore RPATHs of loader == + * catgets/open_catalog.c (__open_catalog): Add a few __builtin_expect. + + * elf/dl-load.c (_dl_map_object): Don't ignore RPATHs if loader == NULL. * posix/tst-preadwrite.c: Allow parallel execution of |