OSDN Git Service

Fixed incorrect formatting of previous ChangeLog entry. Obvious.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
1 2010-03-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2
3         PR target/42811
4         * configure.ac (DLLTOOL): Call AC_CHECK_TOOL.
5         (libgcj_sublib_core_extra_deps): New host-dependent configure var.
6         (LIBGCJ_SUBLIB_CORE_EXTRA_DEPS): AC_SUBST it.
7         * configure.host (libgcj_sublib_core_extra_deps): Define
8         appropriately on Cygwin and MinGW.
9         (libgcj_sublib_core_extra_deps): Add libgcj-noncore-dummy import
10         stub library on Cygwin and MinGW.
11         * Makefile.am (LIBJAVA_CORE_EXTRA): Import AC_SUBST'd
12         LIBGCJ_SUBLIB_CORE_EXTRA_DEPS if building sublibs, else define empty.
13         (libgcj_la_DEPENDENCIES): Use it.
14         (DLL_VERSION): New makefile macro.
15         (libgcj-noncore-dummy.dll.a): New build rule for dummy import stub
16         library.
17         (libgcj_noncore_la_LIBADD): Trim superfluous convenience libs.
18         (AM_MAKEFLAGS): Add DLLTOOL recursive propagation.
19         * libgcj-noncore-dummy.def: New file.
20         * Makefile.in: Regenerate.
21         * include/Makefile.in: Likewise.
22         * testsuite/Makefile.in: Likewise.
23         * configure: Likewise.
24         * gcj/Makefile.in: Likewise.
25
26 2010-03-21  Dave Korn  <dave.korn.cygwin@gmail.com>
27
28         PR target/42811 (prerequisite)
29         * jvmti.cc (_Jv_GetJVMTIEnv): Avoid use of uninitialised memory.
30
31 2010-03-13  Matthias Klose  <doko@ubuntu.com>
32
33         PR libgcj/42676
34         * Regenerate .h files for anonymous inner classes.
35
36 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37
38         * configure.host (mips-sgi-irix6*): Don't set libgcj_interpreter.
39
40 2010-02-24  Andrew Haley  <aph@redhat.com>
41
42         PR java/40816
43         * include/jni_md.h: jboolean is an unsigned type.
44
45 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
46
47         PR java/41991
48         * include/posix.h: Redefine _Unwind_FindEnclosingFunction.
49
50 2010-01-26  Andrew Haley  <aph@redhat.com>
51
52         * java/lang/natClass.cc (registerClosure): Make sure closures is
53         non NULL.
54
55 2010-01-19  Matthias Klose  <doko@ubuntu.com>
56
57         * Regenerate .class files.
58         * classpath/lib/java/security/VMSecureRandom*.class: Remove.
59
60 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
61
62         * Makefile.am (write_entries_to_file): Use \012 instead of \n
63         with tr.
64         * scripts/makemake.tcl: Likewise.
65         * sources.am: Regenerate.
66         * Makefile.in: Regenerate.
67
68 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
69
70         * gnu/gcj/convert/Convert.java (version): Update copyright notice
71         dates.
72         * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
73
74 2010-01-06  Matthias Klose  <doko@ubuntu.com>
75
76         * Regenerate .class files with updated ecj.jar (based on 3.5.1).