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 4b0d5ac..5939ad5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-02 Janis Johnson <janis187@us.ibm.com>
+
+ * doc/gccint.texi (menu): Add Testsuites as a chapter.
+ * doc/sourcebuild.texi (Testsuites): Move up a level to be a
+ new chapter.
+ (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
+ LTO Testing, gcov Testing, profopt Testing, compat Testing,
+ Torture Tests): Change from subsection to section.
+
2010-03-02 Jakub Jelinek <jakub@redhat.com>
Steven Bosscher <steven@gcc.gnu.org>