ChangeLog-2014 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
  2. PR bootstrap/63784
  3. * configure: Regenerated.
  4. 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  5. PR target/63610
  6. * configure: Regenerate.
  7. 2014-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
  8. * testsuite/lib/libjava.exp (load_gcc_lib): Register loaded libs.
  9. 2014-05-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
  10. Fix current cygwin-64 build problems.
  11. * configure.host: Added handling for x86_64-*-cygwin/mingw.
  12. * boehm.cc (_Jv_GCAttachThread, _Jv_GCDetachThread): Don't compile if
  13. GC_WIN32_THREADS is defined.
  14. * java/lang/natClass.cc (_Jv_InterfaceAssignableFrom): Rename interface
  15. to source_interface.
  16. 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  17. * configure.ac (THREADLIBS, THREADSPEC): Remove *-*-solaris2.9
  18. handling.
  19. * configure: Regenerate.
  20. 2014-03-12 Uros Bizjak <ubizjak@gmail.com>
  21. * include/dwarf2-signal.h: Update copyright year.
  22. (SIGNAL_HANDLER): Remove _sip argument. Mark _p argument with
  23. __attribute__ ((__unused__)).
  24. (class java::lang::Throwable): Remove declaration.
  25. (MAKE_THROW_FRAME) [!__ia64__]: Define as empty definition.
  26. 2014-03-11 Uros Bizjak <ubizjak@gmail.com>
  27. * java/lang/natObject.cc (_Jv_MonitorEnter): Add missing parenthesis
  28. around comparison with (address | LOCKED) in JvAssert.
  29. 2014-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  30. PR libgcj/55637
  31. * testsuite/libjava.lang/sourcelocation.xfail: New file.
  32. 2014-02-18 Richard Biener <rguenther@suse.de>
  33. PR libjava/60261
  34. * configure.ac (dbexecdir): Remove redundant multilib addition.
  35. * Makefile.am (gcc_version): Export.
  36. * configure: Regenerate.
  37. * Makefile.in: Likewise.
  38. 2014-01-02 Tobias Burnus <burnus@net-b.de>
  39. * gnu/gcj/convert/Convert.java (version): Update copyright notice
  40. dates.
  41. * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.
  42. Copyright (C) 2014 Free Software Foundation, Inc.
  43. Copying and distribution of this file, with or without modification,
  44. are permitted in any medium without royalty provided the copyright
  45. notice and this notice are preserved.