PR middle-end/30667
[official-gcc.git] / libjava / ChangeLog
blob736fb96a45f8d9ccceeb5fbb0062a434f43604f7
1 2007-02-02  Kyle Galloway  <kgallowa@redhat.com>
3         * gnu/classpath/jdwp/natVMVirtualMachine.cc (getFrameCount):
4         Implment.
6 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8         * configure.ac (libjava_cv_anon_version_script): New test.
9         (ANONVERSCRIPT): New AM_CONDITIONAL.
10         * configure: Rebuilt.
11         * Makefile.am (extra_ldflags_libjava): Link with -Wl,--version-script
12         if ANONVERSCRIPT.
13         * Makefile.in: Rebuilt.
14         (libgcj_la_DEPENDENCIES): Depend on libgcj.ver.
15         * libgcj.ver: New file.
17 2007-02-01  David Daney  <ddaney@avtrex.com>
19         * scripts/makemake.tcl: Replace gnu/xml build with build of all
20         its subpackages.
21         * sources.am: Regenerate.
22         * Makefile.in: Regenerate.
24 2007-02-01  Tom Tromey  <tromey@redhat.com>
26         * java/lang/ClassLoader.java (getResources): No longer final.
28 2007-02-01  Tom Tromey  <tromey@redhat.com>
30         * java/util/logging/LogManager.java (loggers): Genericized.
31         (addLogger): Merged.
32         (findAncestor): Likewise.
33         (getLogger): Likewise.
34         (getLoggerNames): Genericized.
35         (reset): Merged.
36         (getLevelProperty): Likewise.
37         * java/lang/reflect/Method.java (getDeclaringClass): Genericized.
38         * java/lang/reflect/Constructor.java (getParameterTypes):
39         Genericized.
40         (getExceptionTypes): Likewise.
41         (newInstance): Likewise.
42         * java/lang/reflect/Array.java (newInstance): Genericized.
43         * java/lang/Object.java (getClass): Genericized.
44         * java/nio/charset/spi/CharsetProvider.java (charsets):
45         Genericized.
46         * java/text/Collator.java: Implement Comparable<Object>.
48 2007-02-01  Tom Tromey  <tromey@redhat.com>
50         * java/util/Calendar.java: Implement Comparable<Calendar>.  Update
51         comments.
52         (clear): Call complete.
53         (setTimeZone): Call computeTime, computeFields.
54         (compareTo): New method.
55         * java/nio/charset/Charset.java: Implement Comparable<Charset>.
56         (availableCharsets): Genericized.
57         (aliases): Likewise.
58         (compareTo): Changed argument type.
59         * java/lang/ClassLoader.java (loadClass): Genericized.
60         (findClass): Likewise.
61         (defineClass): Likewise.
62         (resolveClass): Likewise.
63         (findSystemClass): Likewise.
64         (setSigners): Likewise.
65         (findLoadedClass): Likewise.
66         (getResources): Likewise.
67         (findResources): Likewise.
68         (getSystemResources): Likewise.
69         (checkInitialized): New method.
70         * java/lang/Class.java (getCanonicalName): New method.
72 2007-01-31  Keith Seitz  <keiths@redhat.com>
74         * include/jvmti-int.h (JVMTI): Declare member "enabled".
75         * jvmti.cc (JVMTI): Add member "enabled".
76         (_Jv_GetJVMTIEnv): Mark JVMTI enabled.
77         * interpret.cc (_Jv_InterpMethod::ncode): Use JVMTI::enabled
78         instead of gnu::classpath::jdwp::Jdwp::isDebugging.
79         (_Jv_CompileMethod): If JVMTI is enabled, use run_debug
80         instead of run to compile the method.
82         * interpret-run.cc [DEBUG] (NEXT_INSN): Add JVMTI single step
83         notification.
85 2007-01-31  Andreas Tobler  <a.tobler@schweiz.org>
87         * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Add
88         -shared-libgcc to the cxxflaglist for Darwin.
90 2007-01-31  Tom Tromey  <tromey@redhat.com>
92         * scripts.am, Makefile.in: Rebuilt.
93         * scripts/makemake.tcl (gnu/javax/swing/text/html/parser): Build
94         as 'ordinary'.
95         (emit_ordinary_rule): New proc.
97 2007-01-31  Keith Seitz  <keiths@redhat.com>
99         * testsuite/libjava.jvmti/getmethodname.h: New file.
100         * testsuite/libjava.jvmti/getmethodname.jar: New file.
102 2007-01-31  Andrew Haley  <aph@redhat.com>
104         * prims.cc (_Jv_Abort): fflush (stderr).
105         * java/lang/natClassLoader.cc (_Jv_CheckABIVersion): Abort.
107 2007-01-31  Tom Tromey  <tromey@redhat.com>
109         * configure, Makefile.in: Rebuilt.
110         * configure.ac (JAR): Check for -@ feature.
111         * Makefile.am (libgcj-$(gcc_version).jar): Use find -prune.
113 2007-01-31  Tom Tromey  <tromey@redhat.com>
115         PR libgcj/30606:
116         * configure, include/config.h.in: Rebuilt.
117         * configure.ac: Check for magic_t in magic.h.
118         * java/net/natVMURLConnection.cc: Use HAVE_MAGIC_T.
120 2007-01-30  Tom Tromey  <tromey@redhat.com>
122         * Makefile.in: Rebuilt.
123         * Makefile.am (libgcj-$(gcc_version).jar): Rewrote.
125 2007-01-30  Andreas Tobler  <a.tobler@schweiz.org>
127         * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use a
128         cast to print it right.
130 2007-01-29  Kaloian Doganov  <kaloian@doganov.org>
132         PR libgcj/30600:
133         * gnu/gcj/convert/BytesToCharsetAdaptor.java (read): Fix call to
134         'limit'.
136 2007-01-29  Kyle Galloway  <kgallowa@redhat.com>
138         * include/java-interp.h:  Added _Jv_Frame class and its two
139         subclasses _Jv_InterpFrame and _Jv_NativeFrame.  Also moved
140         _Jv_FrameType from java-stack.h.
141         * include/java-stack.h: Removed _Jv_FrameType.
142         * java/lang/Thread.java: Added frame member to hold new
143         composite frame stack.
144         * java/lang/Thread.h: Regenerated.
145         * java/lang/Thread.class: Rebuilt.
146         * jni.cc (_Jv_JNIMethod::call): Push a frame onto the stack when
147         calling a JNI method.
148         * jvmti.cc (_Jv_JVMTI_GetStackTrace): New Method.
149         (_Jv_JVMTI_GetFrameCount): New method.
150         * stacktrace.cc (UnwindTraceFn): Modified to use new _Jv_Frame
151         classes.
152         * testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
153         * testsuite/libjava.jvmti/interp/natgetstacktrace.cc: New test.
154         * testsuite/libjava.jvmti/interp/getstacktrace.h: New test.
155         * testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
156         * testsuite/libjava.jvmti/interp/getstacktrace.out: Output file
157         for test. 
159 2007-01-29  Tom Tromey  <tromey@redhat.com>
161         * interpret.cc (run_debug): Remove comment.
162         (STOREA): Reformat.
163         (STOREI): Likewise.
164         (STOREF): Likewise.
165         (STOREL): Likewise.
166         (STORED): Likewise.
167         (POKEI): Likewise.
168         (run_normal_debug): Likewise.
169         (run_synch_object_debug): Likewise.
170         (run_class_debug): Likewise.
171         (run_synch_class_debug): Likewise.
172         (get1s): Likewise.
173         (get1u): Likewise.
174         (get2u): Likewise.
175         (get4): Likewise.
176         (NULLARRAYCHECK): Likewise.
177         (ARRAYBOUNDSCHECK): Likewise.
178         * interpret-run.cc (insn_target) <breakpoint>: Tidy.
180 2007-01-29  Tom Tromey  <tromey@redhat.com>
182         * configure, Makefile.in: Rebuilt.
183         * Makefile.am (bin_SCRIPTS): Never install scripts/jar.
184         * configure.ac (BASH_JAR): Removed conditional.
185         (JAR): Prefer the jar found by AC_CHECK_PROGS.
187 2007-01-29  Tom Tromey  <tromey@redhat.com>
189         * Makefile.in: Rebuilt.
190         * Makefile.am (interpret.lo): New target.  Add -fwrap to
191         AM_CXXFLAGS.
193 2007-01-29  Keith Seitz  <keiths@redhat.com>
195         * include/jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED):
196         Define.
197         [__GCJ_JNI_IMPL__]: Define our own JVMTI types when building
198         gcj. All jvmti object types now are defined to be their
199         corresponding java classes.
200         * jvmti.cc (_Jv_JVMTI_SuspendThread): Remove casting from
201         jthread to Thread*.
202         (_Jv_JVMTI_ResumeThread): Likewise.
203         (_Jv_JVMTI_InterruptThread): Likewise.
204         (_Jv_JVMTI_SetEventNotificationMode): Likewise.
205         * gnu/classpath/jdwp/natVMVirtualMachine.cc
206         (jdwpClassPrepareCB): Likewise.
207         (jdwpThreadEndCB): Likewise.
208         (jdwpThreadStartCB): Likewise.
209         (jdwpVMInitCB): Likewise.
211 2007-01-28  Michele Sandri  <gpointorama@gmail.com>
213         * gnu/java/nio/channels/natFileChannelWin32.cc
214         (lock): Implemented.
215         (unlock): Implemented.
217 2007-01-27  Andreas Tobler  <a.tobler@schweiz.org>
219         PR libgcj/30513
220         * configure.host: Add forgottten sysdep_dir to sparc. Add a flag to
221         libgcj_flags to undefine 'sun' at compile time.
222         * sysdep/sparc/locks.h (read_barrier): New functions for 32 and 64 bit
223         Sparc.
224         (write_barrier): Likewise.
226 2007-01-27  Keith Seitz  <keiths@redhat.com>
228         * gnu/classpath/jdwp/natVMVirtualMachine.cc
229         (getAllClassMethods): Move error handling to ...
230         (throw_jvmti_error): ... here.
231         (jdwpClassPrepareCB): New function.
232         (jdwpThreadEndCB): New function.
233         (jdwpThreadStartCB): New function.
234         (jdwpVMDeathCB): New function.
235         (jdwpVMInitCB): Define and enable callbacks for
236         ClassPrepare, ThreadEnd, ThreadStart, and VMDeath.
238 2007-01-27  Jakub Jelinek  <jakub@redhat.com>
240         * Makefile.am (generic_header_files): Add $(inner_nat_headers).
241         * testsuite/Makefile.am (check-dejaGNU): Depend on compile-tests.
242         (MYGCJH): New variable.
243         (compile-tests): New goal.
244         * Makefile.in: Rebuilt.
245         * testsuite/Makefile.in: Rebuilt.
247 2007-01-26  Andrew Haley  <aph@redhat.com>
249         * java/lang/natClass.cc (initializeClass): Re-throw
250         SecurityExceptions.
251         * java/lang/natVMClassLoader.cc (loadClass): checkPackageAccess.
252         * java/lang/ClassLoader.java: (loadClass): Likewise.
254 2007-01-26  Tom Tromey  <tromey@redhat.com>
256         * Updated headers.
258 2007-01-25  Tom Tromey  <tromey@redhat.com>
260         PR libgcj/29594:
261         * gnu/gcj/convert/Convert.java (main): Correctly handle missing
262         input or output encodings.  Removed unused local variables.
264 2007-01-25  Keith Seitz  <keiths@redhat.com>
266         * include/jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.
267         * gnu/classpath/jdwp/natVMVirtualMachine.cc
268         (_Jv_GetJDWP_JVMTIEnv): New function.
269         * gnu/classpath/jdwp/natVMMethod.cc (getName): Implement.
270         (getSignature): Implement.
271         (getModifiers): Implement.
273 2007-01-25  Andrew Haley  <aph@redhat.com>
275         * configure, Makefile.in, include/config.h.in: Rebuilt.
276         * Makefile.am (libgcj_la_LIBADD): Removed $(LIBMAGIC).
277         * configure.ac: Don't check for libmagic.
278         * java/net/natVMURLConnection.cc (p_magic_open, p_magic_load,
279         p_magic_close, p_magic_buffer): New globals.
280         (init): Look up 'magic' functions.
281         (guessContentTypeFromBuffer): Updated.
283 2007-01-25  Keith Seitz  <keiths@redhat.com>
285         * jvmti.cc (_Jv_JVMTI_GetMethodName): New function.
286         (_Jv_JVMTI_Interface): Define GetMethodName.
287         * testsuite/libjava.jvmti/getmethodname.java: New file.
288         * testsuite/libjava.jvmti/natgetmethodname.cc: New file.
289         * testsuite/libjava.jvmti/getmethodname.out: New file. 
291 2007-01-24  Kyle Galloway  <kgallowa@redhat.com>
293     * libjava/testsuite/libjava.jvmti/jvmti-interp.exp: New file.
294     * libjava/testsuite/libjava.jvmti/interp: New folder.
295     * libjava/testsuite/lib/libjava.exp (exec_gij): New Method.
297 2007-01-24  Keith Seitz  <keiths@redhat.com>
299         * link.cc (_Jv_Linker::wait_for_state): Add JVMTI
300         CLASS_PREPARE notification.
302 2007-01-24  Keith Seitz  <keiths@redhat.com>
304         * interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h,
305         gnu/gcj/jvmti/BreakpointManager.h, jvmti.h, and jvmti-int.h
306         * interpret-run.cc: Implement insn_breakpoint.
308 2007-01-24  Keith Seitz  <keiths@redhat.com>
310         * prims.cc (_Jv_RunMain): Send JVMTI event notifications
311         for VM_INIT and VM_DEATH instead of the JDWP notifications.
313 2007-01-24  Keith Seitz  <keiths@redhat.com>
315         * gnu/classpath/jdwp/natVMVirtualMachine.cc
316         (getAllClassMethods): Implement.
318 2007-01-24  Andrew Haley  <aph@redhat.com>
320         * gnu/classpath/natVMStackWalker.cc: Call InitClass everywhere.
321         (getClassContext) Add a barrier to prevent GetStackWalkerStack()
322         from being sibcalled.
324 2007-01-24  Andrew Haley  <aph@redhat.com>
326         * scripts/makemake.tcl (emit_bc_rule): Set the source filename.
327         * sources.am: Rebuild.
329 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
331         * exception.cc (parse_lsda_header, PERSONALITY_FUNCTION): Replaced
332         _Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t.
334 2007-01-23  H.J. Lu  <hongjiu.lu@intel.com>
336         PR libgcj/30550
337         * Makefile.am (ecjx_DEPENDENCIES): Add libgcj_bc.la if needed.
338         * Makefile.in: Regenerated.
340 2007-01-22  Keith Seitz  <keiths@redhat.com>
342         * gnu/classpath/jdwp/natVMVirtualMachine.cc
343         (getClassMethod): Implement.
345 2007-01-22  Keith  Seitz  <keiths@redhat.com>
347         * java/lang/Class.h (_Jv_GetClassStatus): Declare.
348         * java/lang/natClass.cc (_Jv_GetClassStatus): New function.
349         * jvmti.cc (_Jv_JVMTI_GetClassStatus): New function.
350         (_Jv_JVMTI_Interface): Define GetClassStatus.
352 2007-01-22  Tom Tromey  <tromey@redhat.com>
354         * configure: Rebuilt.
355         * configure.ac (GCJ): Reverted patch of 2006-12-20.
357 2007-01-22  Tom Tromey  <tromey@redhat.com>
359         PR java/29812:
360         * testsuite/libjava.jni/pr29812.java: New file.
361         * testsuite/libjava.jni/pr29812_injar.java: New file.
362         * testsuite/libjava.jni/pr29812_injar.jar: New file.
363         * testsuite/libjava.jni/pr29812.out: New file.
364         * testsuite/libjava.jni/pr29812_injar.c: New file.
365         * testsuite/libjava.jni/pr29812_injar.h: New file.
366         * testsuite/libjava.jni/pr29812.jar: New file.
367         * testsuite/libjava.jni/pr29812.c: New file.
368         * testsuite/libjava.jni/pr29812.h: New file.
369         * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
370         New proc.
371         (gcj_jni_invocation_test_one): Use it.
372         (gcj_jni_pr29812): New proc.
373         (gcj_jni_run): Use it.
374         * java/lang/natRuntime.cc (_load): Push a new system frame before
375         calling JNI_OnLoad.
376         * include/jvm.h (_Jv_JNI_PopSystemFrame): Declare.
377         (_Jv_GetJNIEnvNewFrameWithLoader): Likewise.
378         * jni.cc (struct _Jv_JNI_LocalFrame) <marker>: Now unsigned char.
379         <allocated_p>: Now bool.
380         <loader>: New field.
381         (_Jv_JNI_EnsureLocalCapacity): Updated.
382         (_Jv_JNI_NewLocalRef): Likewise.
383         (_Jv_JNI_NewLocalRef): Likewise.
384         (_Jv_JNI_PopLocalFrame): Likewise.
385         (_Jv_JNI_FindClass): Likewise.
386         (_Jv_GetJNIEnvNewFrame): Likewise.
387         (_Jv_JNI_AttachCurrentThread): Likewise.
388         (_Jv_GetJNIEnvNewFrameWithLoader): New function.
389         (_Jv_GetJNIEnvNewFrame): Use it.
390         * include/jni_md.h (_CLASSPATH_JNIENV_CONTENTS): Removed 'klass'.
392 2007-01-22  Tom Tromey  <tromey@redhat.com>
394         * libtool-version: Bump current to 9.
396 2007-01-22  Andrew Haley  <aph@redhat.com>
398         * sysdep/alpha/locks.h (write_barrier): New.
400 2007-01-21  Matthias Klose  <doko@debian.org>
402         * Makefile.am (install-exec-hook): Use transformed name.
403         * Makefile.in: Regenerate.
405 2007-01-19  Keith Seitz  <keiths@redhat.com>
407         * gnu/classpath/jdwp/natVMVirtualMachine.cc: Mark unused parameters
408         in methods and reformat.
410         * gnu/classpath/jdwp/natVMFrame.cc: Mark unused parameters with
411         MAYBE_UNUSED.
413 2007-01-18  Keith Seitz  <keiths@redhat.com>
415         From Macro Trudel <mtrudel@gmx.ch>:
416         * gnu/classpath/jdwp/natVMVirtualMachine.cc (jdwpVMInitCB):
417         Use JNICALL.
419 2007-01-18  Marco Trudel  <mtrudel@gmx.ch>
421         * jni.cc (_Jv_JNI_FindClass): Initialize class.
422         * testsuite/libjava.jni/findclass2.jar: New file.
423         * testsuite/libjava.jni/findclass2.h: New file.
424         * testsuite/libjava.jni/findclass2.java: New file
425         * testsuite/libjava.jni/findclass2.c: New file.
426         * testsuite/libjava.jni/findclass2.out: New file.
428 2007-01-18  Tom Tromey  <tromey@redhat.com>
430         * configure: Rebuilt.
431         * configure.ac: Use multi_basedir instead of libgcj_basedir.
433 2007-01-18  Gary Benson  <gbenson@redhat.com>
435         * gnu/java/nio/natVMPipeEcos.cc:
436         Renamed from gnu/java/nio/natPipeImplEcos.cc.
437         * gnu/java/nio/natVMPipePosix.cc:
438         Renamed from gnu/java/nio/natPipeImplPosix.cc.
439         * gnu/java/nio/natVMPipeWin32.cc:
440         Renamed from gnu/java/nio/natPipeImplWin32.cc.
441         * gnu/java/nio/natVMSelectorEcos.cc:
442         Renamed from gnu/java/nio/natSelectorImplEcos.cc.
443         * gnu/java/nio/natVMSelectorPosix.cc:
444         Renamed from gnu/java/nio/natSelectorImplPosix.cc.
445         * gnu/java/nio/natVMSelectorWin32.cc:
446         Renamed from gnu/java/nio/natSelectorImplWin32.cc.
447         * java/io/natVMObjectInputStream.cc:
448         Renamed from java/io/natObjectInputStream.cc.
449         * java/lang/natVMDouble.cc:
450         Renamed from java/lang/natDouble.cc.
451         * java/lang/natVMFloat.cc:
452         Renamed from java/lang/natFloat.cc.     
453         * Makefile.am, configure.ac: Reflect the above.
454         * Makefile.in, configure: Rebuilt.
456 2007-01-17  Andrew Haley  <aph@redhat.com>
458         * Makefile.in: Rebuilt.
459         * Makefile.am (ecjx_LDFLAGS): Pass -fbootclasspath.
461 2007-01-17  Keith Seitz  <keiths@redhat.com>
463         * java/lang/natThread.cc (finish_): Add JVMTI ThreadEnd notification.
464         (_Jv_NotifyThreadStart): Add JVMTI ThreadStart notification.
466 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
468         * configure.ac: Use multi.m4 from aclocal rather than custom
469         code.  Use multi_basedir instead libgcj_basedir.  Test for
470         /proc/self/exe when not cross-compiling.
471         * aclocal.m4: Regenerate.
472         * configure: Regenerate.
473         * Makefile.in: Regenerate.
475 2007-01-17  Gary Benson  <gbenson@redhat.com>
477         * java/nio/natVMDirectByteBufferImpl.cc:
478         Renamed from java/nio/natDirectByteBufferImpl.cc.
479         * Makefile.am: Reflect the above.
480         * Makefile.in: Rebuilt.
481         
482 2007-01-17  Marco Trudel  <mtrudel@gmx.ch>
484         * jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.  Use JNICALL.
485         Fixed indentation.  Removed unused variable.
487 2007-01-16  Tom Tromey  <tromey@redhat.com>
489         * java/lang/natThread.cc (finalize_native): Remove cast.
490         (_Jv_GetCurrentJNIEnv): Likewise.
491         * include/jvm.h (struct natThread) <jni_env>: Declare as
492         _Jv_JNIEnv*.
494 2007-01-16  Keith Seitz  <keiths@redhat.com>
496         * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use
497         %#llx instead of %d for new_value.
498         * testsuite/libjava.jvmti/events.out: Update expected output.
499         * testsuite/libjava.jvmti/events.jar: Regenerate.
501 2007-01-16  Keith Seitz  <keiths@redhat.com>
503         * gnu/classpath/jdwp/natVMVirtualMachine.cc (DEFINE_CALLBACK):
504         New macro.
505         (ENABLE_EVENT): New macro.
506         (initialize): Define and enable JVMTI VM_INIT callback.
507         (jdwpVMInitCB): New function.
509 2007-01-16  Kyle Galloway  <kgallowa@redhat.com>
511         * jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.
512         * testsuite/libjava.jvmti/getallthreads.java: New test.
513         * testsuite/libjava.jvmti/natgetallthreads.cc: Ditto.
514         * testsuite/libjava.jvmti/getallthreads.out: Ditto.
515         * testsuite/libjava.jvmti/getallthreads.h: Ditto.
516         * testsuite/libjava.jvmti/getallthreads.jar: Ditto. 
518 2007-01-15  Keith Seitz  <keiths@redhat.com>
520         * gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Use
521         java.lang.StringBuilder instead of java.lang.StringBuffer.
522         (resumeThread): Likewise.
524 2007-01-15  Gary Benson  <gbenson@redhat.com>
526         * java/nio/MappedByteBuffer.java: Removed.
527         * sources.am, Makefile.in: Rebuilt.
529 2007-01-15  Gary Benson  <gbenson@redhat.com>
531         * java/net/URLClassLoader.java: Removed.
532         * gnu/java/net/loader/Load_gcjlib.java: New file.
533         * gnu/gcj/runtime/BootClassLoader.java: Ensure core
534         URL handler is present in static executables.
535         * sources.am, Makefile.in: Rebuilt.
537 2007-01-14  H.J. Lu  <hongjiu.lu@intel.com>
539         * Makefile.am (libgcj_la_LDFLAGS): Add
540         $(LIBGCJ_LD_SYMBOLIC_FUNCTIONS).
541         (libgcj_tools_la_LDFLAGS): Likewise.
542         (libgcj_bc_la_LDFLAGS): Likewise.
543         * Makefile.in: Regenerated.
545         * configure.ac: Use ACX_PROG_LD_GNU_SYMBOLIC.  Set
546         LIBGCJ_LD_SYMBOLIC_FUNCTIONS to $SYMBOLIC_LDFLAGS.  Set
547         libgcj_ld_symbolic to $SYMBOLIC_LDFLAGS if it isn't set.
548         Substitute LIBGCJ_LD_SYMBOLIC_FUNCTIONS.
549         * configure: Regenerated.
550         * aclocal.m4: Likewise.
551         * gcj/Makefile.in: Likewise.
552         * include/Makefile.in: Likewise.
553         * testsuite/Makefile.in: Likewise.
555 2007-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
557         * sysdep/sh/locks.h (read_barrier): New.
558         (write_barrier): Likewise.
560 2007-01-12  Andrew Haley  <aph@redhat.com>
562         * include/i386-signal.h: Rewrite to use rt_sigaction.
564 2007-01-11  Andrew Haley  <aph@redhat.com>
566         * prims.cc (jdwpOptions) Fix deprecated cast from char[] constant
567         to char*.
568         * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): Rewrite to fix
569         aliasing violation.
571 2007-01-10  Tom Tromey  <tromey@redhat.com>
573         * gnu/gcj/xlib/*.h: New files.
574         * gnu/awt/xlib/*.h: Likewise.
575         * classpath/lib/gnu/gcj/xlib: New class files.
576         * classpath/lib/gnu/awt/xlib: Likewise.
578 2007-01-10  Tom Tromey  <tromey@redhat.com>
580         * HACKING: Various updates.
582 2007-01-10  Tom Tromey  <tromey@redhat.com>
584         * java/lang/natDouble.cc (toString): Added parens.
585         * gnu/gcj/io/shs.h (PROTO): Define.
586         * link.cc (resolve_pool_entry): Added missing braces.
588 2007-01-10  H.J. Lu  <hongjiu.lu@intel.com>
590         PR libgcj/30424
591         * sysdep/ia64/locks.h (read_barrier): New.
592         (write_barrier): New.
594 2007-01-10  Gary Benson  <gbenson@redhat.com>
596         * java/net/URL.java: Removed.
597         * sources.am, Makefile.in: Rebuilt.
599 2007-01-10  Matthias Klose  <doko@debian.org>
601         * Makefile.am (install-exec-hook): Support $(DESTDIR).
602         * Makefile.in: Regenerated.
604 2007-01-05  Tom Tromey  <tromey@redhat.com>
606         * testsuite/libjava.loader/loader.exp (gcj_loader_run): Find
607         dummy.class in srcdir.
609 2007-01-03  Tom Tromey  <tromey@redhat.com>
611         * testsuite/libjava.cni/cni.exp (gcj_cni_compile_cxx_to_o): Add -I
612         for srcdir.
614 2007-01-03  Tom Tromey  <tromey@redhat.com>
616         * testsuite/*: Added many .jar and .h files.
617         * testsuite/libjava.special/special.exp
618         (gcj_special_try_compiler): New proc.
619         * testsuite/libjava.loader/loader.exp (gcj_loader_run): Don't
620         bytecompile source.  Search for .jar files.
621         (gcj_loader_test_one): Don't look for MyLoader.java.
622         * testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_test_one): Don't
623         bytecompile sources or build headers.
624         (gcj_jvmti_run): Look for .jar files.
625         * testsuite/libjava.jni/jni.exp (gcj_jni_run): Compile .jar
626         files.
627         (gcj_jni_test_one): Don't bytecompile sources or build headers.
628         Set classpath when invoking gij.
629         (gcj_jni_invocation_test_one): Likewise.
630         * testsuite/libjava.cni/cni.exp (gcj_cni_test_one): Don't build
631         headers or bytecompile sources.
632         (gcj_cni_run): Use .jar files, not .java files.
633         * testsuite/libjava.lang/lang.exp: Compile .jar files.
635 2007-01-02  Tom Tromey  <tromey@redhat.com>
637         * configure: Rebuilt.
638         * configure.ac: Check for gjar.
640 2007-01-02  Tom Tromey  <tromey@redhat.com>
642         * testsuite/libjava.jacks/jacks.exp: Removed.
643         * testsuite/libjava.jacks/jacks.xfail: Removed.