aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index e7e48b6..7d3b9e2 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,11 @@
+Thu Nov 12 14:15:07 1998 Per Bothner <bothner@cygnus.com>
+
+ * class.c: Remove some unused variables.
+ * constants.c (find_string_constant): New function.
+ (count_constant_pool_bytes): Fix to correctly handle wide constants.
+ * decl.c (complete_start_java_method): Don't _Jv_InitClass
+ if flag_emit_class_files.
+
1998-11-12 Tom Tromey <tromey@cygnus.com>
* jcf-io.c (find_class): Added explanatory comment.