aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
AgeCommit message (Expand)Author
2008-06-14re PR java/36247 (Segfault with -findirect-dispatch and --jni)Tom Tromey
2008-06-06Mark ChangeLogGCC Administrator
2008-04-01texi2pod.pl: Handle @samp and @url inside verbatim blocks.Joseph Myers
2008-03-06jcf-parse.c (give_name_to_class): Call find_sourcefile to find full pathname ...Andrew Haley
2008-03-05Mark ChangeLogJakub Jelinek
2008-03-02re PR driver/35420 (--version copyright date vs. 2008)Jakub Jelinek
2008-02-06re PR other/35107 (GCC unnecessarily links shared libs with xgcc, gcov, cpp, ...Kaveh R. Ghazi
2008-01-232008-01-23 David Daney <ddaney@avtrex.com>David Daney
2008-01-04re PR java/17779 (ICE: Seg fault)Andrew Haley
2008-01-04re PR java/17779 (ICE: Seg fault)Andrew Haley
2007-12-20lang.c (java_classify_record): Don't return RECORD_IS_INTERFACE for now.Alexandre Oliva
2007-12-18re PR java/27643 (ICE in java_mark_cni_decl_local compiling bytecode->native)Andrew Haley
2007-12-15re PR debug/7081 (DWARF enhancements for C++)Alexandre Oliva
2007-11-26PR 34081/C++Andreas Krebbel
2007-11-26expr.c (build_jni_stub): Use the computed jni func type for variable meth.Alexandre Oliva
2007-11-26* class.c (JAVA_TREEHASHHASH_H): Use TYPE_UID.Alexandre Oliva
2007-11-26expr.c (type_assertion_hash): Hash type uids rather than tree pointers.Alexandre Oliva
2007-11-18constants.c (build_constants_constructor): Use POINTER_SIZE insead of BITS_PE...David Daney
2007-11-07re PR java/34019 (Minor typo in gcj documentation)Tom Tromey
2007-11-02re PR java/33765 (gcj internal compiler error when reading an empty file)Tom Tromey
2007-11-01Make-lang.in (java/jcf-dump.o): Depend on zipfile.h.Tom Tromey
2007-10-17Make-lang.in (java/builtins.o): Add $(OPTABS_H) and $(EXPR_H) dependencies.Richard Guenther
2007-10-03re PR java/33639 (gcj generates assembler errors)Andrew Haley
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek
2007-09-15java-tree.h (struct lang_decl_func): Remove.Tom Tromey
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka
2007-09-06* jcf-parse.c (parse_class_file): Re-enter the current file.Tom Tromey
2007-09-06boehm.c (mark_reference_fields): Move misaligned pointer checkRoman Zippel
2007-09-06Add function name to last changelog entry:Matthias Klose
2007-09-06boehm.c: Don't use bitmap as gc_descr if pointer is misaligned.Roman Zippel
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore
2007-09-04decl.c (java_init_decl_processing): Call "__cxa_end_cleanup" when using the A...Andrew Haley
2007-09-04* Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o)Daniel Jacobowitz
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi
2007-08-29* Make-lang.in (java.tags): Don't tag '*.y' files.Tom Tromey
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi
2007-08-21configure.ac: Add --with-pkgversion and --with-bugurl.Paul Brook
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey
2007-08-17tree.h (struct tree_label_decl): Removed old "java" fields.Tom Tromey
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton
2007-07-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi
2007-07-27mangle.c (set_type_package_list): Constify.Kaveh R. Ghazi
2007-07-26java-tree.h (push_labeled_block, [...]): Remove.Tom Tromey
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi
2007-07-16re PR target/32462 (Linking libgcj.so fails on Solaris 10/x86)Rainer Orth
2007-07-12expr.c (expand_java_return): RETURN_EXPR has void type.Richard Guenther