ChangeLog 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. 2015-07-16 Release Manager
  2. * GCC 5.2.0 released.
  3. 2015-04-22 Release Manager
  4. * GCC 5.1.0 released.
  5. 2015-04-15 Andreas Schwab <schwab@suse.de>
  6. PR bootstrap/65763
  7. * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
  8. * Makefile.in: Regenerated.
  9. 2015-01-30 Joseph Myers <joseph@codesourcery.com>
  10. * plugin.cc: All callers of fatal_error changed to pass
  11. input_location as first argument.
  12. 2015-01-09 Michael Collison <michael.collison@linaro.org>
  13. * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
  14. input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
  15. due to flattening of tree.h.
  16. 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
  17. PR bootstrap/63784
  18. * configure: Regenerated.
  19. 2014-11-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  20. * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
  21. * configure: Regenerate.
  22. * connection.cc: Include <string.h>.
  23. * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
  24. 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  25. PR target/63610
  26. * configure: Regenerate.
  27. 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
  28. PR bootstrap/63699
  29. PR bootstrap/63750
  30. * plugin.cc: Don't include <string>.
  31. 2014-10-29 Jakub Jelinek <jakub@redhat.com>
  32. Phil Muldoon <pmuldoon@redhat.com>
  33. * configure.ac: Remove -Werror addition to WARN_FLAGS. Add
  34. ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
  35. * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
  36. (WERROR_FLAG): Remove.
  37. (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
  38. * configure: Regenerated.
  39. * Makefile.in: Regenerated.
  40. 2014-10-29 Jakub Jelinek <jakub@redhat.com>
  41. * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
  42. (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
  43. New variables.
  44. (libiberty): Set to -Wc, followed by the first existing noasan/,
  45. pic/ or . libiberty.a.
  46. (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
  47. libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
  48. * Makefile.in: Regenerated.
  49. 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
  50. Jan Kratochvil <jan.kratochvil@redhat.com>
  51. Tom Tromey <tromey@redhat.com>
  52. * aclocal.m4: New file.
  53. * callbacks.cc: New file.
  54. * callbacks.hh: New file.
  55. * cc1plugin-config.h.in: New file.
  56. * configure: New file.
  57. * configure.ac: New file.
  58. * connection.cc: New file.
  59. * connection.hh: New file.
  60. * findcomp.cc: New file.
  61. * findcomp.hh: New file.
  62. * libcc1.cc: New file.
  63. * libcc1plugin.sym: New file.
  64. * libcc1.sym: New file.
  65. * Makefile.am: New file.
  66. * Makefile.in: New file.
  67. * marshall.cc: New file.
  68. * marshall.hh: New file.
  69. * names.cc: New file.
  70. * names.hh: New file.
  71. * plugin.cc: New file.
  72. * rpc.hh: New file.
  73. * status.hh: New file.