aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gcc.gnu.org>2012-09-29 08:15:16 -0700
committerH.J. Lu <hjl@gcc.gnu.org>2012-09-29 08:15:16 -0700
commitdf98376a391d42fa570b557391199b041abaeb42 (patch)
tree537a3740a079914bdc3ffbcee672e1ff5276ca4a
parent245ef1609299d7c4975e8cbd9e50586474c86aff (diff)
downloadgcc-df98376a391d42fa570b557391199b041abaeb42.zip
gcc-df98376a391d42fa570b557391199b041abaeb42.tar.gz
gcc-df98376a391d42fa570b557391199b041abaeb42.tar.bz2
Move GCC ChangeLog entry to gcc/ChangeLog
From-SVN: r191853
-rw-r--r--ChangeLog6
-rw-r--r--gcc/ChangeLog6
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 38217c4..48c9e06 100644
--- 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.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 58c772f..1643499 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -541,6 +541,12 @@
* 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