This patch moves to the gcc/ChangeLog file a gcc ChangeLog entry that
was incorrectly added to the top-level ChangeLog file.  Changes to
ChangeLog files do not themselves get ChangeLog entries.  Committed as
obvious.

Ian

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 206892)
+++ ChangeLog	(working copy)
@@ -3,10 +3,6 @@
 	* MAINTAINERS: Convert to UTF-8.
 	Properly sort Xinliang David Li's entry.
 
-2014-01-19  Kito Cheng  <[email protected]>
-
-	* gcc/builtins.c (expand_movstr): Check movstr expand done or fail.
-
 2013-12-31  Chung-Lin Tang  <[email protected]>
 	    Sandra Loosemore  <[email protected]>
 
Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog	(revision 206892)
+++ gcc/ChangeLog	(working copy)
@@ -123,6 +123,10 @@
 
 	* config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
 
+2014-01-19  Kito Cheng  <[email protected]>
+
+	* builtins.c (expand_movstr): Check movstr expand done or fail.
+
 2014-01-18  Uros Bizjak  <[email protected]>
 	    H.J. Lu  <[email protected]>
 

Reply via email to