aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-26re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski1-4/+0
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-31/+111
2004-10-21re PR java/18091 (Valgrind errors building libjava)Andrew Haley1-1/+3
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-1/+1
2004-10-05[multiple changes]Andrew Haley1-6/+28
2004-09-30Simplify lexer. Implement --enable-mapped-location support.Per Bothner1-20/+44
2004-09-30java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused macros.Per Bothner1-63/+96
2004-09-28re PR java/17586 (kawa build fails with ICE)Andrew Haley1-6/+7
2004-09-28jcf-parse.c (load_class): Back out previous broken patch.Andrew Haley1-18/+2
2004-09-28re PR java/17586 (kawa build fails with ICE)Andrew Haley1-2/+18
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-2/+2
2004-08-16re PR java/9677 (File not found if spaces in file name)Elliot Lee1-3/+14
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-4/+2
2004-08-05tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell1-1/+2
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump1-5/+6
2004-07-15* Fix for g++/15861Frank Ch. Eigler1-1/+1
2004-07-13java-tree.h (all_class_filename): Remove useless macro.Per Bothner1-2/+2
2004-07-01cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson1-16/+31
2004-06-26PR java/1207, java/16178Bryce McKinlay1-5/+6
2004-06-17re PR java/13948 (GCJ segmentation fault while compiling GL4Java .class files)Ranjit Mathew1-12/+22
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-6/+9
2004-02-29jcf-parse.c (java_parse_file): Handle the case that input_filename is NULL.Roger Sayle1-3/+2
2004-01-16re PR java/13273 (gcj generates call to abstract method)Andrew Haley1-1/+3
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley1-23/+9
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata1-2/+2
2003-11-25re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm1-7/+0
2003-11-10jcf-parse.c (classify_zip_file): Correctly compare filename_length against le...Tom Tromey1-1/+1
2003-11-08re PR libgcj/12894 (META-INF entries should be incoluded as --resource entrie...Tom Tromey1-3/+2
2003-10-24Correct misapplied patch.Andrew Haley1-1/+1
2003-10-24jcf-parse.c (jcf_parse): Fix args to fatal_error().David S. Miller1-1/+1
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-1/+2
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-1/+10
2003-09-28c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson1-11/+10
2003-09-28decl.c (java_optimize_inline, [...]): Remove.Jeff Sturm1-6/+5
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-6/+4
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-4/+6
2003-09-03decl.c (java_expand_body): New function.Jeff Sturm1-0/+8
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-6/+6
2003-05-13class.c (layout_class_method): Set DECL_EXTERNAL.Richard Henderson1-5/+2
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-8/+8
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey1-0/+20
2003-02-03Fix for java/4269:Adrian Bunk1-2/+2
2003-01-30jcf-parse.c (read_class): Update identifier's class value if it changed durin...Tom Tromey1-0/+4
2003-01-24jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 of file name in r...Tom Tromey1-1/+3
2003-01-23jcf-parse.c (process_zip_dir): Remove unused variable.Nathanael Nerode1-1/+0
2003-01-22gcj.texi (Input and output files): Mention non-class entries.Tom Tromey1-47/+124
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-2/+2
2003-01-16Make-lang.in (f/target.o): Depend on toplev.h.Kaveh R. Ghazi1-0/+1
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-42/+20