OSDN Git Service

2011-10-17 Paul Brook <paul@codesourcery.com>
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index c800bf3..7ff941e 100644 (file)
@@ -1,3 +1,64 @@
+2011-10-17  Paul Brook  <paul@codesourcery.com>
+
+       * exception.cc (parse_lsda_header): hardcode ttype_encoding for older
+       ARM EABI toolchains.
+       (get_ttype_entry) Remove __ARM_EABI_UNWINDER__ variant.
+
+2011-10-16  Uros Bizjak  <ubizjak@gmail.com>
+           Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR target/50737
+       * include/dwarf2-signal.h [__alpha__]: Remove MAKE_THROW_FRAME
+       definition.
+
+2011-08-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * exception.cc (std::abort): Remove static.
+
+2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (THREADS): Remove posix95.
+       * configure: Regenerate.
+
+2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * 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.
+
+2011-07-12  Andrew Haley  <aph@redhat.com>
+
+       * interpret.cc (check_handler): Fix bit rot.
+       (breakpoint_at): Likewise.
+
+2011-07-12  Andrew Haley  <aph@redhat.com>
+
+       * java/lang/natClass.cc (finalize): Make sure that the class
+       really has an engine.
+
+2011-07-07  Matthias Klose  <doko@ubuntu.com>
+
+       * libtool-version: Bump soversion.
+
+2011-07-07  Matthias Klose  <doko@ubuntu.com>
+
+       * sysdep/x86-64: Remove empty directory.
+
+2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       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]*.
+
+2011-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR libgcj/49314
+       * gnu/gcj/convert/natIconv.cc (iconv_init): Pad in[] with NUL byte.
+
 2011-06-17  Jack Howarth <howarth@bromo.med.uc.edu>
 
        PR target/49461