8sa1-gcc/gcc/java
Alexandre Petit-Bianco e8fc739639 lang.c (lang_decode_option): Fixed returned value when parsing -fxref=...' and -Wall'.
Mon Apr 19 14:44:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* lang.c (lang_decode_option): Fixed returned value when parsing
 	`-fxref=...' and `-Wall'.
	* parse.y (source_end_java_method): Do not generate code when
 	flag_emit_xref is set.
	(resolve_expression_name): Do not build static field access when
 	flag_emit_xref is set.
	(resolve_field_access): No special treatement on `length' when
 	flag_emit_xref is set. Do not build qualified static field access
 	when flag_emit_xref is set.
	(patch_invoke): Keep the method DECL as operand 0 of the CALL_EXPR
 	when flag_emit_xref is set.
	(patch_assignment): Do not generate array store runtime check when
 	flag_emit_xref is set.
	* xref.c (xref_flag_value): Fixed function declaration
 	indentation.
	(xset_set_data): New function.
	* xref.h (xref_set_data): Added prototype for new function.
	(typedef struct xref_flag_table): New field data.
	(XREF_GET_DATA): New macro.

From-SVN: r26550
1999-04-19 08:45:57 -07:00
..
buffer.c Makefile.in: Add many missing dependencies. 1998-09-14 03:42:24 -06:00
buffer.h 1998-10-12 05:43:53 -07:00
ChangeLog lang.c (lang_decode_option): Fixed returned value when parsing -fxref=...' and -Wall'. 1999-04-19 08:45:57 -07:00
check-init.c Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(JAVA_TREE_H). 1999-03-21 06:09:25 +00:00
class.c class.c (add_method_1): Cast the argument of `bzero' to PTR. 1999-04-05 13:04:38 +00:00
config-lang.in [multiple changes] 1998-10-22 13:06:56 +00:00
constants.c Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(JAVA_TREE_H). 1999-03-21 06:09:25 +00:00
convert.h class.c (is_compiled_class): Call safe_layout_class for class compiled from source. 1998-11-10 10:04:25 -08:00
decl.c class.c (add_method_1): Cast the argument of `bzero' to PTR. 1999-04-05 13:04:38 +00:00
except.c Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(JAVA_TREE_H). 1999-03-21 06:09:25 +00:00
expr.c expr.c (pop_type_0): New function. 1999-04-06 07:28:37 -07:00
gjavah.c gjavah.c: New prototypes for java_float_finite and java_double_finite. 1999-04-15 13:14:30 +00:00
java-except.h except.c, [...] (expand_resume_after_catch): new function. 1999-01-25 10:32:18 +00:00
java-opcodes.h
java-tree.def Use new TRY_FINALLY_EXPR tree node. 1999-02-19 04:32:50 -08:00
java-tree.h expr.c (pop_type_0): New function. 1999-04-06 07:28:37 -07:00
javaop.def
javaop.h Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h. 1999-02-01 07:00:40 +00:00
jcf-depend.c class.c (add_method_1): Cast the argument of `bzero' to PTR. 1999-04-05 13:04:38 +00:00
jcf-dump.c Warning fixes: 1999-03-23 07:24:15 +00:00
jcf-io.c Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(JAVA_TREE_H). 1999-03-21 06:09:25 +00:00
jcf-parse.c Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H). 1999-04-05 13:09:45 +00:00
jcf-path.c class.c (add_method_1): Cast the argument of `bzero' to PTR. 1999-04-05 13:04:38 +00:00
jcf-reader.c Warning fixes: 1999-03-12 17:13:24 +00:00
jcf-write.c Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(JAVA_TREE_H). 1999-03-21 06:09:25 +00:00
jcf.h Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(JAVA_TREE_H). 1999-03-21 06:09:25 +00:00
jv-scan.c Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(JAVA_TREE_H). 1999-03-21 06:09:25 +00:00
jvgenmain.c Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(JAVA_TREE_H). 1999-03-21 06:09:25 +00:00
jvspec.c Warning fixes: 1999-03-23 07:24:15 +00:00
keyword.gperf Makefile.in (keyword.h): Generate using gperf language 'C'... 1999-03-31 08:05:08 +00:00
keyword.h Makefile.in (keyword.h): Generate using gperf language 'C'... 1999-03-31 08:05:08 +00:00
lang-options.h gjavah.c (main): Handle --output-class-directory argument. 1998-11-13 14:09:53 +00:00
lang-specs.h flags.h: Declare flag_no_ident. 1999-01-31 17:46:52 +00:00
lang.c lang.c (lang_decode_option): Fixed returned value when parsing -fxref=...' and -Wall'. 1999-04-19 08:45:57 -07:00
lex.c class.c (add_method_1): Cast the argument of `bzero' to PTR. 1999-04-05 13:04:38 +00:00
lex.h Warning fixes: 1999-03-23 07:24:15 +00:00
Make-lang.in gcc.c: Compile unconditionally all code formerly dependent on #ifdef LANG_SPECIFIC_DRIVER. 1999-03-25 16:36:47 -07:00
Makefile.in Makefile.in (TREE_H): Add tree-check.h. 1999-04-06 16:22:07 -06:00
mangle.c Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(JAVA_TREE_H). 1999-03-21 06:09:25 +00:00
parse-scan.c class.c (add_method_1): Cast the argument of `bzero' to PTR. 1999-04-05 13:04:38 +00:00
parse-scan.y class.c (add_method_1): Cast the argument of `bzero' to PTR. 1999-04-05 13:04:38 +00:00
parse.c xref.h (enum): Removed trailing comma. 1999-04-19 10:20:27 +00:00
parse.h [multiple changes] 1999-03-27 08:17:16 -08:00
parse.y lang.c (lang_decode_option): Fixed returned value when parsing -fxref=...' and -Wall'. 1999-04-19 08:45:57 -07:00
typeck.c Warning fixes: 1999-03-12 17:13:24 +00:00
verify.c expr.c (pop_type_0): New function. 1999-04-06 07:28:39 -07:00
xref.c lang.c (lang_decode_option): Fixed returned value when parsing -fxref=...' and -Wall'. 1999-04-19 08:45:57 -07:00
xref.h lang.c (lang_decode_option): Fixed returned value when parsing -fxref=...' and -Wall'. 1999-04-19 08:45:57 -07:00
zextract.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
zipfile.h Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(JAVA_TREE_H). 1999-03-21 06:09:25 +00:00