OSDN Git Service

2006-07-13 Bryce McKinlay <mckinlay@redhat.com>
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index fd3b6d0..6452a72 100644 (file)
@@ -1,5 +1,90 @@
+2006-07-13  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.
+       (_Jv_InterpMethod::run): SAVE_PC before executing any instruction 
+       using resolve_pool_entry, as it can throw. Likewise for div/rem ops
+       that can throw ArithmeticException.
+
+2006-07-12  Gary Benson  <gbenson@redhat.com>
+
+       * java/io/File.java (renameTo): Fix security checks.
+
+2006-07-12  Bryce McKinlay  <mckinlay@redhat.com>
+
+       PR libgcj/28352
+       * stacktrace.cc (getLineNumberForFrame): Roll back PC by 1 when
+       looking up line number for interpreted frame.
+
+2006-07-07  Bryce McKinlay  <mckinlay@redhat.com>
+           Geoffrey Keating <geoffk@apple.com>
+
+       * testsuite/libjava.lang/StackTrace2.java: Renamed from
+       StackTrace.java. Changed class name.
+       * testsuite/libjava.lang/StackTrace2.out: Renamed from
+       StackTrace.out. Updated for new class name.
+
+2006-07-07  Ranjit Mathew  <rmathew@gcc.gnu.org>
+
+       * sysdep/i386/backtrace.h (fallback_backtrace): Scan for a function's
+       prologue to determine its beginning.  Stop unwinding when we reach
+       JvRunMain().
+
+2006-07-07  Gary Benson  <gbenson@redhat.com>
+
+       * Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.
+       * Makefile.in: Regenerate.
+
+2006-07-06  Bryce McKinlay <mckinlay@redhat.com>
+
+       * stacktrace.cc (ClassForFrame): Remove commented-out code.
+       (UnwindTraceFn): Use _Unwind_GetIPInfo and adjust IP
+       only when needed.
+       (getLineNumberForFrame): Don't adjust IP here.
+       * testsuite/libjava.lang/StackTrace.java: New test case.
+       * testsuite/libjava.lang/StackTrace.out: Ditto.
+
+2006-07-06  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * Makefile.am (libgcj_tools_la_GCJFLAGS): Add
+       -fno-indirect-classes.
+       * Makefile.in: Regenerate.
+       * gcj/Makefile.in: Regenerate.
+       * include/Makefile.in: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+
+2006-07-06  Bryce McKinlay <mckinlay@redhat.com>
+
+       * boehm.cc (_Jv_MarkObj): Mark the next_or_version field.
+
+2006-07-06  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * configure.ac (ac_configure_args): Add --with-native-libdir.
+       * configure: Regenerate.
+       * classpath/native/jni/gtk-peer/Makefile.am: Remove GCJ LOCAL
+       sections.
+       * classpath/native/jni/gtk-peer/Makefile.in: Regenerate.
+       * classpath/native/jawt/Makefile.am: Remove GCJ LOCAL sections.
+       * classpath/native/jawt/Makefile.in: Regenerate.
+       * classpath/native/plugin/Makefile.am: Remove GCJ LOCAL sections.
+       * classpath/native/plugin/Makefile.in: Regenerate.
+
+2006-07-05  Ranjit Mathew  <rmathew@gcc.gnu.org>
+            Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for
+       startfile.
+       * configure.ac: Allow targets to affect the spec for startfile
+       by specifying a THREADSTARTFILESPEC variable.  Define this for
+       the win32 threads package to include crtmt.o.
+       * configure: Regenerate.
+       * win32.cc (_CRT_MT): Remove definition.
+       (__mingwthr_key_dtor): Likewise.
+
 2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>
 
+       * testsuite/lib/libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with
+       the -B$specdir.
+
        PR libgcj/28226:
        * include/posix.h (_Jv_platform_dladdr): Remove const qualifier.
        * include/win32.h (_Jv_platform_dladdr): Likewise.