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

0
* 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: r24964
gcc/java/jvspec.c