12021-07-28  Release Manager
2
3	* GCC 11.2.0 released.
4
52021-05-31  Jakub Jelinek  <jakub@redhat.com>
6
7	Backported from master:
8	2021-05-25  Jakub Jelinek  <jakub@redhat.com>
9
10	PR bootstrap/100731
11	* server.cc: Include <cstdlib>.
12
132021-05-25  Eric Botcazou  <ebotcazou@adacore.com>
14
15	* configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
16	* configure: Regenerate.
17
182021-04-27  Release Manager
19
20	* GCC 11.1.0 released.
21
222021-04-01  Iain Sandoe  <iain@sandoe.co.uk>
23
24	* resolver.h: Do not include std headers directly when
25	building in GCC.
26
272021-02-25  Nathan Sidwell  <nathan@acm.org>
28
29	* server.cc: Use #if NETWORKING not #ifdef, to be consistent
30	with elsewhere.
31
322021-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33
34	PR c++/98316
35	* configure.ac: Include ../config/ax_lib_socket_nsl.m4.
36	(NETLIBS): Determine using AX_LIB_SOCKET_NSL.
37	* configure: Regenerate.
38	* Makefile.in (NETLIBS): Define.
39	(g++-mapper-server$(exeext)): Add $(NETLIBS).
40
412021-01-04  Nathan Sidwell  <nathan@acm.org>
42
43	* resolver.cc (module_resolver::cmi_response): Remove
44	std::move of temporary.
45
462020-12-23  Nathan Sidwell  <nathan@acm.org>
47
48	PR bootstrap/98324
49	* Makefile.in: Add FLAGPIE.
50	* configure.ac: Add --enable-default-pie support.
51	* configure: Rebuilt.
52
532020-12-21  Nathan Sidwell  <nathan@acm.org>
54
55	PR other/98409
56	* Makefile.in: Fix exeext variable case.
57
582020-12-17  Nathan Sidwell  <nathan@acm.org>
59
60	* server.cc (crash_signal): Don't use strsignal.
61
622020-12-17  Nathan Sidwell  <nathan@acm.org>
63
64	PR bootstrap/98300
65	* configure.ac: Check for sys/mman.h.
66	* resolver.cc: Don't assume mmap, O_CLOEXEC are available.  Use
67	xmalloc.
68	* config.h.in: Regenerated.
69	* configure: Regenerated.
70
712020-12-17  Jakub Jelinek  <jakub@redhat.com>
72
73	* configure.ac: Add GCC_BASE_VER.
74	* Makefile.in (version): Remove variable.
75	(gcc_version): New variable.
76	(libexecsubdir): Use $(gcc_version) instead of $(version).
77	* configure: Regenerated.
78
792020-12-16  Nathan Sidwell  <nathan@acm.org>
80
81	* Makefile.in (INSTALL): Replace with ...
82	(INSTALL_PROGRAM): ... this.
83	(INSTALL_STRIP_PROGRAM): New.
84	(install-strip): New target.
85	(install): Use INSTALL_PROGRAM.
86	* configure.ac: Add INSTALL_PROGRAM.
87	* configure: Regenerated.
88
892020-12-16  Nathan Sidwell  <nathan@acm.org>
90
91	* Makefile.in (install): Do not use -p, use mkinstalldirs.
92	(clean): Fix typo.
93
942020-12-15  Nathan Sidwell  <nathan@acm.org>
95
96	* Makefile.in: New.
97	* config.h.in: New.
98	* configure: New.
99	* configure.ac: New.
100	* resolver.cc: New.
101	* resolver.h: New.
102	* server.cc: New.
103
104
105Copyright (C) 2020-2021 Free Software Foundation, Inc.
106
107Copying and distribution of this file, with or without modification,
108are permitted in any medium without royalty provided the copyright
109notice and this notice are preserved.
110