jcf-write.c (localvar_alloc): Only emit entry for LocalVariableTable if debug_info_le...
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 2 Feb 1999 10:16:58 +0000 (02:16 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 2 Feb 1999 10:16:58 +0000 (02:16 -0800)

* jcf-write.c (localvar_alloc):  Only emit entry for
LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.
(generate_bytecode_insns):  Only call put_linenumber if
debug_info_level > DINFO_LEVEL_NONE.
* jvspec.c (lang_specific_driver):  If no -O* or -g* option
is specified, add -g1 (for compatibility wih javac).

From-SVN: r24965

gcc/java/ChangeLog

index 75a2d302d915ef3600adc9b47cf0925cb5e2c7a6..069daa4426aa8f5fde47efe6836766750ed117a8 100644 (file)
@@ -1,3 +1,12 @@
+Thu Jan 28 18:51:26 1999  Per Bothner  <bothner@cygnus.com>
+
+       * jcf-write.c (localvar_alloc):  Only emit entry for
+       LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.
+       (generate_bytecode_insns):  Only call put_linenumber if
+       debug_info_level > DINFO_LEVEL_NONE.
+       * jvspec.c (lang_specific_driver):  If no -O* or -g* option
+       is specified, add -g1 (for compatibility wih javac).
+
 Thu Jan 28 09:17:51 1999  Hans-Peter Nilsson  <hp@axis.se>
 
        * java/Makefile.in: Add missing dependencies for jcf-dump.o,