aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2006-02-20 16:16:34 +0000
committerAndrew Haley <aph@gcc.gnu.org>2006-02-20 16:16:34 +0000
commit517f4918eab4c20abdfca058cfe0e239325c23f7 (patch)
tree7f68d2632e2e6ce03303036ed849319e17c803e0 /gcc/java/ChangeLog
parent9a0ceb314437f690f13590e2a6ad5be9828674dc (diff)
downloadgcc-517f4918eab4c20abdfca058cfe0e239325c23f7.zip
gcc-517f4918eab4c20abdfca058cfe0e239325c23f7.tar.gz
gcc-517f4918eab4c20abdfca058cfe0e239325c23f7.tar.bz2
class.c (GEN_TABLE): Don't pushdecl *_SYMS_DECL here.
2006-02-15 Andrew Haley <aph@redhat.com> * class.c (GEN_TABLE): Don't pushdecl *_SYMS_DECL here. (make_class_data): pushdecl_top_level TYPE_OTABLE_SYMS_DECL, TYPE_ATABLE_SYMS_DECL, TYPE_ITABLE_SYMS_DECL here. From-SVN: r111306
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r--gcc/java/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index baf89cb..3d81137 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-15 Andrew Haley <aph@redhat.com>
+
+ * class.c (GEN_TABLE): Don't pushdecl *_SYMS_DECL here.
+ (make_class_data): pushdecl_top_level TYPE_OTABLE_SYMS_DECL,
+ TYPE_ATABLE_SYMS_DECL, TYPE_ITABLE_SYMS_DECL here.
+
2006-02-09 Andrew Haley <aph@redhat.com>
PR java/26192