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