diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-25 19:34:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-25 19:34:42 +0000 |
commit | fd77c3615da7e73e590e2d85a86145a003f9ce6b (patch) | |
tree | ecca477e8addfc0433d5e807d1eb5e4352342286 /ChangeLog | |
parent | b65d9522d44268c81adcd750bcaa574210668edc (diff) | |
download | glibc-fd77c3615da7e73e590e2d85a86145a003f9ce6b.tar.gz glibc-fd77c3615da7e73e590e2d85a86145a003f9ce6b.tar.xz glibc-fd77c3615da7e73e590e2d85a86145a003f9ce6b.zip |
Update.
* elf/dl-load.c: Fix typo in comment. Add a few more __builtin_expect.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 592f5252b0..a0cf55b90b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-25 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c: Fix typo in comment. Add a few more __builtin_expect. + * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static inline to avoid defining it in every file which includes this header. |