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:56 +0000 (02:16 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 2 Feb 1999 10:16:56 +0000 (02:16 -0800)
commit80d8e475cc1f2bf9b78039a61b7a792dd0da5f33
tree63d9e99b4ef5b204e1fd4363b0464523ddd75abc
parent113f494fbf280aaaab52ba63d4729a68959e9e7f
jcf-write.c (localvar_alloc): Only emit entry for LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.

* 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: r24963
gcc/java/jcf-write.c