Add execution tests of ARM TRN Intrinsics.
[official-gcc.git] / libjava / ChangeLog
blob0bedfed271d2c2d7304a0969610e2d5abd65b756
1 2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3         Fix current cygwin-64 build problems.
4         * configure.host: Added handling for x86_64-*-cygwin/mingw.     
5         * boehm.cc (_Jv_GCAttachThread, _Jv_GCDetachThread): Don't compile if
6         GC_WIN32_THREADS is defined.
7         * java/lang/natClass.cc (_Jv_InterfaceAssignableFrom): Rename interface
8         to source_interface.
10 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12         * configure.ac (THREADLIBS, THREADSPEC): Remove *-*-solaris2.9
13         handling.
14         * configure: Regenerate.
16 2014-03-12  Uros Bizjak  <ubizjak@gmail.com>
18         * include/dwarf2-signal.h: Update copyright year.
19         (SIGNAL_HANDLER): Remove _sip argument.  Mark _p argument with
20         __attribute__ ((__unused__)).
21         (class java::lang::Throwable): Remove declaration.
22         (MAKE_THROW_FRAME) [!__ia64__]: Define as empty definition.
24 2014-03-11  Uros Bizjak  <ubizjak@gmail.com>
26         * java/lang/natObject.cc (_Jv_MonitorEnter): Add missing parenthesis
27         around comparison with (address | LOCKED) in JvAssert.
29 2014-02-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31         PR libgcj/55637
32         * testsuite/libjava.lang/sourcelocation.xfail: New file.
34 2014-02-18  Richard Biener  <rguenther@suse.de>
36         PR libjava/60261
37         * configure.ac (dbexecdir): Remove redundant multilib addition.
38         * Makefile.am (gcc_version): Export.
39         * configure: Regenerate.
40         * Makefile.in: Likewise.
42 2014-01-02  Tobias Burnus  <burnus@net-b.de>
44         * gnu/gcj/convert/Convert.java (version): Update copyright notice
45         dates.
46         * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.
48 2013-12-09  Andreas Schwab  <schwab@suse.de>
50         * Makefile.am (toolexeclib_LTLIBRARIES) [USE_LIBGCJ_BC]: Use
51         install/libgcj_bc.la instead of libgcj_bc.la.
52         (noinst_LTLIBRARIES) [USE_LIBGCJ_BC]: Define.
53         (install_libgcj_bc_la_SOURCES): Define.
54         (install/libgcj_bc.la): New rule.
55         * Makefile.in: Regenerate.
57 2013-09-20  Alan Modra  <amodra@gmail.com>
59         * configure: Regenerate.
61 2013-06-20  Roland Lutz  <rlutz@hedmen.org>
63         * contrib/aot-compile.in: Fix typo in option list.
65 2013-06-20  Matthias Klose  <doko@ubuntu.com>
67         * pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config.
68         * classpath/m4/pkg.m4 (PKG_CHECK_MODULES): Likewise.
69         * configure: Regenerate.
70         * classpath/configure: Regenerate.
72 2013-06-20  Matthias Klose  <doko@ubuntu.com>
74         * libtool-version: Bump soversion.
76 2013-05-22  Mark Mitchell  <mark@codesourcery.com>
77             Sandra Loosemore  <sandra@codesourcery.com>
79         * configure.ac (dbexecdir): Base on $(toolexeclibdir), not
80         $(libdir).
81         * Makefile.am (pkgconfigdir): Likewise.
82         * configure: Regenerated.
83         * Makefile.in: Regenerated.
84         * gcj/Makefile.in: Regenerated.
85         * include/Makefile.in: Regenerated.
86         * testsuite/Makefile.in: Regenerated.
88 2013-04-16  Andreas Schwab  <schwab@suse.de>
90         * configure.host: Add support for aarch64.
91         * sysdep/aarch64/locks.h: New file.
93 2013-03-12  Andrew John Hughes  <gnu.andrew@redhat.com>
95         * include/posix-threads.h:
96         (_Jv_MutexCheckMonitor(_Jv_Mutex_t)): Use
97         pthread_equal rather than !=.
99 2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
101         * Makefile.am (lib_gnu_awt_xlib_la_LDFLAGS): Replace
102         LIBSTDCXX_RAW_CXX_LDLAGS with LIBSTDCXX_RAW_CXX_LDFLAGS.
103         * Makefile.in: Regenerated.
105 2013-01-03  Jakub Jelinek  <jakub@redhat.com>
107         * gnu/gcj/convert/Convert.java (version): Update copyright notice
108         dates.
109         * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
111 Copyright (C) 2014 Free Software Foundation, Inc.
113 Copying and distribution of this file, with or without modification,
114 are permitted in any medium without royalty provided the copyright
115 notice and this notice are preserved.