diff mbox

Minor ChangeLog goof

Message ID 525D64F2.7040607@redhat.com
State New
Headers show

Commit Message

Jeff Law Oct. 15, 2013, 3:53 p.m. UTC
Martin put his entry in the wrong ChangeLog.  (toplevel instead of 
inside the gcc subdirectory).

Fixed in the obvious way.

Comments

Martin Jambor Oct. 16, 2013, 1:18 p.m. UTC | #1
On Tue, Oct 15, 2013 at 09:53:22AM -0600, Jeff Law wrote:
> 
> Martin put his entry in the wrong ChangeLog.  (toplevel instead of
> inside the gcc subdirectory).

Ouch, sorry and thanks for spotting and fixing it.

Martin


> 
> Fixed in the obvious way.
> 

> diff --git a/ChangeLog b/ChangeLog
> index 63c6cd8..0d3c199 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,9 +1,3 @@
> -2013-10-15  Martin Jambor  <mjambor@suse.cz>
> -
> -	* ipa-utils.h (ipa_edge_within_scc): Declare.
> -	* ipa-cp.c (edge_within_scc): Moved...
> -	* ipa-utils.c (ipa_edge_within_scc): ...here.  Updated all callers.
> -
>  2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
>  
>  	Import from savannah.gnu.org:
> diff --git a/gcc/ChangeLog b/gcc/ChangeLog
> index 4142dd2..09e2494 100644
> --- a/gcc/ChangeLog
> +++ b/gcc/ChangeLog
> @@ -753,6 +753,11 @@
>  	(avx512f_getmant<mode>): Ditto.
>  	(avx512f_rndscale<mode>): Fix formatting.
>  
> +2013-10-15  Martin Jambor  <mjambor@suse.cz>
> +
> +	* ipa-utils.h (ipa_edge_within_scc): Declare.
> +	* ipa-cp.c (edge_within_scc): Moved...
> +	* ipa-utils.c (ipa_edge_within_scc): ...here.  Updated all callers.
>  
>  2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
>  	    Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
diff mbox

Patch

diff --git a/ChangeLog b/ChangeLog
index 63c6cd8..0d3c199 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,3 @@ 
-2013-10-15  Martin Jambor  <mjambor@suse.cz>
-
-	* ipa-utils.h (ipa_edge_within_scc): Declare.
-	* ipa-cp.c (edge_within_scc): Moved...
-	* ipa-utils.c (ipa_edge_within_scc): ...here.  Updated all callers.
-
 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
 
 	Import from savannah.gnu.org:
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4142dd2..09e2494 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -753,6 +753,11 @@ 
 	(avx512f_getmant<mode>): Ditto.
 	(avx512f_rndscale<mode>): Fix formatting.
 
+2013-10-15  Martin Jambor  <mjambor@suse.cz>
+
+	* ipa-utils.h (ipa_edge_within_scc): Declare.
+	* ipa-cp.c (edge_within_scc): Moved...
+	* ipa-utils.c (ipa_edge_within_scc): ...here.  Updated all callers.
 
 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
 	    Maxim Kuznetsov  <maxim.kuznetsov@intel.com>