about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-01-19 01:02:19 +0000
committerUlrich Drepper <drepper@redhat.com>2007-01-19 01:02:19 +0000
commit299f7b0ffced429e0ff8fc51ce301c3a7d294bbe (patch)
treec464948a46d0e34d73233475d78e78a3377c4ec3 /ChangeLog
parent10ccaa5caec00dc354379fce317a2dd2f3a448de (diff)
downloadglibc-299f7b0ffced429e0ff8fc51ce301c3a7d294bbe.tar.gz
glibc-299f7b0ffced429e0ff8fc51ce301c3a7d294bbe.tar.xz
glibc-299f7b0ffced429e0ff8fc51ce301c3a7d294bbe.zip
* scripts/gen-as-const.awk: Add cast to long to avoid int promotion
	of values on 64-bit platforms which are too large.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e339653ac..51d53121d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-18  Ulrich Drepper  <drepper@redhat.com>
+
+	* scripts/gen-as-const.awk: Add cast to long to avoid int promotion
+	of values on 64-bit platforms which are too large.
+
 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
 	    Joe Kerian  <jkerian@us.us.ibm.com>