]> gcc.gnu.org Git - gcc.git/commitdiff
Move C++ specific ChangeLog entry for "cp_binding_level reorg" patch
authorDevang Patel <dpatel@gcc.gnu.org>
Thu, 26 Sep 2002 04:36:40 +0000 (21:36 -0700)
committerDevang Patel <dpatel@gcc.gnu.org>
Thu, 26 Sep 2002 04:36:40 +0000 (21:36 -0700)
from Changelog into cp/Changelog

From-SVN: r57523

gcc/ChangeLog
gcc/cp/ChangeLog

index fb9962970034f2782a439446696a4f33e1ae4d97..b618bd7753df5c16457033d0e108182190593328 100644 (file)
@@ -549,22 +549,6 @@ Tue Aug 27 20:07:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
        "*zero_extendqihi2_31"): New insns.
        ("*zero_extendqihi2_64"): Do not clobber CC.
 
-2002-09-18  Devang Patel  <dpatel@apple.com>
-
-       * cp/cp-tree.h: New prototype for walk_vtabls().
-       * cp/decl.c (walk_vtables_r): New function.
-       (struct cp_binding_level): Add new members, namespaces,
-       names_size and vtables.
-       (add_decl_to_level): Add decl in namespaces or vtables
-       chain, if conditions match.
-       (walk_vtables): New function.
-       (walk_namespaces_r): Travers separate namespace chain
-       for namespace decls.
-       (wrapup_globals_for_namespace): Use names_size instead
-       of list_length().
-       * cp/decl2.c (finish_file): Use walk_vtables() instead of
-       walk_globals() to walk vtable decls.
-
 2002-09-19  Steve Ellcey  <sje@cup.hp.com>
 
        * config/ia64/hpux.h (CTORS_SECTION_ASM_OP): New.
index c9f7523d1c799e225f4a08f752baa09d9687d1d1..2bea71dfad7fee57a5d42b539322a5557141f922 100644 (file)
        * tree.c: Likewise.
        * typeck.c: Likewise.
 
+2002-09-18  Devang Patel  <dpatel@apple.com>
+
+       * cp/cp-tree.h: New prototype for walk_vtabls().
+       * cp/decl.c (walk_vtables_r): New function.
+       (struct cp_binding_level): Add new members, namespaces,
+       names_size and vtables.
+       (add_decl_to_level): Add decl in namespaces or vtables
+       chain, if conditions match.
+       (walk_vtables): New function.
+       (walk_namespaces_r): Travers separate namespace chain
+       for namespace decls.
+       (wrapup_globals_for_namespace): Use names_size instead
+       of list_length().
+       * cp/decl2.c (finish_file): Use walk_vtables() instead of
+       walk_globals() to walk vtable decls.
+
 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
 
        * decl.c (grokdeclarator): Use assert, not internal_error. Don't
This page took 0.105265 seconds and 5 git commands to generate.