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