12016-06-03  Release Manager
2
3	* GCC 5.4.0 released.
4
52015-12-04  Release Manager
6
7	* GCC 5.3.0 released.
8
92015-07-16  Release Manager
10
11	* GCC 5.2.0 released.
12
132015-04-22  Release Manager
14
15	* GCC 5.1.0 released.
16
172015-04-15  Andreas Schwab  <schwab@suse.de>
18
19	PR bootstrap/65763
20	* Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
21	* Makefile.in: Regenerated.
22
232015-01-30  Joseph Myers  <joseph@codesourcery.com>
24
25	* plugin.cc: All callers of fatal_error changed to pass
26	input_location as first argument.
27
282015-01-09  Michael Collison  <michael.collison@linaro.org>
29
30	* plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
31	input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
32	due to flattening of tree.h.
33
342014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35
36	PR bootstrap/63784
37	* configure: Regenerated.
38
392014-11-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40
41	* configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
42	* configure: Regenerate.
43	* connection.cc: Include <string.h>.
44        * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
45
462014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
47
48	PR target/63610
49	* configure: Regenerate.
50
512014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
52
53	PR bootstrap/63699
54	PR bootstrap/63750
55	* plugin.cc: Don't include <string>.
56
572014-10-29  Jakub Jelinek  <jakub@redhat.com>
58	    Phil Muldoon  <pmuldoon@redhat.com>
59
60	* configure.ac: Remove -Werror addition to WARN_FLAGS.  Add
61	ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
62	* Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
63	(WERROR_FLAG): Remove.
64	(AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
65	* configure: Regenerated.
66	* Makefile.in: Regenerated.
67
682014-10-29  Jakub Jelinek  <jakub@redhat.com>
69
70	* Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
71	(libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
72	New variables.
73	(libiberty): Set to -Wc, followed by the first existing noasan/,
74	pic/ or . libiberty.a.
75	(libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
76	libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
77	* Makefile.in: Regenerated.
78
792014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
80	    Jan Kratochvil  <jan.kratochvil@redhat.com>
81	    Tom Tromey  <tromey@redhat.com>
82
83	* aclocal.m4: New file.
84	* callbacks.cc: New file.
85	* callbacks.hh: New file.
86	* cc1plugin-config.h.in: New file.
87	* configure: New file.
88	* configure.ac: New file.
89	* connection.cc: New file.
90	* connection.hh: New file.
91	* findcomp.cc: New file.
92	* findcomp.hh: New file.
93	* libcc1.cc: New file.
94	* libcc1plugin.sym: New file.
95	* libcc1.sym: New file.
96	* Makefile.am: New file.
97	* Makefile.in: New file.
98	* marshall.cc: New file.
99	* marshall.hh: New file.
100	* names.cc: New file.
101	* names.hh: New file.
102	* plugin.cc: New file.
103	* rpc.hh: New file.
104	* status.hh: New file.
105