summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 86e14233c59..73bf46a508f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2007-08-06 Chao-ying Fu <fu@mips.com>
+
+ * fixed-value.h: New file.
+ * fixed-value.c: New file.
+ * Makefile.in (OBJS-common): Add fixed-value.o.
+ (fixed-value.o): New rule.
+ (GTFILES): Add fixed-value.h.
+ * double-int.c (double_int_scmp): We should use unsigned HOST_WIDE_INT
+ to compare a.low and b.low.
+ * gengtype.c (main): Handle FIXED_VALUE_TYPE type as scalar typedef.
+
2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
Daniel Jacobowitz <dan@codesourcery.com>