about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-03-22 01:52:43 -0400
committerUlrich Drepper <drepper@gmail.com>2011-03-22 01:52:43 -0400
commitbb2420590cb2d7d3e580708d21e875d6562ae3c9 (patch)
tree86aa825587f618596c4e49d027aaaf2df86c9e8f /ChangeLog
parent786e84c533d00573fa0ba7e701b1ecb03f0111fb (diff)
downloadglibc-bb2420590cb2d7d3e580708d21e875d6562ae3c9.tar.gz
glibc-bb2420590cb2d7d3e580708d21e875d6562ae3c9.tar.xz
glibc-bb2420590cb2d7d3e580708d21e875d6562ae3c9.zip
Last change caused infinite loops because of missing loop increment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e59560432..7c537958cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-22  Ulrich Drepper  <drepper@gmail.com>
+
+	* sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
+	round counter.
+	* sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
+
 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #12597]