OSDN Git Service

* gcj.texi (Strings): Fix documentation for JvNewString.
[pf3gnuchains/gcc-fork.git] / gcc / java / ChangeLog
index 19fd506..79dbfc4 100644 (file)
@@ -1,3 +1,76 @@
+2007-01-30  Tom Tromey  <tromey@redhat.com>
+
+       * gcj.texi (Strings): Fix documentation for JvNewString.
+
+2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gcj.texi (Invoking gcjh, Invoking gjnih, Arrays): Fix some
+       typos.
+
+2007-01-30  Ben Elliston  <bje@au.ibm.com>
+
+       * jvspec.c (lang_specific_driver): Remove unused classpath_args.
+
+2007-01-29  Tom Tromey  <tromey@redhat.com>
+
+       PR java/30607:
+       * jvspec.c (lang_specific_driver): Handle separate -I argument.
+       * lang.opt (-I): Add 'Separate'.
+
+2007-01-29  Andrew Haley  <aph@redhat.com>
+
+       * class.c (add_method_1): Mark fndecl as external unless we are
+       compiling it into this object file.
+
+2007-01-24  Andrew Haley  <aph@redhat.com>
+
+       * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): current_class is a
+       type node, not a decl, so use TYPE_SYNTHETIC not CLASS_SYNTHETIC.
+
+2007-01-22  Andrew Haley  <aph@redhat.com>
+
+       * builtins.c (VMSupportsCS8_builtin): New function.
+
+2007-01-23  Andrew Pinski  <pinskia@gmail.com>
+
+       PR java/30454
+       * jcf-io.c (opendir_in_zip): Close the file
+       and free zipf before returning after an error.
+
+2007-01-16  Tom Tromey  <tromey@redhat.com>
+
+       * java-tree.def: Added copyright header.
+
+2007-01-15  Tom Tromey  <tromey@redhat.com>
+
+       * lang.c (dump_compound_expr) <EXPR_WITH_FILE_LOCATION>: Removed
+       case.
+       * java-gimplify.c (java_gimplify_expr) <EXPR_WITH_FILE_LOCATION>:
+       Removed case.
+       * java-tree.h (EXPR_WFL_EMIT_LINE_NOTE): Removed.
+       (EXPR_WFL_NODE): Likewise.
+       (EXPR_WFL_LINECOL): Likewise.
+       (EXPR_WFL_FILENAME): Likewise.
+       (EXPR_WFL_LINENO): Likewise.
+       (build_expr_wfl, expr_add_location): Don't declare.
+       (build_unknown_wfl): Removed.
+       (EXPR_WFL_FILENAME_NODE): Removed.
+       (EXPR_WFL_COLNO): Removed.
+       (EXPR_WFL_SET_LINECOL): Removed.
+       (DECL_FUNCTION_WFL): Removed.
+       (DECL_FIELD_FINAL_WFL): Removed.
+       (struct lang_decl_func) <wfl>: Removed field.
+       <called_constructor>: Likewise.
+       <inner_access>: Likewise.
+       (struct lang_decl_var) <wfl>: Removed field.
+       (DECL_CONSTRUCTOR_CALLS): Removed.
+       (DECL_FUNCTION_ACCESS_DECL): Likewise.
+       (DECL_FUNCTION_INNER_ACCESS): Likewise.
+       (DECL_SPECIFIC_COUNT): Likewise.
+       * java-tree.def (EXPR_WITH_FILE_LOCATION): Removed.
+       * expr.c (build_expr_wfl): Removed.
+       (expr_add_location): Likewise.
+
 2007-01-12  Tom Tromey  <tromey@redhat.com>
 
        * jcf-dump.c (main): Updated call to find_class.