OSDN Git Service

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