From 36be4b99044c154ceda209db9ee7d469eb0eb209 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 2 Feb 1999 02:16:58 -0800 Subject: [PATCH] jcf-write.c (localvar_alloc): Only emit entry for LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 75a2d302d91..069daa4426a 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,12 @@ +Thu Jan 28 18:51:26 1999 Per Bothner + + * 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 * java/Makefile.in: Add missing dependencies for jcf-dump.o, -- 2.30.2