]> gcc.gnu.org Git - gcc.git/commitdiff
Fix misplaced ChangeLog entries
authorPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Thu, 11 Jun 2015 16:03:47 +0000 (16:03 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Thu, 11 Jun 2015 16:03:47 +0000 (16:03 +0000)
From-SVN: r224387

gcc/ChangeLog
gcc/c/ChangeLog
gcc/cp/ChangeLog

index a4d42dd022e20661399589c23cdb035b4bb5e55b..ef428b351a6cef35a4a2cbb25fcbf139aee9c84e 100644 (file)
@@ -31,9 +31,6 @@
        dwarf2out_register_main_translation_unit to this new hook.
        (dwarf2out_init): Associate any main translation unit to
        comp_unit_die ().
-       * c/c-decl.c (pop_scope): Register the main translation unit
-       through the new debug hook.
-        * cp/decl.c (cxx_init_decl_processing): Likewise.
 
 2015-06-11  Marek Polacek  <polacek@redhat.com>
 
index e5759a45e54dadf1643b0ac1e84ec22890c4921b..af83cd24fce299c14ed38ca4d132e8480116eecd 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-11  Pierre-Marie de Rodat  <derodat@adacore.com>
+
+       * c-decl.c (pop_scope): Register the main translation unit
+       through the new debug hook.
+
 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
 
        * c-array-notation.c : Adjust include files.
index 23c8deb2283889b93f201a98499d129564d4544b..39b5a08fe8fad65170fff62128c653c87151c569 100644 (file)
@@ -8,6 +8,11 @@
        * constexpr.c (cxx_eval_store_expression): Avoid messing up outer
        ctx->ctor.
 
+2015-06-11  Pierre-Marie de Rodat  <derodat@adacore.com>
+
+       * decl.c (cxx_init_decl_processing): Register the main
+       translation unit through the new debug hook.
+
 2015-06-10  Jason Merrill  <jason@redhat.com>
 
        PR c++/66289
This page took 0.08349 seconds and 5 git commands to generate.