aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-16 23:00:38 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-16 23:00:38 +0000
commit7ad9abc031bf09eb5e9f463c3595547ff13edf47 (patch)
tree3fa463aee195467baccb08e629f41d33b2082bd0 /ChangeLog
parent392a9239981d9855a7ff70b62de1b1518b137f5b (diff)
downloadglibc-7ad9abc031bf09eb5e9f463c3595547ff13edf47.tar
glibc-7ad9abc031bf09eb5e9f463c3595547ff13edf47.tar.gz
glibc-7ad9abc031bf09eb5e9f463c3595547ff13edf47.tar.bz2
glibc-7ad9abc031bf09eb5e9f463c3595547ff13edf47.zip
Update.
2000-09-16 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/Implies: Reorder ieee754 implies so that ldbl-* comes first. * sysdeps/m68k/Implies: Likewise. * sysdeps/sparc/sparc64/Implies: Likewise. 2000-09-16 Jakub Jelinek <jakub@redhat.com> * elf/readlib.c (process_file): Don't error for stale .so links either. * elf/dl-load.c (_dl_map_object_from_fd): Add one more __builtin_expect.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7626de1ebd..eee0100eea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
+2000-09-16 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/ia64/Implies: Reorder ieee754 implies so that ldbl-* comes
+ first.
+ * sysdeps/m68k/Implies: Likewise.
+ * sysdeps/sparc/sparc64/Implies: Likewise.
+
+2000-09-16 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/readlib.c (process_file): Don't error for stale .so links either.
+
2000-09-16 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-load.c (_dl_map_object_from_fd): Add one more
+ __builtin_expect.
+
* include/bits/xopen_lim.h (LONG_BIT): Use LONG_MAX, not INT_MAX.
Patch by Thorsten Kukuk <kukuk@suse.de>.