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