aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r--gcc/java/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 52e9da1..5d4f273 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,13 @@
+2007-12-18 Andrew Haley <aph@redhat.com>
+
+ PR java/27643
+ * jcf-parse.c (java_parse_file): Remove call to
+ java_mark_class_local.
+ (parse_class_file): Reinstate call to java_mark_class_local here.
+ * decl.c (java_mark_cni_decl_local): If the ASSEMBLER_NAME is
+ already set, call java_mangle_decl() and make_decl_rtl() to
+ rewrite its name as a hidden alias.
+
2007-12-15 Alexandre Oliva <aoliva@redhat.com>
PR debug/7081