Fix misplaced ChangeLog entries

From-SVN: r224387
This commit is contained in:
Pierre-Marie de Rodat 2015-06-11 16:03:47 +00:00
parent ca3e6775c3
commit a0349665f6
3 changed files with 10 additions and 3 deletions

View 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>

View 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.

View 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