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