aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7e559a4..b6a1299 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -6,11 +6,11 @@
2006-05-15 Mircea Namolaru <namolaru@il.ibm.com>
- * see.c: Code style changes such as redundant paranthesis,
- redundant intialization of local variables etc.
- (see_main): Declared now as static.
- * doc/invoke.texi: Update that -fsee is not enabled by
- default at -O3.
+ * see.c: Code style changes such as redundant paranthesis,
+ redundant intialization of local variables etc.
+ (see_main): Declared now as static.
+ * doc/invoke.texi: Update that -fsee is not enabled by
+ default at -O3.
2006-05-15 Jakub Jelinek <jakub@redhat.com>