From 40049ccc9f23773b00d57c250f7cc06608521940 Mon Sep 17 00:00:00 2001
From: Uros Bizjak <uros@gcc.gnu.org>
Date: Mon, 11 Feb 2008 15:10:34 +0100
Subject: [PATCH] ChangeLog: Move entry from here ...

	* ChangeLog: Move entry from here ...
	* gcc/ChangeLog: ... to here.

From-SVN: r132239
---
 ChangeLog     | 27 ++++++++++-----------------
 gcc/ChangeLog |  9 ++++++++-
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 53b283c2c3ea..f42e83a3ee18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,3 @@
-2008-02-10  Danny Smith  <dannysmith@users.sourceforge.net>
-
-	PR gcc/35063
-	* gthr-win32.h (__gthread_mutex_destroy_function): New function
-	to CloseHandle after unlocking to prevent accumulation of handle
-	count. 
-
 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
 
 	* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
@@ -17,11 +10,11 @@
 
 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
-        PR bootstrap/34922
-        * configure.ac (PARSE_ARGS): Push suitable setting of
-        ac_subdirs_all, for `./configure --help=recursive'.
-        Handle `+' in generic toplevel directory disabling.
-        * configure: Regenerate.
+	PR bootstrap/34922
+	* configure.ac (PARSE_ARGS): Push suitable setting of
+	ac_subdirs_all, for `./configure --help=recursive'.
+	Handle `+' in generic toplevel directory disabling.
+	* configure: Regenerate.
 
 2008-01-28  Nick Clifton  <nickc@redhat.com>
 
@@ -281,13 +274,13 @@
 
 	* config.sub, config.guess: Update from upstream sources.
 
-2007-08-22  Bud Davis   <jmdavis@link.com>
+2007-08-22  Bud Davis  <jmdavis@link.com>
 
 	* MAINTAINERS (Write After Approval): Added myself.
 	* MAINTAINERS (Reviewers): Removed myself.
 
 2007-08-18  Paul Brook  <paul@codesourcery.com>
-            Joseph Myers  <joseph@codesourcery.com>
+	    Joseph Myers  <joseph@codesourcery.com>
 
 	* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
 	(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
@@ -676,9 +669,9 @@
 	* configure: Rebuilt.
 
 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
-            Nathan Sidwell  <nathan@codesourcery.com>
-            Vladimir Prus  <vladimir@codesourcery.com
-            Joseph Myers  <joseph@codesourcery.com>
+	    Nathan Sidwell  <nathan@codesourcery.com>
+	    Vladimir Prus  <vladimir@codesourcery.com>
+	    Joseph Myers  <joseph@codesourcery.com>
 
 	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
 	* configure: Regenerate.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d5f7b4fdd605..32607e506c43 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,6 @@
 2008-02-11  Kai Tietz  <kai.tietz@onevision.com>
 
-	* config/i386/cygwin.asm: (__alloca): Correct calling 
+	* config/i386/cygwin.asm: (__alloca): Correct calling
 	convention and alignment.
 	(__chkstk): Force 8 byte stack alignment.
 
@@ -11,6 +11,13 @@
 	* tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
 	the zero we compare against.
 
+2008-02-10  Danny Smith  <dannysmith@users.sourceforge.net>
+
+	PR libfortran/35063
+	* gthr-win32.h (__gthread_mutex_destroy_function): New function
+	to CloseHandle after unlocking to prevent accumulation of handle
+	count.
+
 2008-02-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
 	PR middle_end/34150
-- 
GitLab