aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
1999-10-22jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set in generated `...Tom Tromey2-1/+8
1999-10-21re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)Alexandre Petit-Bianco3-10/+9
1999-10-21re GNATS gcj/37 (gcj fails to compile "jBYTEmark" from source code when optim...Alexandre Petit-Bianco3-8/+42
1999-10-19jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.Tom Tromey2-0/+7
1999-10-16java-tree.h (flag_bounds_check): Remove extern decl.Greg McGary3-11/+8
1999-10-15jvgenmain.c (usage): New function.Tom Tromey3-10/+63
1999-10-14* jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.Tom Tromey2-4/+8
1999-10-14jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...Kaveh R. Ghazi9-79/+138
1999-10-13Fix thinko in last change.Jeff Law1-1/+0
1999-10-13(Fixing malformed ChangeLog entries...)Alexandre Petit-Bianco1-2/+2
1999-10-12(RELOCATION_VALUE_1): Fixed integer value from 0 to 1.Alexandre Petit-Bianco2-1/+5
1999-10-12jcf-write.c: (RELOCATION_VALUE_0): New macro.Alexandre Petit-Bianco2-18/+53
1999-10-07During class file generation...Anthony Green2-6/+21
1999-10-04re GNATS gcj/59 (Problem with jv-scan --print-main)Tom Tromey4-5/+15
1999-09-24Changed credit to the right person.Glenn Chambers1-2/+2
1999-09-24decl.c (insert_block): Removed unconditional `abort'.Glenn Chambers2-1/+4
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt2-30/+35
1999-09-23jvspec.c (lang_specific_driver): Don't read spec file if -fsyntax-only given.Tom Tromey2-0/+6
1999-09-22* lang-specs.h: Added `%(jc1)' to the jc1 spec.Tom Tromey2-1/+3
1999-09-22javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.Tom Tromey2-12/+9
1999-09-21re GNATS gcj/46 (Static inializers compiled incorrectly)Alexandre Petit-Bianco3-4/+9
1999-09-20Makefile.in (parse.o): Depend on $(JAVA_TREE_H).Andreas Schwab2-1/+5
1999-09-20Add comment saying that lang_decode_options should not complain aboutNick Clifton2-0/+5
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi16-229/+196
1999-09-13Makefile.in (gcc.o, [...]): Depend on gcc.h.Kaveh R. Ghazi3-26/+31
1999-09-11re GNATS gcj/18 (Internal error: segfault on invalid cast)Alexandre Petit-Bianco3-2/+11
1999-09-11class.c (finish_class): We're now outside a valid method declaration.Alexandre Petit-Bianco2-0/+6
1999-09-10gjavah.c (add_class_decl): Generate include for gcj/array.h, not java-array.h.Tom Tromey2-3/+13
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt3-34/+9
1999-09-08Hapless User Hint for gperfBruce Korb1-1/+4
1999-09-06Merge in gcc2-ss-010999Jeff Law1-3/+3
1999-09-05Make-lang.in (f771): Depend on ggc-callbacks.o.Mark Mitchell1-0/+6
1999-09-04Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.Mark Mitchell2-3/+3
1999-09-03parse.y (strip_out_static_field_access_decl): Return operand if it satisfies ...Tom Tromey3-428/+435
1999-09-02gjavah.c (decode_signature_piece): Emit "::" in JArray<>.Tom Tromey2-5/+20
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi11-21/+51
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi2-1/+5
1999-08-31Makefile.in (LIBS): Fix definition so we link with $(CLIB).Kaveh R. Ghazi3-28/+19
1999-08-30* Makefile.in (xref.o): Depend on xref.c explicitly.Hans-Peter Nilsson2-1/+5
1999-08-29java-tree.h (lang_printable_name): Constify a char*.Kaveh R. Ghazi3-2/+8
1999-08-27gjavah.c, [...]: Do not use C++ style comments in C code.Jeffrey A Law4-5/+10
1999-08-26gjavah.c (print_cxx_classname): Print "::" before qualified name.Tom Tromey2-0/+11
1999-08-26verify.c (verify_jvm_instructions): Don't check instruction validity beyond e...Gregg Townsend2-1/+7
1999-08-26re GNATS gcj/32 (A boolean expression containing two qualified expressions ma...Alexandre Petit-Bianco3-12/+52
1999-08-25* jvspec.c (lang_specific_driver): Correctly handle --help again.Tom Tromey2-2/+10
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi15-595/+739
1999-08-22re GNATS gcj/30 (gcj not reporting unimplemented methods)Alexandre Petit-Bianco3-14/+267
1999-08-19re GNATS gcj/17 (Internal error: segfault on import-classname clash)Alexandre Petit-Bianco3-10/+57
1999-08-18[multiple changes]Alexandre Petit-Bianco4-504/+797
1999-08-15expr.c (java_lang_expand_expr): Mark static array data as referenced.Anthony Green2-0/+6