Daily bump.
[official-gcc.git] / c++tools / ChangeLog
blobfe606e52d3f0adb72fba0c0b7cb2903d321618e0
1 2021-09-14  Iain Sandoe  <iain@sandoe.co.uk>
3         * resolver.cc (module_resolver::ModuleCompiledRequest):
4         Add a simple handler.
5         * resolver.h: Declare handler for ModuleCompiledRequest.
7 2021-07-21  Iain Sandoe  <iain@sandoe.co.uk>
8             Jakub Jelinek  <jakub@redhat.com>
10         PR c++/98821
11         * config.h.in: Regenerate.
12         * configure: Regenerate.
13         * configure.ac: Configure using C++.  Pull logic to
14         detect enabled checking modes; default to release
15         checking.
16         * server.cc (AI_NUMERICSERV): Define a fallback value.
17         (gcc_assert): New.
18         (gcc_unreachable): New.
19         (fancy_abort): Only build when checking is enabled.
21 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
23         PR bootstrap/100731
24         * server.cc: Include <cstdlib>.
26 2021-05-25  Eric Botcazou  <ebotcazou@adacore.com>
28         * configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
29         * configure: Regenerate.
31 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
33         * Makefile.in: Update copyright year.
34         * configure.ac: Likewise.
35         * resolver.cc: Likewise.
36         * resolver.h: Likewise.
37         * server.cc: Likewise.
38         (print_version): Update copyright notice date.
40 2021-05-10  Martin Liska  <mliska@suse.cz>
42         * Makefile.in: Include also ../gcc folder.
44 2021-04-01  Iain Sandoe  <iain@sandoe.co.uk>
46         * resolver.h: Do not include std headers directly when
47         building in GCC.
49 2021-02-25  Nathan Sidwell  <nathan@acm.org>
51         * server.cc: Use #if NETWORKING not #ifdef, to be consistent
52         with elsewhere.
54 2021-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
56         PR c++/98316
57         * configure.ac: Include ../config/ax_lib_socket_nsl.m4.
58         (NETLIBS): Determine using AX_LIB_SOCKET_NSL.
59         * configure: Regenerate.
60         * Makefile.in (NETLIBS): Define.
61         (g++-mapper-server$(exeext)): Add $(NETLIBS).
63 2021-01-04  Nathan Sidwell  <nathan@acm.org>
65         * resolver.cc (module_resolver::cmi_response): Remove
66         std::move of temporary.
68 2020-12-23  Nathan Sidwell  <nathan@acm.org>
70         PR bootstrap/98324
71         * Makefile.in: Add FLAGPIE.
72         * configure.ac: Add --enable-default-pie support.
73         * configure: Rebuilt.
75 2020-12-21  Nathan Sidwell  <nathan@acm.org>
77         PR other/98409
78         * Makefile.in: Fix exeext variable case.
80 2020-12-17  Nathan Sidwell  <nathan@acm.org>
82         * server.cc (crash_signal): Don't use strsignal.
84 2020-12-17  Nathan Sidwell  <nathan@acm.org>
86         PR bootstrap/98300
87         * configure.ac: Check for sys/mman.h.
88         * resolver.cc: Don't assume mmap, O_CLOEXEC are available.  Use
89         xmalloc.
90         * config.h.in: Regenerated.
91         * configure: Regenerated.
93 2020-12-17  Jakub Jelinek  <jakub@redhat.com>
95         * configure.ac: Add GCC_BASE_VER.
96         * Makefile.in (version): Remove variable.
97         (gcc_version): New variable.
98         (libexecsubdir): Use $(gcc_version) instead of $(version).
99         * configure: Regenerated.
101 2020-12-16  Nathan Sidwell  <nathan@acm.org>
103         * Makefile.in (INSTALL): Replace with ...
104         (INSTALL_PROGRAM): ... this.
105         (INSTALL_STRIP_PROGRAM): New.
106         (install-strip): New target.
107         (install): Use INSTALL_PROGRAM.
108         * configure.ac: Add INSTALL_PROGRAM.
109         * configure: Regenerated.
111 2020-12-16  Nathan Sidwell  <nathan@acm.org>
113         * Makefile.in (install): Do not use -p, use mkinstalldirs.
114         (clean): Fix typo.
116 2020-12-15  Nathan Sidwell  <nathan@acm.org>
118         * Makefile.in: New.
119         * config.h.in: New.
120         * configure: New.
121         * configure.ac: New.
122         * resolver.cc: New.
123         * resolver.h: New.
124         * server.cc: New.
127 Copyright (C) 2020-2021 Free Software Foundation, Inc.
129 Copying and distribution of this file, with or without modification,
130 are permitted in any medium without royalty provided the copyright
131 notice and this notice are preserved.