Make ARMv8-M attribute cmse_nonsecure_call work in Ada
[official-gcc.git] / c++tools / ChangeLog
blob18338cd4977704e466de5f37cef667c0d65b10f6
1 2022-03-18  Iain Sandoe  <iain@sandoe.co.uk>
3         * server.cc (accept_from): Use "1" as the dummy port number.
5 2021-10-26  Jonathan Wakely  <jwakely@redhat.com>
7         * resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
8         to ensure memory is freed before returning.
10 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
12         PR other/102663
13         * Makefile.in: Add dummy install-dvi target.
15 2021-09-14  Iain Sandoe  <iain@sandoe.co.uk>
17         * resolver.cc (module_resolver::ModuleCompiledRequest):
18         Add a simple handler.
19         * resolver.h: Declare handler for ModuleCompiledRequest.
21 2021-07-21  Iain Sandoe  <iain@sandoe.co.uk>
22             Jakub Jelinek  <jakub@redhat.com>
24         PR c++/98821
25         * config.h.in: Regenerate.
26         * configure: Regenerate.
27         * configure.ac: Configure using C++.  Pull logic to
28         detect enabled checking modes; default to release
29         checking.
30         * server.cc (AI_NUMERICSERV): Define a fallback value.
31         (gcc_assert): New.
32         (gcc_unreachable): New.
33         (fancy_abort): Only build when checking is enabled.
35 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
37         PR bootstrap/100731
38         * server.cc: Include <cstdlib>.
40 2021-05-25  Eric Botcazou  <ebotcazou@adacore.com>
42         * configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
43         * configure: Regenerate.
45 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
47         * Makefile.in: Update copyright year.
48         * configure.ac: Likewise.
49         * resolver.cc: Likewise.
50         * resolver.h: Likewise.
51         * server.cc: Likewise.
52         (print_version): Update copyright notice date.
54 2021-05-10  Martin Liska  <mliska@suse.cz>
56         * Makefile.in: Include also ../gcc folder.
58 2021-04-01  Iain Sandoe  <iain@sandoe.co.uk>
60         * resolver.h: Do not include std headers directly when
61         building in GCC.
63 2021-02-25  Nathan Sidwell  <nathan@acm.org>
65         * server.cc: Use #if NETWORKING not #ifdef, to be consistent
66         with elsewhere.
68 2021-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
70         PR c++/98316
71         * configure.ac: Include ../config/ax_lib_socket_nsl.m4.
72         (NETLIBS): Determine using AX_LIB_SOCKET_NSL.
73         * configure: Regenerate.
74         * Makefile.in (NETLIBS): Define.
75         (g++-mapper-server$(exeext)): Add $(NETLIBS).
77 2021-01-04  Nathan Sidwell  <nathan@acm.org>
79         * resolver.cc (module_resolver::cmi_response): Remove
80         std::move of temporary.
82 2020-12-23  Nathan Sidwell  <nathan@acm.org>
84         PR bootstrap/98324
85         * Makefile.in: Add FLAGPIE.
86         * configure.ac: Add --enable-default-pie support.
87         * configure: Rebuilt.
89 2020-12-21  Nathan Sidwell  <nathan@acm.org>
91         PR other/98409
92         * Makefile.in: Fix exeext variable case.
94 2020-12-17  Nathan Sidwell  <nathan@acm.org>
96         * server.cc (crash_signal): Don't use strsignal.
98 2020-12-17  Nathan Sidwell  <nathan@acm.org>
100         PR bootstrap/98300
101         * configure.ac: Check for sys/mman.h.
102         * resolver.cc: Don't assume mmap, O_CLOEXEC are available.  Use
103         xmalloc.
104         * config.h.in: Regenerated.
105         * configure: Regenerated.
107 2020-12-17  Jakub Jelinek  <jakub@redhat.com>
109         * configure.ac: Add GCC_BASE_VER.
110         * Makefile.in (version): Remove variable.
111         (gcc_version): New variable.
112         (libexecsubdir): Use $(gcc_version) instead of $(version).
113         * configure: Regenerated.
115 2020-12-16  Nathan Sidwell  <nathan@acm.org>
117         * Makefile.in (INSTALL): Replace with ...
118         (INSTALL_PROGRAM): ... this.
119         (INSTALL_STRIP_PROGRAM): New.
120         (install-strip): New target.
121         (install): Use INSTALL_PROGRAM.
122         * configure.ac: Add INSTALL_PROGRAM.
123         * configure: Regenerated.
125 2020-12-16  Nathan Sidwell  <nathan@acm.org>
127         * Makefile.in (install): Do not use -p, use mkinstalldirs.
128         (clean): Fix typo.
130 2020-12-15  Nathan Sidwell  <nathan@acm.org>
132         * Makefile.in: New.
133         * config.h.in: New.
134         * configure: New.
135         * configure.ac: New.
136         * resolver.cc: New.
137         * resolver.h: New.
138         * server.cc: New.
141 Copyright (C) 2020-2022 Free Software Foundation, Inc.
143 Copying and distribution of this file, with or without modification,
144 are permitted in any medium without royalty provided the copyright
145 notice and this notice are preserved.