aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-3/+3
2001-03-17* decl.c (clear_binding_level): Fix initializer (broke 03-15).Per Bothner1-1/+1
2001-03-15Remove junk from when gcc/java was created (by copying from C/C++).Per Bothner1-30/+2
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-2/+2
2001-03-05Fix a problem where rest_of_decl_compilation applied to class_dtable_decl cau...Per Bothner1-6/+0
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-2/+2
2001-02-23c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.Richard Kenner1-0/+4
2001-02-13decl.c (classdollar_identifier_node): Initialize.Alexandre Petit-Bianco1-0/+1
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-3/+4
2001-01-30java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.Bryce McKinlay1-1/+1
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-25ChangeLog (2001-01-21): Fixed typo.Alexandre Petit-Bianco1-0/+1
2001-01-15All files with updated copyright when applicable.Alexandre Petit-Bianco1-0/+1
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-3/+3
2001-01-08In gcc/java:Bryce McKinlay1-0/+1
2000-12-24Shorten primitive array allocation path:Bryce McKinlay1-1/+1
2000-12-06[multiple changes]Alexandre Petit-Bianco1-5/+6
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-1/+1
2000-10-16decl.c (init_decl_processing): Call init_class_processing before anything else.Anthony Green1-1/+2
2000-10-13Remove obstacks.Mark Mitchell1-11/+2
2000-10-10[multiple changes]Alexandre Petit-Bianco1-18/+81
2000-10-05[multiple changes]Alexandre Petit-Bianco1-3/+10
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-3/+63
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-124/+17
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-4/+0
2000-08-17decl.c (finit_leg_identifier_node): New global.Alexandre Petit-Bianco1-1/+7
2000-06-11Warning fixes:Kaveh R. Ghazi1-0/+1
2000-05-31java-tree.h (boolean_array_vtable, [...]): Declare.Tom Tromey1-1/+36
2000-05-19java-tree.h: Added init state enum.Tom Tromey1-3/+15
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney1-1/+1
2000-05-06decl.c (predef_filenames_size): Now 7.Alexandre Petit-Bianco1-1/+2
2000-05-05boehm.c (mark_reference_fields): Don't mark RawData fields.Tom Tromey1-0/+3
2000-05-02class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey1-2/+24
2000-04-28re GNATS gcj/2 (Method call on null instance should throw NullPointerException)Tom Tromey1-0/+10
2000-04-27decl.c (complete_start_java_method): Don't call _Jv_InitClass from <clinit>Alexandre Petit-Bianco1-0/+1
2000-04-04boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi1-0/+2
2000-03-26stor-layout.c (layout_type, [...]): early_type_list is now a list of TREE_LIS...Richard Kenner1-7/+11
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-4/+2
2000-03-16lang.c (flag_hash_synchronization): New global.Tom Tromey1-6/+9
2000-03-16decl.c (init_decl_processing): Set type of `sync_info' to be pointer to Object.Tom Tromey1-1/+5
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-4/+6
2000-03-07re GNATS gcj/107 (Bad array or type conversion bug when compiling bytecode)Anthony Green1-3/+6
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-2/+1
2000-03-07decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...Bryce McKinlay1-2/+5
2000-03-04* decl.c (init_decl_processing): Initialize sizetype properly.Per Bothner1-1/+2
2000-02-29c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis1-4/+0
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green1-0/+27
2000-02-22parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned value type set to...Alexandre Petit-Bianco1-1/+1
2000-02-09decl.c (clear_binding_level): Remove excess initializer.Andrew Haley1-3/+2