aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
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