mips-protos.h (mips_output_external): Make it return void.
[official-gcc.git] / libjava / ChangeLog
blob64ce665ef4dcda33a8fa5f36f751ec918b0c20a1
1 2007-01-17  Keith Seitz  <keiths@redhat.com>
3         * java/lang/natThread.cc (finish_): Add JVMTI ThreadEnd notification.
4         (_Jv_NotifyThreadStart): Add JVMTI ThreadStart notification.
6 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
8         * configure.ac: Use multi.m4 from aclocal rather than custom
9         code.  Use multi_basedir instead libgcj_basedir.  Test for
10         /proc/self/exe when not cross-compiling.
11         * aclocal.m4: Regenerate.
12         * configure: Regenerate.
13         * Makefile.in: Regenerate.
15 2007-01-17  Gary Benson  <gbenson@redhat.com>
17         * java/nio/natVMDirectByteBufferImpl.cc:
18         Renamed from java/nio/natDirectByteBufferImpl.cc.
19         * Makefile.am: Reflect the above.
20         * Makefile.in: Rebuilt.
21         
22 2007-01-17  Marco Trudel  <mtrudel@gmx.ch>
24         * jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.  Use JNICALL.
25         Fixed indentation.  Removed unused variable.
27 2007-01-16  Tom Tromey  <tromey@redhat.com>
29         * java/lang/natThread.cc (finalize_native): Remove cast.
30         (_Jv_GetCurrentJNIEnv): Likewise.
31         * include/jvm.h (struct natThread) <jni_env>: Declare as
32         _Jv_JNIEnv*.
34 2007-01-16  Keith Seitz  <keiths@redhat.com>
36         * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use
37         %#llx instead of %d for new_value.
38         * testsuite/libjava.jvmti/events.out: Update expected output.
39         * testsuite/libjava.jvmti/events.jar: Regenerate.
41 2007-01-16  Keith Seitz  <keiths@redhat.com>
43         * gnu/classpath/jdwp/natVMVirtualMachine.cc (DEFINE_CALLBACK):
44         New macro.
45         (ENABLE_EVENT): New macro.
46         (initialize): Define and enable JVMTI VM_INIT callback.
47         (jdwpVMInitCB): New function.
49 2007-01-16  Kyle Galloway  <kgallowa@redhat.com>
51         * jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.
52         * testsuite/libjava.jvmti/getallthreads.java: New test.
53         * testsuite/libjava.jvmti/natgetallthreads.cc: Ditto.
54         * testsuite/libjava.jvmti/getallthreads.out: Ditto.
55         * testsuite/libjava.jvmti/getallthreads.h: Ditto.
56         * testsuite/libjava.jvmti/getallthreads.jar: Ditto. 
58 2007-01-15  Keith Seitz  <keiths@redhat.com>
60         * gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Use
61         java.lang.StringBuilder instead of java.lang.StringBuffer.
62         (resumeThread): Likewise.
64 2007-01-15  Gary Benson  <gbenson@redhat.com>
66         * java/nio/MappedByteBuffer.java: Removed.
67         * sources.am, Makefile.in: Rebuilt.
69 2007-01-15  Gary Benson  <gbenson@redhat.com>
71         * java/net/URLClassLoader.java: Removed.
72         * gnu/java/net/loader/Load_gcjlib.java: New file.
73         * gnu/gcj/runtime/BootClassLoader.java: Ensure core
74         URL handler is present in static executables.
75         * sources.am, Makefile.in: Rebuilt.
77 2007-01-14  H.J. Lu  <hongjiu.lu@intel.com>
79         * Makefile.am (libgcj_la_LDFLAGS): Add
80         $(LIBGCJ_LD_SYMBOLIC_FUNCTIONS).
81         (libgcj_tools_la_LDFLAGS): Likewise.
82         (libgcj_bc_la_LDFLAGS): Likewise.
83         * Makefile.in: Regenerated.
85         * configure.ac: Use ACX_PROG_LD_GNU_SYMBOLIC.  Set
86         LIBGCJ_LD_SYMBOLIC_FUNCTIONS to $SYMBOLIC_LDFLAGS.  Set
87         libgcj_ld_symbolic to $SYMBOLIC_LDFLAGS if it isn't set.
88         Substitute LIBGCJ_LD_SYMBOLIC_FUNCTIONS.
89         * configure: Regenerated.
90         * aclocal.m4: Likewise.
91         * gcj/Makefile.in: Likewise.
92         * include/Makefile.in: Likewise.
93         * testsuite/Makefile.in: Likewise.
95 2007-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
97         * sysdep/sh/locks.h (read_barrier): New.
98         (write_barrier): Likewise.
100 2007-01-12  Andrew Haley  <aph@redhat.com>
102         * include/i386-signal.h: Rewrite to use rt_sigaction.
104 2007-01-11  Andrew Haley  <aph@redhat.com>
106         * prims.cc (jdwpOptions) Fix deprecated cast from char[] constant
107         to char*.
108         * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): Rewrite to fix
109         aliasing violation.
111 2007-01-10  Tom Tromey  <tromey@redhat.com>
113         * gnu/gcj/xlib/*.h: New files.
114         * gnu/awt/xlib/*.h: Likewise.
115         * classpath/lib/gnu/gcj/xlib: New class files.
116         * classpath/lib/gnu/awt/xlib: Likewise.
118 2007-01-10  Tom Tromey  <tromey@redhat.com>
120         * HACKING: Various updates.
122 2007-01-10  Tom Tromey  <tromey@redhat.com>
124         * java/lang/natDouble.cc (toString): Added parens.
125         * gnu/gcj/io/shs.h (PROTO): Define.
126         * link.cc (resolve_pool_entry): Added missing braces.
128 2007-01-10  H.J. Lu  <hongjiu.lu@intel.com>
130         PR libgcj/30424
131         * sysdep/ia64/locks.h (read_barrier): New.
132         (write_barrier): New.
134 2007-01-10  Gary Benson  <gbenson@redhat.com>
136         * java/net/URL.java: Removed.
137         * sources.am, Makefile.in: Rebuilt.
139 2007-01-10  Matthias Klose  <doko@debian.org>
141         * Makefile.am (install-exec-hook): Support $(DESTDIR).
142         * Makefile.in: Regenerated.
144 2007-01-05  Tom Tromey  <tromey@redhat.com>
146         * testsuite/libjava.loader/loader.exp (gcj_loader_run): Find
147         dummy.class in srcdir.
149 2007-01-03  Tom Tromey  <tromey@redhat.com>
151         * testsuite/libjava.cni/cni.exp (gcj_cni_compile_cxx_to_o): Add -I
152         for srcdir.
154 2007-01-03  Tom Tromey  <tromey@redhat.com>
156         * testsuite/*: Added many .jar and .h files.
157         * testsuite/libjava.special/special.exp
158         (gcj_special_try_compiler): New proc.
159         * testsuite/libjava.loader/loader.exp (gcj_loader_run): Don't
160         bytecompile source.  Search for .jar files.
161         (gcj_loader_test_one): Don't look for MyLoader.java.
162         * testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_test_one): Don't
163         bytecompile sources or build headers.
164         (gcj_jvmti_run): Look for .jar files.
165         * testsuite/libjava.jni/jni.exp (gcj_jni_run): Compile .jar
166         files.
167         (gcj_jni_test_one): Don't bytecompile sources or build headers.
168         Set classpath when invoking gij.
169         (gcj_jni_invocation_test_one): Likewise.
170         * testsuite/libjava.cni/cni.exp (gcj_cni_test_one): Don't build
171         headers or bytecompile sources.
172         (gcj_cni_run): Use .jar files, not .java files.
173         * testsuite/libjava.lang/lang.exp: Compile .jar files.
175 2007-01-02  Tom Tromey  <tromey@redhat.com>
177         * configure: Rebuilt.
178         * configure.ac: Check for gjar.
180 2007-01-02  Tom Tromey  <tromey@redhat.com>
182         * testsuite/libjava.jacks/jacks.exp: Removed.
183         * testsuite/libjava.jacks/jacks.xfail: Removed.