Martin put his entry in the wrong ChangeLog. (toplevel instead of inside the gcc subdirectory).

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  <[email protected]>
-
-       * 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  <[email protected]>
 
        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  <[email protected]>
+
+       * 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  <[email protected]>
            Maxim Kuznetsov  <[email protected]>

Reply via email to