aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8a226e6..a2508b6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-03 Zdenek Dvorak <dvorakz@suse.cz>
+
+ * gengtype.c (main): Handle double_int type.
+ * tree.h (struct tree_int_cst): Make type of int_cst double_int.
+ * double-int.c: New file.
+ * double-int.h: New file.
+ * system.h: Include doubleint.h.
+ * Makefile.in (SYSTEM_H): Include double-int.h.
+ (double-int.o): Add.
+
2006-03-03 Joseph S. Myers <joseph@codesourcery.com>
PR bootstrap/26478