Update ChangeLog and version files for release
[official-gcc.git] / c++tools / ChangeLog
blob3c2c369b1555f58576c46fa90c61d30fa04977f8
1 2024-05-21  Release Manager
3         * GCC 13.3.0 released.
5 2023-07-27  Release Manager
7         * GCC 13.2.0 released.
9 2023-04-26  Release Manager
11         * GCC 13.1.0 released.
13 2023-03-31  Jonathan Wakely  <jwakely@redhat.com>
15         PR bootstrap/101834
16         * Makefile.in (INSTALL): Set variable.
17         (mostlyclean): Mark as a phony target.
18         (clean): Add mostlyclean as a prerequisite.
19         (distclean): Add clean as a prerequisite and remove more files.
20         (maintainer-clean): Add distclean as a prerequisite.
22 2023-01-09  John David Anglin  <danglin@gcc.gnu.org>
24         PR other/107616
25         * server.cc (server): Don't call FD_ISSET when HAVE_PSELECT
26         and HAVE_SELECT are zero.
28 2022-11-23  Marek Polacek  <polacek@redhat.com>
30         Revert:
31         2022-11-23  Marek Polacek  <polacek@redhat.com>
33         * Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
34         Use pic/libiberty.a if PICFLAG is set.
35         * configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
36         (--enable-host-pie): New check.
37         * configure: Regenerate.
39 2022-11-23  Marek Polacek  <polacek@redhat.com>
41         Revert:
42         2022-11-23  Marek Polacek  <polacek@redhat.com>
44         * configure.ac (--enable-host-bind-now): New check.
45         * configure: Regenerate.
47 2022-11-23  Marek Polacek  <polacek@redhat.com>
49         * configure.ac (--enable-host-bind-now): New check.
50         * configure: Regenerate.
52 2022-11-23  Marek Polacek  <polacek@redhat.com>
54         * Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
55         Use pic/libiberty.a if PICFLAG is set.
56         * configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
57         (--enable-host-pie): New check.
58         * configure: Regenerate.
60 2022-03-18  Iain Sandoe  <iain@sandoe.co.uk>
62         * server.cc (accept_from): Use "1" as the dummy port number.
64 2021-10-26  Jonathan Wakely  <jwakely@redhat.com>
66         * resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
67         to ensure memory is freed before returning.
69 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
71         PR other/102663
72         * Makefile.in: Add dummy install-dvi target.
74 2021-09-14  Iain Sandoe  <iain@sandoe.co.uk>
76         * resolver.cc (module_resolver::ModuleCompiledRequest):
77         Add a simple handler.
78         * resolver.h: Declare handler for ModuleCompiledRequest.
80 2021-07-21  Iain Sandoe  <iain@sandoe.co.uk>
81             Jakub Jelinek  <jakub@redhat.com>
83         PR c++/98821
84         * config.h.in: Regenerate.
85         * configure: Regenerate.
86         * configure.ac: Configure using C++.  Pull logic to
87         detect enabled checking modes; default to release
88         checking.
89         * server.cc (AI_NUMERICSERV): Define a fallback value.
90         (gcc_assert): New.
91         (gcc_unreachable): New.
92         (fancy_abort): Only build when checking is enabled.
94 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
96         PR bootstrap/100731
97         * server.cc: Include <cstdlib>.
99 2021-05-25  Eric Botcazou  <ebotcazou@adacore.com>
101         * configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
102         * configure: Regenerate.
104 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
106         * Makefile.in: Update copyright year.
107         * configure.ac: Likewise.
108         * resolver.cc: Likewise.
109         * resolver.h: Likewise.
110         * server.cc: Likewise.
111         (print_version): Update copyright notice date.
113 2021-05-10  Martin Liska  <mliska@suse.cz>
115         * Makefile.in: Include also ../gcc folder.
117 2021-04-01  Iain Sandoe  <iain@sandoe.co.uk>
119         * resolver.h: Do not include std headers directly when
120         building in GCC.
122 2021-02-25  Nathan Sidwell  <nathan@acm.org>
124         * server.cc: Use #if NETWORKING not #ifdef, to be consistent
125         with elsewhere.
127 2021-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
129         PR c++/98316
130         * configure.ac: Include ../config/ax_lib_socket_nsl.m4.
131         (NETLIBS): Determine using AX_LIB_SOCKET_NSL.
132         * configure: Regenerate.
133         * Makefile.in (NETLIBS): Define.
134         (g++-mapper-server$(exeext)): Add $(NETLIBS).
136 2021-01-04  Nathan Sidwell  <nathan@acm.org>
138         * resolver.cc (module_resolver::cmi_response): Remove
139         std::move of temporary.
141 2020-12-23  Nathan Sidwell  <nathan@acm.org>
143         PR bootstrap/98324
144         * Makefile.in: Add FLAGPIE.
145         * configure.ac: Add --enable-default-pie support.
146         * configure: Rebuilt.
148 2020-12-21  Nathan Sidwell  <nathan@acm.org>
150         PR other/98409
151         * Makefile.in: Fix exeext variable case.
153 2020-12-17  Nathan Sidwell  <nathan@acm.org>
155         * server.cc (crash_signal): Don't use strsignal.
157 2020-12-17  Nathan Sidwell  <nathan@acm.org>
159         PR bootstrap/98300
160         * configure.ac: Check for sys/mman.h.
161         * resolver.cc: Don't assume mmap, O_CLOEXEC are available.  Use
162         xmalloc.
163         * config.h.in: Regenerated.
164         * configure: Regenerated.
166 2020-12-17  Jakub Jelinek  <jakub@redhat.com>
168         * configure.ac: Add GCC_BASE_VER.
169         * Makefile.in (version): Remove variable.
170         (gcc_version): New variable.
171         (libexecsubdir): Use $(gcc_version) instead of $(version).
172         * configure: Regenerated.
174 2020-12-16  Nathan Sidwell  <nathan@acm.org>
176         * Makefile.in (INSTALL): Replace with ...
177         (INSTALL_PROGRAM): ... this.
178         (INSTALL_STRIP_PROGRAM): New.
179         (install-strip): New target.
180         (install): Use INSTALL_PROGRAM.
181         * configure.ac: Add INSTALL_PROGRAM.
182         * configure: Regenerated.
184 2020-12-16  Nathan Sidwell  <nathan@acm.org>
186         * Makefile.in (install): Do not use -p, use mkinstalldirs.
187         (clean): Fix typo.
189 2020-12-15  Nathan Sidwell  <nathan@acm.org>
191         * Makefile.in: New.
192         * config.h.in: New.
193         * configure: New.
194         * configure.ac: New.
195         * resolver.cc: New.
196         * resolver.h: New.
197         * server.cc: New.
200 Copyright (C) 2020-2023 Free Software Foundation, Inc.
202 Copying and distribution of this file, with or without modification,
203 are permitted in any medium without royalty provided the copyright
204 notice and this notice are preserved.