2010-05-29 22:54:18 +02:00
|
|
|
2010-05-29 Mike Stump <mikestump@comcast.net>
|
|
|
|
|
|
|
|
* configure.ac: Add multilib support for gmp. Proper -I and -L
|
|
|
|
flags for gmp are added.
|
|
|
|
|
2010-05-25 20:50:01 +02:00
|
|
|
2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
* configure.ac: Redirect grep stdout, stderr to /dev/null instead
|
|
|
|
of grep -q.
|
|
|
|
Use -- instead of grep -e.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2010-05-25 18:59:45 +02:00
|
|
|
2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
PR libgcj/44216
|
|
|
|
* configure.ac (libgcj_cv_exidx): Enable AC_LANG_WERROR.
|
|
|
|
Save and restore werror flag.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2010-05-04 20:58:11 +02:00
|
|
|
2010-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
PR other/43620
|
|
|
|
* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* gcj/Makefile.in: Regenerate.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
2010-05-04 00:37:50 +02:00
|
|
|
2010-05-03 Jack Howarth <howarth@bromo.med.uc.edu>
|
|
|
|
|
|
|
|
PR 43839
|
|
|
|
* testsuite/Makefile.am: Override automake for site.exp creation
|
|
|
|
and add entry to set libiconv.
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
* testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
|
|
|
|
Add new global variable libiconv to handle alternative libiconv
|
|
|
|
locations.
|
|
|
|
|
2010-04-21 18:34:01 +02:00
|
|
|
2010-04-19 Andrew Haley <aph@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/40860
|
|
|
|
* configure.ac: Handle --no-merge-exidx-entries.
|
|
|
|
|
2010-04-07 22:27:37 +02:00
|
|
|
2010-04-07 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* exception.cc (_Jv_Throw): Avoid set but not used warning.
|
|
|
|
* include/java-assert.h (JvAssertMessage, JvAssert): Use argument in
|
|
|
|
sizeof to avoid set but not used warnings.
|
|
|
|
|
2010-04-07 17:55:02 +02:00
|
|
|
2010-04-07 Jason Merrill <jason@redhat.com>
|
|
|
|
|
|
|
|
* gnu/gcj/runtime/natSharedLibLoader.cc (findCore): Move
|
|
|
|
declaration of _Jv_create_core out of the function.
|
|
|
|
|
2010-04-02 20:18:06 +02:00
|
|
|
2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* gcj/Makefile.in: Regenerate.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
2010-03-21 20:41:37 +01:00
|
|
|
2010-03-21 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
PR target/42811
|
2010-03-23 06:39:39 +01:00
|
|
|
* configure.ac (DLLTOOL): Call AC_CHECK_TOOL.
|
2010-03-21 20:41:37 +01:00
|
|
|
(libgcj_sublib_core_extra_deps): New host-dependent configure var.
|
|
|
|
(LIBGCJ_SUBLIB_CORE_EXTRA_DEPS): AC_SUBST it.
|
2010-03-23 06:39:39 +01:00
|
|
|
* configure.host (libgcj_sublib_core_extra_deps): Define
|
2010-03-21 20:41:37 +01:00
|
|
|
appropriately on Cygwin and MinGW.
|
|
|
|
(libgcj_sublib_core_extra_deps): Add libgcj-noncore-dummy import
|
|
|
|
stub library on Cygwin and MinGW.
|
2010-03-23 06:39:39 +01:00
|
|
|
* Makefile.am (LIBJAVA_CORE_EXTRA): Import AC_SUBST'd
|
2010-03-21 20:41:37 +01:00
|
|
|
LIBGCJ_SUBLIB_CORE_EXTRA_DEPS if building sublibs, else define empty.
|
|
|
|
(libgcj_la_DEPENDENCIES): Use it.
|
|
|
|
(DLL_VERSION): New makefile macro.
|
|
|
|
(libgcj-noncore-dummy.dll.a): New build rule for dummy import stub
|
|
|
|
library.
|
|
|
|
(libgcj_noncore_la_LIBADD): Trim superfluous convenience libs.
|
|
|
|
(AM_MAKEFLAGS): Add DLLTOOL recursive propagation.
|
2010-03-23 06:39:39 +01:00
|
|
|
* libgcj-noncore-dummy.def: New file.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* include/Makefile.in: Likewise.
|
|
|
|
* testsuite/Makefile.in: Likewise.
|
|
|
|
* configure: Likewise.
|
|
|
|
* gcj/Makefile.in: Likewise.
|
2010-03-21 20:41:37 +01:00
|
|
|
|
2010-03-21 20:36:49 +01:00
|
|
|
2010-03-21 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
PR target/42811 (prerequisite)
|
|
|
|
* jvmti.cc (_Jv_GetJVMTIEnv): Avoid use of uninitialised memory.
|
|
|
|
|
2010-03-13 15:27:27 +01:00
|
|
|
2010-03-13 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
PR libgcj/42676
|
|
|
|
* Regenerate .h files for anonymous inner classes.
|
|
|
|
|
2010-03-01 13:35:16 +01:00
|
|
|
2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
* configure.host (mips-sgi-irix6*): Don't set libgcj_interpreter.
|
|
|
|
|
2010-02-24 16:34:19 +01:00
|
|
|
2010-02-24 Andrew Haley <aph@redhat.com>
|
|
|
|
|
|
|
|
PR java/40816
|
|
|
|
* include/jni_md.h: jboolean is an unsigned type.
|
|
|
|
|
2010-02-02 09:19:26 +01:00
|
|
|
2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
|
|
|
|
|
|
|
|
PR java/41991
|
|
|
|
* include/posix.h: Redefine _Unwind_FindEnclosingFunction.
|
|
|
|
|
2010-01-26 19:59:16 +01:00
|
|
|
2010-01-26 Andrew Haley <aph@redhat.com>
|
|
|
|
|
|
|
|
* java/lang/natClass.cc (registerClosure): Make sure closures is
|
|
|
|
non NULL.
|
|
|
|
|
2010-01-19 17:42:47 +01:00
|
|
|
2010-01-19 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* Regenerate .class files.
|
|
|
|
* classpath/lib/java/security/VMSecureRandom*.class: Remove.
|
|
|
|
|
2010-01-16 15:42:32 +01:00
|
|
|
2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* Makefile.am (write_entries_to_file): Use \012 instead of \n
|
|
|
|
with tr.
|
|
|
|
* scripts/makemake.tcl: Likewise.
|
|
|
|
* sources.am: Regenerate.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
2010-01-09 01:00:42 +01:00
|
|
|
2010-01-09 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* gnu/gcj/convert/Convert.java (version): Update copyright notice
|
|
|
|
dates.
|
|
|
|
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
|
|
|
|
|
2010-01-06 18:46:48 +01:00
|
|
|
2010-01-06 Matthias Klose <doko@ubuntu.com>
|
2009-01-12 17:45:32 +01:00
|
|
|
|
2010-01-06 18:46:48 +01:00
|
|
|
* Regenerate .class files with updated ecj.jar (based on 3.5.1).
|