aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
1999-07-01class.c (finish_class): Whenever a deferred method is output...Andrew Haley1-4/+9
1999-06-02[multiple changes]Anthony Green1-0/+2
1999-05-19Warning fixes:Kaveh R. Ghazi1-1/+1
1999-05-05class.c (make_field_value): DECL_INITIAL may be a string literal...Per Bothner1-0/+7
1999-05-03check-init.c (check_init): Exclude a case of error when doing xrefs.Alexandre Petit-Bianco1-1/+2
1999-04-26class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco1-2/+5
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi1-1/+1
1999-03-28Warning fixes:Kaveh R. Ghazi1-5/+2
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-11/+21
1999-03-19[multiple changes]Alexandre Petit-Bianco1-2/+12
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1-1/+1
1999-03-12parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR.Alexandre Petit-Bianco1-1/+2
1999-03-08lex.c (java_parse_end_comment): Take extra parameter (next char).Per Bothner1-3/+4
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-4/+4
1999-02-19parse.y (obtain_incomplete_type): Don't wrap unknown types in TREE_LIST - jus...Per Bothner1-10/+14
1999-02-17class.c (build_utf8_ref): Back out broken patch which was intended to to outp...Andrew Haley1-19/+19
1999-02-05class.c (make_class_data): The superclass of an interface should be null, not...Andrew Haley1-1/+2
1999-02-04class.c (build_utf8_ref): Output signatures using '.' as a separator, rather ...Andrew Haley1-10/+15
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-6/+9
1999-01-12class.c (maybe_layout_super_class): Fixed returned value.Alexandre Petit-Bianco1-1/+1
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-0/+28
1998-12-11expr.c (invoke_build_dtable): Renamed dtable -> vtable.Tom Tromey1-4/+4
1998-12-02class.c (layout_class_method): Call build_java_argument_signature on construc...Alexandre Petit-Bianco1-0/+1
1998-12-01class.c (layout_class_method): Don't report error on non-static overriding st...Alexandre Petit-Bianco1-1/+2
1998-11-25java-tree.h (end_params_node): Declare global.Per Bothner1-96/+112
1998-11-24[multiple changes]Alexandre Petit-Bianco1-159/+214
1998-11-18class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1-2/+12
1998-11-12class.c: Remove some unused variables.Per Bothner1-4/+1
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-1/+6
1998-10-30class.c (build_class_ref): Changed name of primitive classes to start with `_...Tom Tromey1-2/+2
1998-10-30class.c (make_class_data): Renamed fields: nmethods to method_count, method_c...Tom Tromey1-5/+3
1998-10-28class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead.Alexandre Petit-Bianco1-2/+5
1998-10-28decl.c (init_decl_processing): Renamed fields.Tom Tromey1-7/+6
1998-10-22java-tree.h (finalize_identifier_node): Don't declare.Tom Tromey1-5/+0
1998-10-21class.c (emit_register_classes): Renamed from emit_register_class.Alexandre Petit-Bianco1-1/+1
1998-10-20class.c (is_compiled_class): New local variable seen_in_zip.Alexandre Petit-Bianco1-6/+10
1998-10-12*** empty log message ***Per Bothner1-8/+7
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+2
1998-09-06Initial revisionAnthony Green1-0/+1601