Move GCC ChangeLog entry to gcc/ChangeLog
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Sep 2012 15:15:16 +0000 (15:15 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Sep 2012 15:15:16 +0000 (15:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191853 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
gcc/ChangeLog

index 38217c4..48c9e06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,12 +9,6 @@
        * Makefile.def: Make all-gcc depend on all-libbacktrace.
        * Makefile.in: Rebuild.
 
-2012-09-21  Anthony Green  <green@moxielogic.com>
-
-       * config/moxie/moxie.opt: Add -mno-crt0 option.
-       * config/moxie/moxie.h (STARTFILE_SPEC): Handle -mno-crt0 option.
-       * doc/invoke.texi (Option Summary): Document -mno-crt0 option.
-
 2012-09-20  Walter Lee  <walt@tilera.com>
 
        * configure.ac: Add tilegx to list of targets that support gold.
index 58c772f..1643499 100644 (file)
        * optabs.c (prepare_cmp_insn): Expand comparison of the result
        of memcmp through generic comparison expansion code.
 
+2012-09-21  Anthony Green  <green@moxielogic.com>
+
+       * config/moxie/moxie.opt: Add -mno-crt0 option.
+       * config/moxie/moxie.h (STARTFILE_SPEC): Handle -mno-crt0 option.
+       * doc/invoke.texi (Option Summary): Document -mno-crt0 option.
+
 2012-09-21  Jack Howarth  <howarth@bromo.med.uc.edu>
 
        PR bootstrap/54642