diff options
author | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2015-06-11 16:03:47 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2015-06-11 16:03:47 +0000 |
commit | a0349665f672f8840311f246a7390c6233034f1b (patch) | |
tree | 3462a11bca1f95518eb3f8f516b7b2153ed404fb | |
parent | ca3e6775c388664e3eb2d2f9c6bd4ecdc9000be8 (diff) | |
download | gcc-a0349665f672f8840311f246a7390c6233034f1b.zip gcc-a0349665f672f8840311f246a7390c6233034f1b.tar.gz gcc-a0349665f672f8840311f246a7390c6233034f1b.tar.bz2 |
Fix misplaced ChangeLog entries
From-SVN: r224387
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/c/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
3 files changed, 10 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a4d42dd..ef428b3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index e5759a4..af83cd2 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -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. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 23c8deb..39b5a08 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 |