]> git.ipfire.org Git - thirdparty/gcc.git/blame - c++tools/ChangeLog
inter-procedural value range propagation
[thirdparty/gcc.git] / c++tools / ChangeLog
CommitLineData
270742ce
GA
12023-06-22 Marek Polacek <polacek@redhat.com>
2
3 * configure.ac (--enable-host-bind-now): New check.
4 * configure: Regenerate.
5
7ff79341
GA
62023-06-15 Marek Polacek <polacek@redhat.com>
7
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.
13
e11cde03
GA
142023-03-31 Jonathan Wakely <jwakely@redhat.com>
15
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.
22
84723aca
GA
232023-01-09 John David Anglin <danglin@gcc.gnu.org>
24
25 PR other/107616
26 * server.cc (server): Don't call FD_ISSET when HAVE_PSELECT
27 and HAVE_SELECT are zero.
28
8761284f
GA
292022-11-23 Marek Polacek <polacek@redhat.com>
30
31 Revert:
32 2022-11-23 Marek Polacek <polacek@redhat.com>
33
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.
39
402022-11-23 Marek Polacek <polacek@redhat.com>
41
42 Revert:
43 2022-11-23 Marek Polacek <polacek@redhat.com>
44
45 * configure.ac (--enable-host-bind-now): New check.
46 * configure: Regenerate.
47
482022-11-23 Marek Polacek <polacek@redhat.com>
49
50 * configure.ac (--enable-host-bind-now): New check.
51 * configure: Regenerate.
52
532022-11-23 Marek Polacek <polacek@redhat.com>
54
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.
60
8ca61ad1
GA
612022-03-18 Iain Sandoe <iain@sandoe.co.uk>
62
63 * server.cc (accept_from): Use "1" as the dummy port number.
64
3ff5b4ed
GA
652021-10-26 Jonathan Wakely <jwakely@redhat.com>
66
67 * resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
68 to ensure memory is freed before returning.
69
c2bd5d8a
GA
702021-10-22 Eric Gallager <egallager@gcc.gnu.org>
71
72 PR other/102663
73 * Makefile.in: Add dummy install-dvi target.
74
52ac72a4
GA
752021-09-14 Iain Sandoe <iain@sandoe.co.uk>
76
77 * resolver.cc (module_resolver::ModuleCompiledRequest):
78 Add a simple handler.
79 * resolver.h: Declare handler for ModuleCompiledRequest.
80
419c6c68
GA
812021-07-21 Iain Sandoe <iain@sandoe.co.uk>
82 Jakub Jelinek <jakub@redhat.com>
83
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.
94
2bc6dace
GA
952021-05-25 Jakub Jelinek <jakub@redhat.com>
96
97 PR bootstrap/100731
98 * server.cc: Include <cstdlib>.
99
1002021-05-25 Eric Botcazou <ebotcazou@adacore.com>
101
102 * configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
103 * configure: Regenerate.
104
1052021-05-25 Jakub Jelinek <jakub@redhat.com>
106
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.
113
aa891c56
GA
1142021-05-10 Martin Liska <mliska@suse.cz>
115
116 * Makefile.in: Include also ../gcc folder.
117
f1607029
GA
1182021-04-01 Iain Sandoe <iain@sandoe.co.uk>
119
120 * resolver.h: Do not include std headers directly when
121 building in GCC.
122
daa68844
GA
1232021-02-25 Nathan Sidwell <nathan@acm.org>
124
125 * server.cc: Use #if NETWORKING not #ifdef, to be consistent
126 with elsewhere.
127
651b8a50
GA
1282021-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
129
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).
136
7e73f511
GA
1372021-01-04 Nathan Sidwell <nathan@acm.org>
138
139 * resolver.cc (module_resolver::cmi_response): Remove
140 std::move of temporary.
141
85d8ebcf
GA
1422020-12-23 Nathan Sidwell <nathan@acm.org>
143
144 PR bootstrap/98324
145 * Makefile.in: Add FLAGPIE.
146 * configure.ac: Add --enable-default-pie support.
147 * configure: Rebuilt.
148
1a5e728a
GA
1492020-12-21 Nathan Sidwell <nathan@acm.org>
150
151 PR other/98409
152 * Makefile.in: Fix exeext variable case.
153
cd69e3d5
GA
1542020-12-17 Nathan Sidwell <nathan@acm.org>
155
156 * server.cc (crash_signal): Don't use strsignal.
157
1582020-12-17 Nathan Sidwell <nathan@acm.org>
159
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.
166
1672020-12-17 Jakub Jelinek <jakub@redhat.com>
168
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.
174
eefe499f
GA
1752020-12-16 Nathan Sidwell <nathan@acm.org>
176
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.
184
1852020-12-16 Nathan Sidwell <nathan@acm.org>
186
187 * Makefile.in (install): Do not use -p, use mkinstalldirs.
188 (clean): Fix typo.
189
6e9d8651
GA
1902020-12-15 Nathan Sidwell <nathan@acm.org>
191
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.
199
30c41abc 200\f
ff59f76f 201Copyright (C) 2020-2023 Free Software Foundation, Inc.
30c41abc
JJ
202
203Copying and distribution of this file, with or without modification,
204are permitted in any medium without royalty provided the copyright
205notice and this notice are preserved.