h
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 1998 14:26:09 +0000 (14:26 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 1998 14:26:09 +0000 (14:26 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23617 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog

index e7e48b6..7d3b9e2 100644 (file)
@@ -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.