aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95dd0412a6..a0d2e3eb96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2000-04-17 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-reloc.c (_dl_relocat_object): Add more __builtin_expect.
+ * elf/dl-lookup.c: Add more __builtin_expect.
+ * elf/dl-init.c (_dl_init): Add more __builtin_expect.
+ * elf/dl-fini.c (_dl_fini): Add more __builtin_expect.
+ * elf/dl-deps.c (_dl_map_object_deps): Add more __builtin_expect.
+ * elf/dl-close.c (_dl_close): Add more __builtin_expect.
+ * elf/rtld.c (_dl_start_final): Add more __builtin_expect.
+
* elf/dl-lookup.c (add_dependency): Correct __builtin_expect use.
2000-04-15 Ulrich Drepper <drepper@redhat.com>