OSDN Git Service

* gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Use
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index a7bed7f..0c4b13a 100644 (file)
@@ -1,3 +1,56 @@
+2007-01-15  Keith Seitz  <keiths@redhat.com>
+
+       * gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Use
+       java.lang.StringBuilder instead of java.lang.StringBuffer.
+       (resumeThread): Likewise.
+
+2007-01-15  Gary Benson  <gbenson@redhat.com>
+
+       * java/nio/MappedByteBuffer.java: Removed.
+       * sources.am, Makefile.in: Rebuilt.
+
+2007-01-15  Gary Benson  <gbenson@redhat.com>
+
+       * java/net/URLClassLoader.java: Removed.
+       * gnu/java/net/loader/Load_gcjlib.java: New file.
+       * gnu/gcj/runtime/BootClassLoader.java: Ensure core
+       URL handler is present in static executables.
+       * sources.am, Makefile.in: Rebuilt.
+
+2007-01-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (libgcj_la_LDFLAGS): Add
+       $(LIBGCJ_LD_SYMBOLIC_FUNCTIONS).
+       (libgcj_tools_la_LDFLAGS): Likewise.
+       (libgcj_bc_la_LDFLAGS): Likewise.
+       * Makefile.in: Regenerated.
+
+       * configure.ac: Use ACX_PROG_LD_GNU_SYMBOLIC.  Set
+       LIBGCJ_LD_SYMBOLIC_FUNCTIONS to $SYMBOLIC_LDFLAGS.  Set
+       libgcj_ld_symbolic to $SYMBOLIC_LDFLAGS if it isn't set.
+       Substitute LIBGCJ_LD_SYMBOLIC_FUNCTIONS.
+       * configure: Regenerated.
+       * aclocal.m4: Likewise.
+       * gcj/Makefile.in: Likewise.
+       * include/Makefile.in: Likewise.
+       * testsuite/Makefile.in: Likewise.
+
+2007-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * sysdep/sh/locks.h (read_barrier): New.
+       (write_barrier): Likewise.
+
+2007-01-12  Andrew Haley  <aph@redhat.com>
+
+       * include/i386-signal.h: Rewrite to use rt_sigaction.
+
+2007-01-11  Andrew Haley  <aph@redhat.com>
+
+       * prims.cc (jdwpOptions) Fix deprecated cast from char[] constant
+       to char*.
+       * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): Rewrite to fix
+       aliasing violation.
+
 2007-01-10  Tom Tromey  <tromey@redhat.com>
 
        * gnu/gcj/xlib/*.h: New files.