ChangeLog-2013 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. 2013-12-09 Andreas Schwab <schwab@suse.de>
  2. * Makefile.am (toolexeclib_LTLIBRARIES) [USE_LIBGCJ_BC]: Use
  3. install/libgcj_bc.la instead of libgcj_bc.la.
  4. (noinst_LTLIBRARIES) [USE_LIBGCJ_BC]: Define.
  5. (install_libgcj_bc_la_SOURCES): Define.
  6. (install/libgcj_bc.la): New rule.
  7. * Makefile.in: Regenerate.
  8. 2013-09-20 Alan Modra <amodra@gmail.com>
  9. * configure: Regenerate.
  10. 2013-06-20 Roland Lutz <rlutz@hedmen.org>
  11. * contrib/aot-compile.in: Fix typo in option list.
  12. 2013-06-20 Matthias Klose <doko@ubuntu.com>
  13. * pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config.
  14. * classpath/m4/pkg.m4 (PKG_CHECK_MODULES): Likewise.
  15. * configure: Regenerate.
  16. * classpath/configure: Regenerate.
  17. 2013-06-20 Matthias Klose <doko@ubuntu.com>
  18. * libtool-version: Bump soversion.
  19. 2013-05-22 Mark Mitchell <mark@codesourcery.com>
  20. Sandra Loosemore <sandra@codesourcery.com>
  21. * configure.ac (dbexecdir): Base on $(toolexeclibdir), not
  22. $(libdir).
  23. * Makefile.am (pkgconfigdir): Likewise.
  24. * configure: Regenerated.
  25. * Makefile.in: Regenerated.
  26. * gcj/Makefile.in: Regenerated.
  27. * include/Makefile.in: Regenerated.
  28. * testsuite/Makefile.in: Regenerated.
  29. 2013-04-16 Andreas Schwab <schwab@suse.de>
  30. * configure.host: Add support for aarch64.
  31. * sysdep/aarch64/locks.h: New file.
  32. 2013-03-12 Andrew John Hughes <gnu.andrew@redhat.com>
  33. * include/posix-threads.h:
  34. (_Jv_MutexCheckMonitor(_Jv_Mutex_t)): Use
  35. pthread_equal rather than !=.
  36. 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
  37. * Makefile.am (lib_gnu_awt_xlib_la_LDFLAGS): Replace
  38. LIBSTDCXX_RAW_CXX_LDLAGS with LIBSTDCXX_RAW_CXX_LDFLAGS.
  39. * Makefile.in: Regenerated.
  40. 2013-01-03 Jakub Jelinek <jakub@redhat.com>
  41. * gnu/gcj/convert/Convert.java (version): Update copyright notice
  42. dates.
  43. * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
  44. Copyright (C) 2013 Free Software Foundation, Inc.
  45. Copying and distribution of this file, with or without modification,
  46. are permitted in any medium without royalty provided the copyright
  47. notice and this notice are preserved.