about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-29 19:30:24 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-29 19:30:24 +0000
commitd21a5ab6b0ecd20b4959d0e48a957d3226748d04 (patch)
treefbc4b3db09fb127d7b27582ae43d68f1fbbbf318 /ChangeLog
parentbab09b266190d8a3ec2590868921be8540d81b76 (diff)
downloadglibc-d21a5ab6b0ecd20b4959d0e48a957d3226748d04.tar.gz
glibc-d21a5ab6b0ecd20b4959d0e48a957d3226748d04.tar.xz
glibc-d21a5ab6b0ecd20b4959d0e48a957d3226748d04.zip
Update.
2002-12-29  Jakub Jelinek  <jakub@redhat.com>

	* elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
	in hwcap.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e109beace..1974243339 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-29  Jakub Jelinek  <jakub@redhat.com>
+
+	* elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
+	in hwcap.
+
 2002-12-28  Ulrich Drepper  <drepper@redhat.com>
 
 	* misc/sys/cdefs.h (__attribute_deprecated__): New #define.