OSDN Git Service

* HACKING: Correct typo in find command.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 1c96742..dbad79f 100644 (file)
@@ -1,3 +1,102 @@
+2008-02-27  David Daney  <ddaney@avtrex.com>
+
+       * HACKING: Correct typo in find command.
+
+2008-02-27  David Daney  <ddaney@avtrex.com>
+
+       * gnu/java/net/natPlainSocketImplPosix.cc (bind): Remove check for
+       null host.
+
+2008-02-20  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/24170:
+       * java/io/natFilePosix.cc (File::performList): Don't use
+       readdir_r.
+       * configure, include/config.h.in: Rebuilt.
+       * configure.ac: Don't check for readdir_r.
+
+2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR libgcj/33085
+       * configure: Regenerate.
+
+2008-02-15  Andreas Tobler  <a.tobler@schweiz.org>
+
+       PR testsuite/35208
+       * testsuite/libjava.jvmti/interp/natgetstacktrace.cc
+       (Java_getstacktrace_natRunner): Increase the usleep time to a value
+       which prevents OS-X to get into a deadlock.
+
+2008-02-06  Andreas Tobler  <a.tobler@schweiz.org>
+
+       PR libgcj/30071
+       * Makefile.am (install-exec-hook): Add install-binPROGRAMS.
+       * Makefile.in: Regenerate.
+
+2008-01-24  David Edelsohn  <edelsohn@gnu.org>
+
+       * shlibpath.m4: Add AIX 6 support.
+       * configure: Regenerate.
+
+2008-01-18  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR c++/33887
+       * link.cc (_Jv_Linker::prepare_constant_time_tables):
+       has_interfaces is boolean, treat it as such.
+
+2008-01-04  Andrew Haley  <aph@redhat.com>
+
+       PR libgcj/34444
+       * java/lang/natClass.cc (Class::getEnclosingClass): Call
+       getDeclaringClass().
+
+2007-12-22  David Daney  <ddaney@avtrex.com>
+
+       * scripts/makemake.tcl (emit_bc_rule): Use $(LIBGCJ_BC_FLAGS)
+       instead of -findirect-dispatch -fno-indirect-classes.
+       * configure.ac (libgcj-bc): New AC_ARG_ENABLE.
+       (SUPPRESS_LIBGCJ_BC): New AM_CONDITIONAL.
+       * Makefile.am (LIBGCJ_BC_FLAGS): New variable.
+       * Makefile.in: Regenerate.
+       * include/Makefile.in: Same.
+       * testsuite/Makefile.in: Same.
+       * configure: Same.
+       * gcj/Makefile.in: Same.
+       * sources.am: Same.
+       
+2007-12-17  Jakub Jelinek  <jakub@redhat.com>
+
+       * testsuite/Makefile.am (compile-tests): Build
+       libjava.jvmti/interp/*.h with -jni rather than -cni.
+       * testsuite/Makefile.in: Rebuilt.
+
+2007-12-08  Andreas Tobler  <a.tobler@schweiz.org>
+
+       * configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.
+       * configure.ac: Add darwin-signal.h to x86_64-*-darwin9 and
+       i?86-*darwin9.
+       * configure.in: Regenerate.
+       * darwin.cc: Add definitions for Darwin specific functions for 64-bit.
+       (darwin_java_register_dyld_add_image_hook): Use this specific
+       functions.
+       * Makefile.am (gij_LDFLAGS): Add extra_gij_ldflags for Darwin9.
+       * Makefile.in: Regenerate.
+       * include/Makefile.in: Likewise.
+       * gcj/Makefile.in: Likewise.
+       * testsuite/Makefile.in: Likewise.
+       * testsuite/lib/libjava.exp (libjava_arguments): Add allow_stack_execute
+       for *-*-darwin9*.
+
+2007-12-06  David Daney  <ddaney@avtrex.com>
+
+       * interpret.cc: Replace ffi_raw with INTERP_FFI_RAW_TYPE throughout.
+       (ncode_closure, ffi_closure_fun): Define versions for
+       non-FFI_NATIVE_RAW_API case.
+       * include/java-interp.h (INTERP_FFI_RAW_TYPE): Define and use to
+       replace ffi_raw throughout.
+       * jni.cc, interpret-run.cc: Replace ffi_raw with INTERP_FFI_RAW_TYPE
+       throughout.
+
 2007-12-06  Andreas Tobler  <a.tobler@schweiz.org>
 
        * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): Make