aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-20 06:52:36 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-20 06:52:36 +0000
commit2541eda0d4528470d93c71be0a0b74b9dcae9b14 (patch)
treec443e4abef3ba88d93a1c2f19798966f9166387e /ChangeLog
parent4a4d50f3728ae901ad94e33ee53270906866371d (diff)
downloadglibc-2541eda0d4528470d93c71be0a0b74b9dcae9b14.tar
glibc-2541eda0d4528470d93c71be0a0b74b9dcae9b14.tar.gz
glibc-2541eda0d4528470d93c71be0a0b74b9dcae9b14.tar.bz2
glibc-2541eda0d4528470d93c71be0a0b74b9dcae9b14.zip
Update.
2001-03-19 Ulrich Drepper <drepper@redhat.com> * elf/dl-dst.h (DL_DST_COUNT): Add __builtin_expect. * elf/dl-load.c (_dl_dst_count): Make DST recognition more robust. (_dl_dst_substitute): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d054b0894..ae7e9b391a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-19 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/dl-dst.h (DL_DST_COUNT): Add __builtin_expect.
+
+ * elf/dl-load.c (_dl_dst_count): Make DST recognition more robust.
+ (_dl_dst_substitute): Likewise.
+
2001-03-17 Bruno Haible <haible@clisp.cons.org>
* intl/loadmsgcat.c (_nl_load_domain) [!_LIBC]: Use fstat, not fstat64.