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