summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-07-26 16:35:21 +0000
committerUlrich Drepper <drepper@redhat.com>2008-07-26 16:35:21 +0000
commit619cc2f69d1670f8b81196e31f60092334bf562b (patch)
tree0736c6eaebf408626f32c1f880793fd8886c66f8 /ChangeLog
parent1311b164df26ee49740b805d4f32fffde163b1e6 (diff)
downloadglibc-619cc2f69d1670f8b81196e31f60092334bf562b.tar.gz
glibc-619cc2f69d1670f8b81196e31f60092334bf562b.tar.xz
glibc-619cc2f69d1670f8b81196e31f60092334bf562b.zip
* scripts/gen-as-const.awk: Generate more widely usable code by
	using 64-bit arithmetic.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 385fac7da7..3960301a32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
 
+	* scripts/gen-as-const.awk: Generate more widely usable code by
+	using 64-bit arithmetic.
+
 	* stdio-common/printf_fp.c (___printf_fp): Give wide outout code
 	the same treatment as narow output code in last patch.