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]

Move ChangeLog entry to correct location


I committed this patch to move a ChangeLog entry to the correct
ChangeLog file.

I know it's confusing.

Changes to ChangeLog files do not themselves get ChangeLog entries.

Ian

Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog	(revision 170576)
+++ gcc/ChangeLog	(working copy)
@@ -729,10 +729,6 @@
 	Define nframes, mctx.  Use IS_SIGHANDLER, handler_args, mctx, walk
 	stack instead of hardcoded offsets.
 
-2011-02-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
-
-	* go/gccgo.texi (Top, Import and Export): Fix a typo and a markup nit.
-
 2011-02-14  Andriy Gapon  <avg@freebsd.org>
 
 	PR target/45808
Index: gcc/go/ChangeLog
===================================================================
--- gcc/go/ChangeLog	(revision 170576)
+++ gcc/go/ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2011-02-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+	* gccgo.texi (Top, Import and Export): Fix a typo and a markup nit.
+
 2011-02-08  Ian Lance Taylor  <iant@google.com>
 
 	* go-lang.c (go_langhook_init_options_struct): Set

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