12024-06-20  Release Manager
2
3	* GCC 12.4.0 released.
4
52023-05-08  Release Manager
6
7	* GCC 12.3.0 released.
8
92022-08-19  Release Manager
10
11	* GCC 12.2.0 released.
12
132022-05-06  Release Manager
14
15	* GCC 12.1.0 released.
16
172022-03-18  Iain Sandoe  <iain@sandoe.co.uk>
18
19	* server.cc (accept_from): Use "1" as the dummy port number.
20
212021-10-26  Jonathan Wakely  <jwakely@redhat.com>
22
23	* resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
24	to ensure memory is freed before returning.
25
262021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
27
28	PR other/102663
29	* Makefile.in: Add dummy install-dvi target.
30
312021-09-14  Iain Sandoe  <iain@sandoe.co.uk>
32
33	* resolver.cc (module_resolver::ModuleCompiledRequest):
34	Add a simple handler.
35	* resolver.h: Declare handler for ModuleCompiledRequest.
36
372021-07-21  Iain Sandoe  <iain@sandoe.co.uk>
38	    Jakub Jelinek  <jakub@redhat.com>
39
40	PR c++/98821
41	* config.h.in: Regenerate.
42	* configure: Regenerate.
43	* configure.ac: Configure using C++.  Pull logic to
44	detect enabled checking modes; default to release
45	checking.
46	* server.cc (AI_NUMERICSERV): Define a fallback value.
47	(gcc_assert): New.
48	(gcc_unreachable): New.
49	(fancy_abort): Only build when checking is enabled.
50
512021-05-25  Jakub Jelinek  <jakub@redhat.com>
52
53	PR bootstrap/100731
54	* server.cc: Include <cstdlib>.
55
562021-05-25  Eric Botcazou  <ebotcazou@adacore.com>
57
58	* configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
59	* configure: Regenerate.
60
612021-05-25  Jakub Jelinek  <jakub@redhat.com>
62
63	* Makefile.in: Update copyright year.
64	* configure.ac: Likewise.
65	* resolver.cc: Likewise.
66	* resolver.h: Likewise.
67	* server.cc: Likewise.
68	(print_version): Update copyright notice date.
69
702021-05-10  Martin Liska  <mliska@suse.cz>
71
72	* Makefile.in: Include also ../gcc folder.
73
742021-04-01  Iain Sandoe  <iain@sandoe.co.uk>
75
76	* resolver.h: Do not include std headers directly when
77	building in GCC.
78
792021-02-25  Nathan Sidwell  <nathan@acm.org>
80
81	* server.cc: Use #if NETWORKING not #ifdef, to be consistent
82	with elsewhere.
83
842021-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
85
86	PR c++/98316
87	* configure.ac: Include ../config/ax_lib_socket_nsl.m4.
88	(NETLIBS): Determine using AX_LIB_SOCKET_NSL.
89	* configure: Regenerate.
90	* Makefile.in (NETLIBS): Define.
91	(g++-mapper-server$(exeext)): Add $(NETLIBS).
92
932021-01-04  Nathan Sidwell  <nathan@acm.org>
94
95	* resolver.cc (module_resolver::cmi_response): Remove
96	std::move of temporary.
97
982020-12-23  Nathan Sidwell  <nathan@acm.org>
99
100	PR bootstrap/98324
101	* Makefile.in: Add FLAGPIE.
102	* configure.ac: Add --enable-default-pie support.
103	* configure: Rebuilt.
104
1052020-12-21  Nathan Sidwell  <nathan@acm.org>
106
107	PR other/98409
108	* Makefile.in: Fix exeext variable case.
109
1102020-12-17  Nathan Sidwell  <nathan@acm.org>
111
112	* server.cc (crash_signal): Don't use strsignal.
113
1142020-12-17  Nathan Sidwell  <nathan@acm.org>
115
116	PR bootstrap/98300
117	* configure.ac: Check for sys/mman.h.
118	* resolver.cc: Don't assume mmap, O_CLOEXEC are available.  Use
119	xmalloc.
120	* config.h.in: Regenerated.
121	* configure: Regenerated.
122
1232020-12-17  Jakub Jelinek  <jakub@redhat.com>
124
125	* configure.ac: Add GCC_BASE_VER.
126	* Makefile.in (version): Remove variable.
127	(gcc_version): New variable.
128	(libexecsubdir): Use $(gcc_version) instead of $(version).
129	* configure: Regenerated.
130
1312020-12-16  Nathan Sidwell  <nathan@acm.org>
132
133	* Makefile.in (INSTALL): Replace with ...
134	(INSTALL_PROGRAM): ... this.
135	(INSTALL_STRIP_PROGRAM): New.
136	(install-strip): New target.
137	(install): Use INSTALL_PROGRAM.
138	* configure.ac: Add INSTALL_PROGRAM.
139	* configure: Regenerated.
140
1412020-12-16  Nathan Sidwell  <nathan@acm.org>
142
143	* Makefile.in (install): Do not use -p, use mkinstalldirs.
144	(clean): Fix typo.
145
1462020-12-15  Nathan Sidwell  <nathan@acm.org>
147
148	* Makefile.in: New.
149	* config.h.in: New.
150	* configure: New.
151	* configure.ac: New.
152	* resolver.cc: New.
153	* resolver.h: New.
154	* server.cc: New.
155
156
157Copyright (C) 2020-2022 Free Software Foundation, Inc.
158
159Copying and distribution of this file, with or without modification,
160are permitted in any medium without royalty provided the copyright
161notice and this notice are preserved.
162