aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 15f1932..4a0d723 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2005-04-28 DJ Delorie <dj@redhat.com>
+
+ * optc-gen.awk (END): Make sure no variable is defined more
+ than once.
+ * opth-gen.awk (END): Allocate bits on a per-variable basis.
+ Allow for bitfield variables other than target_flags.
+ * doc/options.text (Mask): Document that you may specify a
+ variable other than target_flags.
+
2005-04-28 Martin Koegler <mkoegler@auto.tuwien.ac.at>
PR rtl-optimization/18877