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)
commit36be4b99044c154ceda209db9ee7d469eb0eb209
tree00d9fba5b80365770d2551e6c4a503a2ee7444ea
parent743b0973210c8b39331ecd5f10e2d77f24381321
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: r24965
gcc/java/ChangeLog