OSDN Git Service

* HACKING: Correct typo in find command.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index fd7ddcd..dbad79f 100644 (file)
@@ -1,3 +1,266 @@
+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
+       the testsuite multilib aware for Darwin.
+
+2007-12-05  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.h: Regenerate.
+       * gnu/java/awt/peer/gtk/GtkWindowPeer.h: Likewise.
+       * java/awt/Component.h: Likewise.
+       * java/awt/Container.h: Likewise.
+
+2007-11-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.ac: Don't run config-ml.in directly.
+       (multilib_arg): New.
+       * configure: Regenerated.
+
+2007-10-22  David Daney  <ddaney@avtrex.com>
+
+       * include/jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.
+       * boehm.cc (_Jv_SetGCFreeSpaceDivisor): Define it.
+
+2007-10-18  David Daney  <ddaney@avtrex.com>
+
+       * classpath/lib/gnu/java/locale/LocaleData.class: Regenerate
+       * classpath/lib/gnu/javax/sound/sampled/gstreamer: Add generated
+       files.
+       * gnu/javax/sound/sampled/gstreamer: Add generated files.
+       
+2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * configure: Regenerate following changes to ../config/tls.m4.
+
+2007-09-17  Tom Tromey  <tromey@redhat.com>
+
+       * defineclass.cc (MAJOR_1_6): New define.
+       (MINOR_1_6): Likewise.
+       (_Jv_ClassReader::parse): Handle 1.6 bytecode.
+
+2007-09-12  David Daney  <ddaney@avtrex.com>
+
+       * configure.host: Enable interpreter for mips64.  Enable hash
+       synchronization for all mips*-*-linux* targets.
+       * sysdep/mips/locks.h (compare_and_swap, compare_and_swap_release) Use
+       __sync_bool_compare_and_swap instead of in-line asm.
+       (release_set, read_barrier, write_barrier): Use __sync_synchronize
+       instead of in-line asm.
+
+2007-09-09  Andreas Tobler  <a.tobler@schweiz.org>
+
+       PR libgcj/33326
+       * testsuite/lib/libjava.exp (libjava_arguments): Append the test spec
+       only for linux targets.
+
+2007-09-09  Andrew Haley  <aph@redhat.com>
+
+       * interpret-run.cc (invokevirtual_resolved): Nullcheck object on
+       TOS.
+
+2007-09-06  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.lang/StackTrace2.jar: Rebuilt.
+       * testsuite/libjava.lang/StackTrace2.java (checkLine): Print file
+       name.
+
+2007-09-06  Roman Zippel  <zippel@linux-m68k.org>
+
+       * sysdep/m68k/locks.h: New file.
+       * configure.host: Set sysdeps_dir and libgcj_interpreter for m68k.
+       * configure.ac: Set SIGNAL_HANDLER for m68*-*-linux*.
+       * configure: Regenerate.
+
+2007-09-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * configure.host(gnu*): Set use_libgcj_bc to yes.
+
+2007-09-04  Matthias Klose  <doko@ubuntu.com>
+
+       * configure.ac: Do not pass --with-native-libdir to classpath.
+       * configure: Regenerate.
+
+2007-09-04  Matthias Klose  <doko@ubuntu.com>
+
+       PR libgcj/33278
+       * configure.ac: Robustify extraction of gcj version.
+       * configure: Regenerate.
+
+2007-09-04  Andrew Haley  <aph@redhat.com>
+
+       PR java/27908
+       * testsuite/libjava.lang/PR27908.java
+       ({run1,run2,run3}.isRunning): New Method.
+       (main): Fix race condition.
+
+2007-08-29  Andrew Haley  <aph@redhat.com>
+
+       * gnu/classpath/natVMStackWalker.cc (VMStackWalker::getCallingClass):
+       Make sure we're not sibcalled.
+       (GET_CALLING_CLASS): Define for ARM EABI.
+
+2007-08-22  Andrew Haley  <aph@redhat.com>
+
+       * configure.host (BACKTRACESPEC): Add arm*-linux*.
+
+2007-08-22  Andrew Haley  <aph@redhat.com>
+
+       * configure.ac (LIBSTDCXXSPEC): New.
+       * configure.host: Add arm*-linux* to pthread test.
+       * configure.ac (LIBGCJTESTSPEC): Add path to libstdc++ for ARM
+       EABI.
+       * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use
+       -fexceptions for ARM EABI.
+       * testsuite/lib/libjava.exp (libjava_arguments): Add libgcj-test.spec.
+       (libjava_invoke): Log the invocation.
+
+2007-08-15  Andrew Haley  <aph@redhat.com>
+
+       * configure.ac (extra_ldflags): Define.
+       * Makefile.am: Use extra_ldflags for all executables.
+
+2007-08-14  Andrew Haley  <aph@redhat.com>
+
+       * sysdep/arm/backtrace.h: Remove stubs for _Unwind_GetIPInfo,
+       _Unwind_GetRegionStart, and _Unwind_Backtrace.
+
+2007-07-27  Andrew Haley  <aph@redhat.com>
+
+       * gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): Stub for
+       ARM EABI.
+       * exception.cc (get_exception_header_from_ue): New.
+       (get_ttype_entry): ARM EABI version.
+       (PERSONALITY_FUNCTION): Add ARM EABI code.
+       * sysdep/arm/backtrace.h: New file.
+       * stacktrace.cc (_URC_NORMAL_STOP): New.
+       * configure.ac (extra_ldflags_libjava): Add libsupc++.la for ARM
+       EABI.
+       * configure.host (BACKTRACESPEC): Add arm/backtrace.h.
+
+2007-08-31  Matthias Klose  <doko@ubuntu.com>
+
+       * classpath/lib/java/util/EnumSet*.class: Regenerate
+
+2007-08-30  Andreas Tobler  <a.tobler@schweiz.org>
+
+       * gij.cc (version): Update Copyright year.
+
+2007-08-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * configure.host (gnu*): Set use_libgcj_bc to yes.
+
+2007-08-15  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/Class.java (internalGetFields): Use LinkedHashSet.
+       * classpath/lib/java/lang/Class.class: Rebuilt.
+
+2007-08-15  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * java/lang/natPosixProcess.cc (sigchld_handler) [!SA_SIGINFO]: Remove
+       'si' and 'third' parameters.  Disable calling
+       pmi->old_sigaction.sa_sigaction.
+       (java::lang::PosixProcess*ProcessManager::init) [!SA_SIGINFO]: Set
+       sa.sa_handler instead of sa.sa_sigaction, don't set SA_SIGINFO flag.
+
 2007-08-09  Andrew Haley  <aph@redhat.com>
 
        * testsuite/lib/libjava.exp (libjava_invoke): Log the invocation.