This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch committed: Fix ChangeLog entry


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  <kito@0xlab.org>
-
-	* gcc/builtins.c (expand_movstr): Check movstr expand done or fail.
-
 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
 	    Sandra Loosemore  <sandra@codesourcery.com>
 
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  <kito@0xlab.org>
+
+	* builtins.c (expand_movstr): Check movstr expand done or fail.
+
 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
 	    H.J. Lu  <hongjiu.lu@intel.com>
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]