diff mbox

PATCH: Move GCC ChangeLog entry to gcc/ChangeLog

Message ID 20120929151616.GA16701@gmail.com
State New
Headers show

Commit Message

H.J. Lu Sept. 29, 2012, 3:16 p.m. UTC
Hi,

I checked in this patch to move GCC ChangeLog entry to gcc/ChangeLog.

H.J.
---
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 191852)
+++ ChangeLog	(working copy)
@@ -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: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog	(revision 191852)
+++ gcc/ChangeLog	(working copy)
@@ -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