aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-03class.c (make_class_data): Push field value to 'hack_signers' instead of 'sig...Michael Koch1-1/+1
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-13/+70
2003-10-09decl.c (java_init_decl_processing): Declare signers field.Tom Tromey1-0/+1
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-44/+74
2003-09-24* class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.Rainer Orth1-17/+18
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-5/+6
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-6/+5
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-4/+3
2003-09-17re PR java/12254 (Regression in java networking code)Bryce McKinlay1-4/+6
2003-08-12parse.y (java_check_regular_methods): Typo fixes.Tom Tromey1-7/+67
2003-08-04java-tree.h (METHOD_TRANSIENT): Removed.Tom Tromey1-3/+0
2003-07-25objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis1-4/+4
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-3/+2
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-6/+6
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+2
2003-05-13class.c (layout_class_method): Set DECL_EXTERNAL.Richard Henderson1-0/+3
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-3/+3
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-12/+10
2003-02-28re PR java/9695 (Inner class bug prevent GNU Classpath from compiling)Tom Tromey1-1/+12
2003-02-20Change base class access representation.Nathan Sidwell1-2/+0
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell1-3/+3
2003-01-24class.c (build_static_field_ref): Only a String or numeric field can fold to ...Tom Tromey1-2/+12
2003-01-22gcj.texi (Input and output files): Mention non-class entries.Tom Tromey1-108/+1
2003-01-21class.c (supers_all_compiled): New function.Tom Tromey1-7/+18
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-14class.c (make_class_data): Check that super is compiled before building class...Tom Tromey1-1/+2
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-141/+66
2003-01-10* class.c, gjavah.c, parse.y, verify.c: Don't use PTR.Kaveh R. Ghazi1-2/+2
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-15/+15
2003-01-07class.c (add_assume_compiled): Don't adjust parent if we're already at the ro...Tom Tromey1-2/+4
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-23class.c (build_static_field_ref): Check FIELD_FINAL.Jeff Sturm1-1/+3
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley1-0/+1
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-5/+4
2002-11-02re PR java/8415 (reflection bug: exception info for Method)Tom Tromey1-1/+1
2002-10-11decl.c (typename_hash): Use htab_hash_pointer.Kaveh R. Ghazi1-1/+1
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-3/+3
2002-08-04Index: ChangeLogGeoffrey Keating1-1/+0
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-43/+14
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-54/+86
2002-04-18class.c (make_class_data): Set DECL_ALIGN on static class data, for hash sync...Bryce McKinlay1-0/+5
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-1/+1
2002-02-22class.c: Change vtable to be more compatible with g++ v3 abi.Per Bothner1-4/+20
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey1-0/+6
2002-02-11class.c (build_utf8_ref): Move declaration of decl_sizeDavid Billinghurst1-13/+16
2002-02-04output.h (SECTION_OVERRIDE): Define.Anthony Green1-1/+15
2002-02-02class.c (add_field): Mark static fields external.Richard Henderson1-2/+4
2002-01-03class.c (compile_resource_file): Update copyright date.Graham Stott1-2/+2