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