X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libjava%2FChangeLog;h=08d4faa1314c5e458e890e2a96b6989ff3c9a8b9;hb=ac2e452f7df5e5afcf6f9e89a4ea945f0e5a2ff8;hp=b58bc9966bb456eb4c7405f8fb776d8b0804b1a0;hpb=4bae63f6999b9e6d68d47c2ba23978591c5bcccc;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libjava/ChangeLog b/libjava/ChangeLog index b58bc9966bb..08d4faa1314 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,341 +1,232 @@ -2009-09-16 Jonathan Yong +2011-12-12 Kai Tietz - * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: Correct - UnsupportedOperationException namespace. + PR libgcj/50053 + * java/lang/natClass.cc (java::lang::Class::newInstance): Special case + member-call for 32-bit IA native Window target. -2009-09-16 Andrew Haley +2011-11-24 Jakub Jelinek - * libgcj_bc.c (__data_start, data_start, _end): Add dummy usage. + PR bootstrap/50888 + * prims.cc: Don't include ctype.h. + (c_isspace): Define. + (next_property_key, next_property_value): Use it instead + of isspace. -2009-09-11 Ralf Wildenhues +2011-11-21 Andreas Tobler - * Makefile.am (libgij_la_LINK, libjvm_la_LINK): New. - * Makefile.in: Regenerate. - -2009-09-08 Alexandre Oliva + * configure.ac: Fix FreeBSD 10 detection. + * configure: Regenerate. - * configure: Rebuilt with modified libtool.m4. +2011-10-17 Paul Brook -2009-08-24 Ralf Wildenhues + * exception.cc (parse_lsda_header): hardcode ttype_encoding for older + ARM EABI toolchains. + (get_ttype_entry) Remove __ARM_EABI_UNWINDER__ variant. - * configure.ac (AC_PREREQ): Bump to 2.64. +2011-10-16 Uros Bizjak + Eric Botcazou -2009-08-22 Ralf Wildenhues + PR target/50737 + * include/dwarf2-signal.h [__alpha__]: Remove MAKE_THROW_FRAME + definition. - * HACKING: Use aclocal-1.11 and autoconf-2.64 in example. - * Makefile.am (install-html, install-pdf): Remove. - * Makefile.in: Regenerate. +2011-08-10 Rainer Orth - * Makefile.in: Regenerate. - * aclocal.m4: Regenerate. - * configure: Regenerate. - * gcj/Makefile.in: Regenerate. - * include/Makefile.in: Regenerate. - * include/config.h.in: Regenerate. - * testsuite/Makefile.in: Regenerate. - - * Makefile.am (libgcj_la_LINK, libgcj_tools_la_LINK) - (lib_gnu_awt_xlib_la_LINK, libgcj_bc_la_LINK, jv_convert_LINK) - (gcj_dbtool_LINK, gc_analyze_LINK, gij_LINK, ecjx_LINK) - (gappletviewer_LINK, gjarsigner_LINK, gkeytool_LINK) - (gjar_LINK, gjavah_LINK, gcjh_LINK, gnative2ascii_LINK) - (gorbd_LINK, grmid_LINK, gserialver_LINK, gtnameserv_LINK) - (grmic_LINK, grmiregistry_LINK, gjdoc_LINK): Add $(gjdoc_LDFLAGS). - (GCJLINK, LIBLINK, CXXLINK): Add $(LIBTOOLFLAGS). - * Makefile.in: Regenerate. + * exception.cc (std::abort): Remove static. -2009-08-17 Andrew Haley +2011-08-08 Rainer Orth - * Makefile.am (libgcj_bc_la_LIBADD): Delete. - * libgcj.spec.in: (LIBGCJ_BC_SPEC): New spec. - * configure.ac (LIBGCJ_BC_SPEC): New spec. + * configure.ac (THREADS): Remove posix95. + * configure: Regenerate. -2009-08-17 Andrew Haley +2011-08-05 Rainer Orth - * Makefile.in, - include/Makefile.in, - testsuite/Makefile.in, - gcj/Makefile.in: Regenerate. + * configure.ac (GCC_UNWIND_INCLUDE): Rename to + LIBGCC_UNWIND_INCLUDE. + Point to $(multi_basedir)/./libjava/../libgcc. + * configure: Regenerate. + * Makefile.am (GCC_UNWIND_INCLUDE): Reflect this. + * Makefile.in: Regenerate. -2009-08-14 Kai Tietz +2011-07-12 Andrew Haley - * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: Add include of - java/lang/UnsupportedOperationException.h file. + * interpret.cc (check_handler): Fix bit rot. + (breakpoint_at): Likewise. -2009-08-12 Andrew Haley +2011-07-12 Andrew Haley - * sysdep/arm/locks.h: Use atomic builtins For Linux EABI. - * configure.ac: Add ATOMICSPEC. - * libgcj.spec.in: Likewise. - * configure.host (arm*-linux*): Add -Wno-abi to cxxflags. - (testsuite/libjava.jvmti/jvmti-interp.exp): Likewise. - (testsuite/libjava.jvmti/jvmti.exp): Likewise. - (testsuite/libjava.jni/jni.exp): Likewise. - Set ATOMICSPEC. - Set LDFLAGS to work around libtool feature. - -2009-07-30 Ralf Wildenhues + * java/lang/natClass.cc (finalize): Make sure that the class + really has an engine. - * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force. +2011-07-07 Matthias Klose -2009-07-28 David Daney + * libtool-version: Bump soversion. - * gnu/gcj/util/natGCInfo.cc (nomem_handler): Use oomDumpName as - dump file name base. +2011-07-07 Matthias Klose -2009-07-27 Andrew John Hughes + * sysdep/x86-64: Remove empty directory. - PR libgcj/40616 - * java/io/PrintStream.class: Regenerated. - * java/io/PrintStream.h: Updated. - * java/io/PrintStream.java: - (PrintStream(File)): Ported from GNU Classpath - version. - (PrintStream(File, String)): Likewise. - (PrintStream(String)): Likewise. - (PrintStream(String, String)): Likewise. - -2009-07-24 Kai Tietz +2011-07-07 Rainer Orth - * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: New Win32 - specific implementation. + PR target/39150 + * configure.host (x86_64-*): Add -Usun to libgcj_flags. + (x86_64-*-solaris2.1[0-9]*): New case. + (i?86-*-solaris2*): Also accept x86_64-*-solaris2.1[0-9]*. -2009-07-23 Matthias Klose +2011-06-21 Rainer Orth - * contrib/aotcompile.py.in: Use hashlib instead of md5 if available. + PR libgcj/49314 + * gnu/gcj/convert/natIconv.cc (iconv_init): Pad in[] with NUL byte. -2009-07-17 Joseph Myers +2011-06-17 Jack Howarth - PR other/40784 - * configure: Regenerate. + PR target/49461 + * libjava/configure.ac (SYSTEMSPEC): Pass -no_pie for darwin11. + * libjava/configure: Regenerate. -2009-07-16 Joseph Myers +2011-06-17 Rainer Orth + PR libgcj/49315 + * include/solaris-signal.h: Rename to ... + * include/posix-signal.h: ... this. + (SA_FLAGS): Define. + (SIGNAL_HANDLER): Handle non-SA_SIGINFO case. + (sa_signal_handler): Define. + (_INIT_SIG_HANDLER): New macro. + (INIT_SEGV, INIT_FPE): Use it. + * configure.ac (SIGNAL_HANDLER): Use it on alpha*-dec-osf*, + mips-sgi-irix*, *-*-solaris2* * configure: Regenerate. + * include/aix-signal.h: Refer to AIX. + * configure.host (alpha*-dec-osf*): Enable can_unwind_signal. + (mips-sgi-irix6*): Likewise. -2009-07-11 Richard Sandiford +2011-05-31 H.J. Lu - PR testsuite/40699 - PR testsuite/40707 - PR testsuite/40709 - * testsuite/lib/libjava.exp: Revert 2009-06-30 commit. + PR libgcj/49193 + * configure.host (sysdeps_dir): Set to i386 for x86_64. -2009-06-30 Richard Sandiford + * sysdep/i386/locks.h (compare_and_swap): Call + __sync_bool_compare_and_swap. + (release_set): Call write_barrier (). - * testsuite/lib/libjava.exp (libjava_init): Just add - find_libgcc_s to libjava_libgcc_s_path, rather than every - libgcc multilib directory. - (libjava_arguments): Explain why we add "." to ld_library_path. - (gcj_invoke, exec_gij, libjava_invoke): Use add_path. + * sysdep/x86-64/locks.h: Removed. -2009-06-22 Matthias Klose +2011-04-24 Gerald Pfeifer - * libtool-version: Bump soversion. - -2009-05-12 Alexandre Oliva - - * configure.ac: Insert libgcjdir in the GCJ passed in the - environment, rather than overriding completely. - * configure: Rebuilt. - -2009-04-28 Dave Korn - - * testsuite/libjava.jvmti/jvmti-interp.exp - (gcj_jni_compile_c_to_so): Fix so extension to '.dll' on win32. - * testsuite/lib/libjava.exp (libjava_init): Likewise. - * testsuite/libjava.jni/jni.exp - (gcj_jni_compile_c_to_so): Likewise. - (gcj_jni_test_one): Likewise. - -2009-04-28 Andrew Haley + * README: Refer to our generic bug reporting page. - PR libgcj/39899 - * Makefile.am (libgcj_tools_la_LDFLAGS): Add - -fno-bootstrap-classes to libgcj_tools_la_GCJFLAGS. - * Makefile.in: Regenerate. +2011-04-19 Rainer Orth -2009-04-28 Dave Korn + * configure.ac (THREADS): Remove decosf1, irix, mach, os2. + * configure: Regenerate - * interpret.cc (DEBUG): Rename this ... - (__GCJ_DEBUG): ... to this throughout. - * configure.ac: Likewise. - * interpret-run.cc: Likewise. - * prims.cc: Likewise. - * gnu/classpath/natConfiguration.cc: Likewise. - * include/java-assert.h: Likewise. - * java/io/natVMObjectInputStream.cc: Likewise. +2011-04-15 Rainer Orth - * configure: Regenerate. - * include/config.h.in: Regenerate. + * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): + Add $libiconv to cxxflags for alpha*-dec-osf*. -2009-04-28 Dave Korn +2011-04-12 Rainer Orth - * java/lang/natVMClassLoader.cc - (java::lang::VMClassLoader::defineClass): Fix assert. + PR testsuite/21164 + * testsuite/lib/libjava.exp: Load dg.exp. + * testsuite/libjava.jar/jar.exp (gcj_jar_interpret): Strip srcdir + from jarfile. + Use result for messages. + * testsuite/libjava.loader/loader.exp (gcj_loader_test_one): Pass + errname to libjava_invoke, fix testname. -2009-04-26 Matthias Klose +2011-04-08 Kai Tietz - * contrib/aot-compile.in: Print diagnostics for malformed or invalid - class files. - * contrib/generate-cacerts.pl.in: New. - * configure.ac (AC_CONFIG_FILES): Add generate-cacerts.pl. + * configure.ac (libgcj_ld_export_all): Set for windows + native targets to export-all-symbols. + (LIBGCJ_LD_EXPORT_ALL): Export libgcj_ld_export_all. + * Makefile.am (libgcj_la_LDFLAGS): Add LIBGCJ_LD_EXPORT_ALL. + * sysdep/i386/backtrace.h (MAIN_FUNC): Define for windows + native targets to DllMain. + * gcj/javaprims.h (JNICALL): Define it dependent + for different windows targets. + * include/jni_md.h: Likewise. + * headers.txt (_Jv_JNI_ToReflectedField): Mark + JNICALLS for friends. + (_Jv_JNI_ToReflectedMethod): Likewise. + * java/lang/Class.h: Regenerated. + * java/lang/reflect/Field.h: Regenerated. + * java/lang/reflect/Constructor.h: Regenerated. + * java/lang/reflect/Method.h: Regenerated. + * configure: Regenerated. + * Makefile.in: Regenerated. + * include/Makefile.in: Regenerated. + * testsuite/Makefile.in: Regenerated. + * gcj/Makefile.in: Regenerated. -2009-04-24 Matthias Klose +2011-04-04 Rainer Orth - * configure.ac: Create missing directory gnu/java/security/jce/prng. + * configure.ac: Redirect $JAR -cf@ output to /dev/null. * configure: Regenerate. -2009-04-23 Matthias Klose - - * Makefile.am (install-data-local): Fix symlinks to header files. - * Makefile.in: Regenerate. - -2009-04-23 Dave Korn +2011-03-21 Rainer Orth - * gnu/classpath/jdwp/natVMVirtualMachine.cc (handle_single_step): Use - casted pointer in debugging assert. - (jdwpBreakpointCB): Likewise. + * configure.ac (THREADS): Remove solaris. + * configure: Regenerate. -2009-04-09 Jack Howarth +2011-03-21 Rainer Orth - * configure.host: Restore match for darwin9 or later. - * configure.ac: Likewise. + PR bootstrap/48135 + * configure.ac (libjava_cv_anon_version_script): Handle + --disable-symvers. * configure: Regenerate. -2009-03-11 Andrew Haley - - * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear - INTERPRETED access modifier. +2011-02-14 Gary Benson -2009-03-11 Tom Tromey + * libjava/contrib/aot-compile.in: Add our module directory + to the start of the search path rather than the end. + * libjava/contrib/aot-compile-rpm.in: Likewise. - * link.cc (_Jv_Linker::find_field): Pass the field_type to - _Jv_CheckOrCreateLoadingConstraint, not the class that is - requesting the field. +2011-02-14 Gary Benson -2009-03-03 Andrew John Hughes + PR libjava/47484 + * configure.ac (python_mod_dir, python_mod_dir_expanded): + Install Python modules into versioned directory. + * configure: Regenerate. - * Makefile.am: - Remove dangling src.zip and javac symlinks. - Fix java.security symlink to use toolexeclibdir - as classpath/resource/Makefile.am does. - * Makefile.in, - * configure: Regenerated. - * configure.ac: Drop hard-coded prefix, - thus removing sdk_dir and making jre_dir="jre". - Map x86_64 to amd64 as used by OpenJDK. - * gcj/Makefile.in, - * include/Makefile.in, - * testsuite/Makefile.in: Regenerated. - -2009-03-01 Ralf Wildenhues +2011-02-13 Ralf Wildenhues * configure: Regenerate. + * shlibpath.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling + of freebsd1* which soon would incorrectly match FreeBSD 10.0. -2009-02-13 Andrew John Hughes +2011-02-04 Ralf Wildenhues - Import GNU Classpath (classpath-0_98-release). - - * Makefile.am: Add natVMSecureRandom.cc. - * Makefile.in: Regenerated. - * classpath/ChangeLog, - * classpath/Makefile.am: Merged. - * classpath/Makefile.in: Regenerated. - * classpath/NEWS: Merged. - * classpath/config.guess, - * classpath/config.sub, - * classpath/configure: Regenerated. - * classpath/configure.ac: Merged. - * classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java, - * classpath/gnu/java/security/jce/prng/SecureRandomAdapter.java, - * classpath/gnu/javax/crypto/jce/prng/ARCFourRandomSpi.java, - * classpath/gnu/javax/crypto/jce/prng/CSPRNGSpi.java, - * classpath/gnu/javax/crypto/jce/prng/FortunaImpl.java, - * classpath/gnu/javax/crypto/jce/prng/ICMRandomSpi.java, - * classpath/gnu/javax/crypto/jce/prng/UMacRandomSpi.java, - * classpath/gnu/javax/crypto/prng/ICMGenerator.java, - * classpath/gnu/xml/stream/XMLParser.java, - * classpath/java/security/SecureRandom.java, - * classpath/native/jni/native-lib/cpproc.c, - * classpath/native/plugin/gcjwebplugin.cc, - * classpath/tools/gnu/classpath/tools/gjdoc/Main.java: Merged. - * configure: Regenerated. - * configure.ac: Add symlink for natVMSecureRandomPosix.cc to natVMSecureRandom.cc - * gnu/classpath/Configuration.java: Change version to 0.98. - * gnu/java/security/jce/prng/SecureRandomAdapter.h: Regenerated. - * gnu/java/security/jce/prng/VMSecureRandom.h: Generated. - * gnu/java/security/jce/prng/VMSecureRandom.java: Added native implementation. - * gnu/java/security/jce/prng/natVMSecureRandomPosix.cc: Wrapper around /dev/random. - * gnu/javax/crypto/jce/prng/CSPRNGSpi.h, - * gnu/javax/crypto/jce/prng/FortunaImpl.h, - * java/security/SecureRandom.h: Regenerated. - * java/security/VMSecureRandom$Spinner.h, - * java/security/VMSecureRandom.h, - * java/security/VMSecureRandom.java: Removed. - * sources.am: Move VMSecureRandom to gnu.java.security.jce.prng. - -2009-02-10 Mark Mitchell - - * Makefile.am (AM_MAKEFLAGS): Pass down datadir. - * Makefile.in: Regenerated. + PR java/21206 + * configure.ac (LDLIBICONV): New substituted variable, with + instances of '-Wl,' removed from LIBICONV. + * configure: Regenerate. + * libgcj.spec.in: Use @LDLIBICONV@ not @LIBICONV@. + * Makefile.in: Regenerate. + * gcj/Makefile.in: Likewise. + * include/Makefile.in: Likewise. + * testsuite/Makefile.in: Likewise. -2009-02-09 Mark Mitchell +2011-02-02 Rainer Orth - * addr2name.awk: Remove. - * Makefile.am (bin_SCRIPTS): Remove addr2name.awk. - * Makefile.in: Regenerated. + * configure.ac: Don't use libdl on mips-sgi-irix6*. + * configure: Regenerate. - * configure.ac: Define enable_sjlj_exceptions - appropriately under the ARM EH ABI. - * configure: Regenerated. +2011-01-06 Rainer Orth - * Makefile.am (LTLDFLAGS): Define. - (GCJLINK): Use it. - (LIBLINK): Likewise. - * Makefile.in: Regenerated. + * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): + Add -shared-libgcc to cxxflags for *-*-solaris*. + Remove -lsocket. -2009-02-03 Jakub Jelinek +2011-01-03 Jakub Jelinek * gnu/gcj/convert/Convert.java (version): Update copyright notice dates. * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise. + +Copyright (C) 2011 Free Software Foundation, Inc. -2009-01-26 Jakub Jelinek - - PR libgcj/38872 - * gcj/javaprims.h (_Jv_CreateJavaVM): Change to extern "C" symbol. - * libjgc_bc.c (_Jv_GetStringChars): Remove. - -2009-01-12 Andrew Haley - - * sun/misc/natUnsafe.cc (spinlock contructor): Call sched_yield(). - -2009-01-11 Matthias Klose - - * Makefile.am (ecjx_LDADD): Add $(extra_ldflags). - * Makefile.in: Regenerate. - -2009-01-06 Andrew John Hughes - - Import GNU Classpath (libgcj-snapshot-20090102). - - * libjava/classpath/lib/java/text/RuleBasedCollator$CollationSorter.class, - * libjava/classpath/lib/java/text/MessageFormat$MessageFormatElement.class, - * libjava/classpath/lib/java/text/MessageFormat.class, - * libjava/classpath/lib/java/text/SimpleDateFormat.class, - * libjava/classpath/lib/java/text/NumberFormat.class, - * libjava/classpath/lib/java/text/RuleBasedCollator$CollationElement.class, - * libjava/classpath/lib/java/text/MessageFormat$Field.class, - * libjava/classpath/lib/java/text/RuleBasedCollator.class, - * libjava/classpath/lib/java/text/NumberFormat$Field.class, - * libjava/classpath/lib/gnu/xml/transform/Bindings.class, - * libjava/classpath/lib/gnu/java/locale/LocaleData.class, - * libjava/classpath/lib/gnu/java/awt/peer/gtk/FreetypeGlyphVector.class, - * libjava/classpath/lib/gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.class, - * libjava/gnu/java/awt/peer/gtk/FreetypeGlyphVector.h, - * libjava/java/text/MessageFormat.h, - * libjava/java/text/RuleBasedCollator$CollationSorter.h, - * libjava/java/text/RuleBasedCollator.h, - * libjava/java/text/SimpleDateFormat.h: - Regenerated. - +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved.