summaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r--gcc/java/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 4f786b40cbd..993890d0079 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,12 @@
+2013-05-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgcj/57074
+ * class.c (emit_symbol_table): Use array type of the
+ right size for the_syms_decl and its DECL_INITIAL, instead
+ of symbols_array_type. Set TREE_TYPE (the_syms_decl) to it.
+ (emit_assertion_table): Use array type of the right size
+ for table_decl and its DECL_INITIAL.
+
2013-04-15 Gerald Pfeifer <gerald@pfeifer.com>
* gcj.texi (Configure-time Options): Refer to GCC, not gcc.