[AArch64 costs 6/18] Set default costs and handle vector modes.
[gcc.git] / libjava / ChangeLog
1 2014-05-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
2
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.
9
10 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11
12 * configure.ac (THREADLIBS, THREADSPEC): Remove *-*-solaris2.9
13 handling.
14 * configure: Regenerate.
15
16 2014-03-12 Uros Bizjak <ubizjak@gmail.com>
17
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.
23
24 2014-03-11 Uros Bizjak <ubizjak@gmail.com>
25
26 * java/lang/natObject.cc (_Jv_MonitorEnter): Add missing parenthesis
27 around comparison with (address | LOCKED) in JvAssert.
28
29 2014-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30
31 PR libgcj/55637
32 * testsuite/libjava.lang/sourcelocation.xfail: New file.
33
34 2014-02-18 Richard Biener <rguenther@suse.de>
35
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.
41
42 2014-01-02 Tobias Burnus <burnus@net-b.de>
43
44 * gnu/gcj/convert/Convert.java (version): Update copyright notice
45 dates.
46 * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.
47
48 2013-12-09 Andreas Schwab <schwab@suse.de>
49
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.
56
57 2013-09-20 Alan Modra <amodra@gmail.com>
58
59 * configure: Regenerate.
60
61 2013-06-20 Roland Lutz <rlutz@hedmen.org>
62
63 * contrib/aot-compile.in: Fix typo in option list.
64
65 2013-06-20 Matthias Klose <doko@ubuntu.com>
66
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.
71
72 2013-06-20 Matthias Klose <doko@ubuntu.com>
73
74 * libtool-version: Bump soversion.
75
76 2013-05-22 Mark Mitchell <mark@codesourcery.com>
77 Sandra Loosemore <sandra@codesourcery.com>
78
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.
87
88 2013-04-16 Andreas Schwab <schwab@suse.de>
89
90 * configure.host: Add support for aarch64.
91 * sysdep/aarch64/locks.h: New file.
92
93 2013-03-12 Andrew John Hughes <gnu.andrew@redhat.com>
94
95 * include/posix-threads.h:
96 (_Jv_MutexCheckMonitor(_Jv_Mutex_t)): Use
97 pthread_equal rather than !=.
98
99 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
100
101 * Makefile.am (lib_gnu_awt_xlib_la_LDFLAGS): Replace
102 LIBSTDCXX_RAW_CXX_LDLAGS with LIBSTDCXX_RAW_CXX_LDFLAGS.
103 * Makefile.in: Regenerated.
104
105 2013-01-03 Jakub Jelinek <jakub@redhat.com>
106
107 * gnu/gcj/convert/Convert.java (version): Update copyright notice
108 dates.
109 * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
110 \f
111 Copyright (C) 2014 Free Software Foundation, Inc.
112
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.