aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-27class.c (set_super_info): Call `set_class_decl_access_flags.'Alexandre Petit-Bianco1-0/+8
2001-06-20class.c (java_hash_tree_node): Fixed indentation in leading comment.Alexandre Petit-Bianco1-3/+3
2001-05-15class.c (build_utf8_ref): Don't generate identifier based on utf8const contents.Tom Tromey1-17/+1
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay1-0/+1
2001-03-21re PR java/2333 (ICE in mark_reference_fields)Alexandre Petit-Bianco1-1/+1
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-7/+10
2001-03-19Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner1-1/+1
2001-03-19class.c (build_static_field_ref): Call make_decl_rtl() after setting the DECL...Andrew Haley1-1/+1
2001-03-15class.c (make_class_data): The class_dtable_decl (i.e.Per Bothner1-0/+2
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-3/+3
2001-03-05Fix a problem where rest_of_decl_compilation applied to class_dtable_decl cau...Per Bothner1-1/+14
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-1/+1
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-6/+11
2001-01-25ChangeLog (2001-01-21): Fixed typo.Alexandre Petit-Bianco1-8/+0
2001-01-24class.c (layout_class): Don't lay the superclass out if it's already being la...Alexandre Petit-Bianco1-2/+6
2001-01-21Minor optimization of static ggc roots.Per Bothner1-30/+15
2001-01-15All files with updated copyright when applicable.Alexandre Petit-Bianco1-345/+12
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-8/+8
2001-01-08In gcc/java:Bryce McKinlay1-0/+1
2000-12-18Fix for PRs gcj/312 and gcj/253:Bryce McKinlay1-0/+29
2000-11-04class.c (cxx_keyword_p): Accept keywords with trailing `$'s.Tom Tromey1-3/+15
2000-10-13Remove obstacks.Mark Mitchell1-31/+6
2000-10-08class.c (layout_class): Handle case where superclass can't be layed out yet.Anthony Green1-2/+4
2000-10-06jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.Tom Tromey1-22/+129
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-2/+2
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-2/+21
2000-08-11class.c (maybe_layout_super_class): Fixed indentation.Alexandre Petit-Bianco1-2/+1
2000-08-02c-common.h: Prototype min_precision and c_build_qualified_type here...Zack Weinberg1-1/+1
2000-07-28class.c (make_class_data): Create vtable for abstract classes.Tom Tromey1-6/+15
2000-07-20[multiple changes]Alexandre Petit-Bianco1-1/+6
2000-06-26[multiple changes]Alexandre Petit-Bianco1-0/+1
2000-06-02class.c (get_dispatch_table): Build the vtable dummy entry list element with ...Alexandre Petit-Bianco1-4/+25
2000-06-01class.c (common_enclosing_context_p): New function.Alexandre Petit-Bianco1-0/+24
2000-05-09top level:Zack Weinberg1-1/+1
2000-05-02class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey1-1/+5
2000-04-05class.c (decl_hash): Prototype removed.Alexandre Petit-Bianco1-2/+0
2000-04-05class.c: (java_hash_hash_tree_node): Renamed from `decl_hash', made global.Alexandre Petit-Bianco1-7/+10
2000-04-04boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi1-0/+5
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-18/+15
2000-03-22[multiple changes]Alexandre Petit-Bianco1-2/+1
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-23/+25
2000-03-16lang.c (flag_hash_synchronization): New global.Tom Tromey1-1/+2
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-8/+68
2000-03-07decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...Bryce McKinlay1-0/+3
2000-03-04Makefile.in (JAVA_OBJS): Added boehm.o.Tom Tromey1-6/+5
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green1-1/+40
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-1/+3
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-15/+15
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-5/+9
1999-12-30class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1-0/+2