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