Enable generation of GNU stack notes on Linux
[official-gcc.git] / c++tools / ChangeLog
blob7efb9fa828a12a2247772b2fc9d96ee4d6ac1d00
1 2023-06-22  Marek Polacek  <polacek@redhat.com>
3         * configure.ac (--enable-host-bind-now): New check.
4         * configure: Regenerate.
6 2023-06-15  Marek Polacek  <polacek@redhat.com>
8         * Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
9         Use pic/libiberty.a if PICFLAG is set.
10         * configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
11         (--enable-host-pie): New check.
12         * configure: Regenerate.
14 2023-03-31  Jonathan Wakely  <jwakely@redhat.com>
16         PR bootstrap/101834
17         * Makefile.in (INSTALL): Set variable.
18         (mostlyclean): Mark as a phony target.
19         (clean): Add mostlyclean as a prerequisite.
20         (distclean): Add clean as a prerequisite and remove more files.
21         (maintainer-clean): Add distclean as a prerequisite.
23 2023-01-09  John David Anglin  <danglin@gcc.gnu.org>
25         PR other/107616
26         * server.cc (server): Don't call FD_ISSET when HAVE_PSELECT
27         and HAVE_SELECT are zero.
29 2022-11-23  Marek Polacek  <polacek@redhat.com>
31         Revert:
32         2022-11-23  Marek Polacek  <polacek@redhat.com>
34         * Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
35         Use pic/libiberty.a if PICFLAG is set.
36         * configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
37         (--enable-host-pie): New check.
38         * configure: Regenerate.
40 2022-11-23  Marek Polacek  <polacek@redhat.com>
42         Revert:
43         2022-11-23  Marek Polacek  <polacek@redhat.com>
45         * configure.ac (--enable-host-bind-now): New check.
46         * configure: Regenerate.
48 2022-11-23  Marek Polacek  <polacek@redhat.com>
50         * configure.ac (--enable-host-bind-now): New check.
51         * configure: Regenerate.
53 2022-11-23  Marek Polacek  <polacek@redhat.com>
55         * Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
56         Use pic/libiberty.a if PICFLAG is set.
57         * configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
58         (--enable-host-pie): New check.
59         * configure: Regenerate.
61 2022-03-18  Iain Sandoe  <iain@sandoe.co.uk>
63         * server.cc (accept_from): Use "1" as the dummy port number.
65 2021-10-26  Jonathan Wakely  <jwakely@redhat.com>
67         * resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
68         to ensure memory is freed before returning.
70 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
72         PR other/102663
73         * Makefile.in: Add dummy install-dvi target.
75 2021-09-14  Iain Sandoe  <iain@sandoe.co.uk>
77         * resolver.cc (module_resolver::ModuleCompiledRequest):
78         Add a simple handler.
79         * resolver.h: Declare handler for ModuleCompiledRequest.
81 2021-07-21  Iain Sandoe  <iain@sandoe.co.uk>
82             Jakub Jelinek  <jakub@redhat.com>
84         PR c++/98821
85         * config.h.in: Regenerate.
86         * configure: Regenerate.
87         * configure.ac: Configure using C++.  Pull logic to
88         detect enabled checking modes; default to release
89         checking.
90         * server.cc (AI_NUMERICSERV): Define a fallback value.
91         (gcc_assert): New.
92         (gcc_unreachable): New.
93         (fancy_abort): Only build when checking is enabled.
95 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
97         PR bootstrap/100731
98         * server.cc: Include <cstdlib>.
100 2021-05-25  Eric Botcazou  <ebotcazou@adacore.com>
102         * configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
103         * configure: Regenerate.
105 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
107         * Makefile.in: Update copyright year.
108         * configure.ac: Likewise.
109         * resolver.cc: Likewise.
110         * resolver.h: Likewise.
111         * server.cc: Likewise.
112         (print_version): Update copyright notice date.
114 2021-05-10  Martin Liska  <mliska@suse.cz>
116         * Makefile.in: Include also ../gcc folder.
118 2021-04-01  Iain Sandoe  <iain@sandoe.co.uk>
120         * resolver.h: Do not include std headers directly when
121         building in GCC.
123 2021-02-25  Nathan Sidwell  <nathan@acm.org>
125         * server.cc: Use #if NETWORKING not #ifdef, to be consistent
126         with elsewhere.
128 2021-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
130         PR c++/98316
131         * configure.ac: Include ../config/ax_lib_socket_nsl.m4.
132         (NETLIBS): Determine using AX_LIB_SOCKET_NSL.
133         * configure: Regenerate.
134         * Makefile.in (NETLIBS): Define.
135         (g++-mapper-server$(exeext)): Add $(NETLIBS).
137 2021-01-04  Nathan Sidwell  <nathan@acm.org>
139         * resolver.cc (module_resolver::cmi_response): Remove
140         std::move of temporary.
142 2020-12-23  Nathan Sidwell  <nathan@acm.org>
144         PR bootstrap/98324
145         * Makefile.in: Add FLAGPIE.
146         * configure.ac: Add --enable-default-pie support.
147         * configure: Rebuilt.
149 2020-12-21  Nathan Sidwell  <nathan@acm.org>
151         PR other/98409
152         * Makefile.in: Fix exeext variable case.
154 2020-12-17  Nathan Sidwell  <nathan@acm.org>
156         * server.cc (crash_signal): Don't use strsignal.
158 2020-12-17  Nathan Sidwell  <nathan@acm.org>
160         PR bootstrap/98300
161         * configure.ac: Check for sys/mman.h.
162         * resolver.cc: Don't assume mmap, O_CLOEXEC are available.  Use
163         xmalloc.
164         * config.h.in: Regenerated.
165         * configure: Regenerated.
167 2020-12-17  Jakub Jelinek  <jakub@redhat.com>
169         * configure.ac: Add GCC_BASE_VER.
170         * Makefile.in (version): Remove variable.
171         (gcc_version): New variable.
172         (libexecsubdir): Use $(gcc_version) instead of $(version).
173         * configure: Regenerated.
175 2020-12-16  Nathan Sidwell  <nathan@acm.org>
177         * Makefile.in (INSTALL): Replace with ...
178         (INSTALL_PROGRAM): ... this.
179         (INSTALL_STRIP_PROGRAM): New.
180         (install-strip): New target.
181         (install): Use INSTALL_PROGRAM.
182         * configure.ac: Add INSTALL_PROGRAM.
183         * configure: Regenerated.
185 2020-12-16  Nathan Sidwell  <nathan@acm.org>
187         * Makefile.in (install): Do not use -p, use mkinstalldirs.
188         (clean): Fix typo.
190 2020-12-15  Nathan Sidwell  <nathan@acm.org>
192         * Makefile.in: New.
193         * config.h.in: New.
194         * configure: New.
195         * configure.ac: New.
196         * resolver.cc: New.
197         * resolver.h: New.
198         * server.cc: New.
201 Copyright (C) 2020-2023 Free Software Foundation, Inc.
203 Copying and distribution of this file, with or without modification,
204 are permitted in any medium without royalty provided the copyright
205 notice and this notice are preserved.