]> git.ipfire.org Git - thirdparty/gcc.git/blob - c++tools/ChangeLog
Daily bump.
[thirdparty/gcc.git] / c++tools / ChangeLog
1 2021-09-14 Iain Sandoe <iain@sandoe.co.uk>
2
3 * resolver.cc (module_resolver::ModuleCompiledRequest):
4 Add a simple handler.
5 * resolver.h: Declare handler for ModuleCompiledRequest.
6
7 2021-07-21 Iain Sandoe <iain@sandoe.co.uk>
8 Jakub Jelinek <jakub@redhat.com>
9
10 PR c++/98821
11 * config.h.in: Regenerate.
12 * configure: Regenerate.
13 * configure.ac: Configure using C++. Pull logic to
14 detect enabled checking modes; default to release
15 checking.
16 * server.cc (AI_NUMERICSERV): Define a fallback value.
17 (gcc_assert): New.
18 (gcc_unreachable): New.
19 (fancy_abort): Only build when checking is enabled.
20
21 2021-05-25 Jakub Jelinek <jakub@redhat.com>
22
23 PR bootstrap/100731
24 * server.cc: Include <cstdlib>.
25
26 2021-05-25 Eric Botcazou <ebotcazou@adacore.com>
27
28 * configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
29 * configure: Regenerate.
30
31 2021-05-25 Jakub Jelinek <jakub@redhat.com>
32
33 * Makefile.in: Update copyright year.
34 * configure.ac: Likewise.
35 * resolver.cc: Likewise.
36 * resolver.h: Likewise.
37 * server.cc: Likewise.
38 (print_version): Update copyright notice date.
39
40 2021-05-10 Martin Liska <mliska@suse.cz>
41
42 * Makefile.in: Include also ../gcc folder.
43
44 2021-04-01 Iain Sandoe <iain@sandoe.co.uk>
45
46 * resolver.h: Do not include std headers directly when
47 building in GCC.
48
49 2021-02-25 Nathan Sidwell <nathan@acm.org>
50
51 * server.cc: Use #if NETWORKING not #ifdef, to be consistent
52 with elsewhere.
53
54 2021-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
55
56 PR c++/98316
57 * configure.ac: Include ../config/ax_lib_socket_nsl.m4.
58 (NETLIBS): Determine using AX_LIB_SOCKET_NSL.
59 * configure: Regenerate.
60 * Makefile.in (NETLIBS): Define.
61 (g++-mapper-server$(exeext)): Add $(NETLIBS).
62
63 2021-01-04 Nathan Sidwell <nathan@acm.org>
64
65 * resolver.cc (module_resolver::cmi_response): Remove
66 std::move of temporary.
67
68 2020-12-23 Nathan Sidwell <nathan@acm.org>
69
70 PR bootstrap/98324
71 * Makefile.in: Add FLAGPIE.
72 * configure.ac: Add --enable-default-pie support.
73 * configure: Rebuilt.
74
75 2020-12-21 Nathan Sidwell <nathan@acm.org>
76
77 PR other/98409
78 * Makefile.in: Fix exeext variable case.
79
80 2020-12-17 Nathan Sidwell <nathan@acm.org>
81
82 * server.cc (crash_signal): Don't use strsignal.
83
84 2020-12-17 Nathan Sidwell <nathan@acm.org>
85
86 PR bootstrap/98300
87 * configure.ac: Check for sys/mman.h.
88 * resolver.cc: Don't assume mmap, O_CLOEXEC are available. Use
89 xmalloc.
90 * config.h.in: Regenerated.
91 * configure: Regenerated.
92
93 2020-12-17 Jakub Jelinek <jakub@redhat.com>
94
95 * configure.ac: Add GCC_BASE_VER.
96 * Makefile.in (version): Remove variable.
97 (gcc_version): New variable.
98 (libexecsubdir): Use $(gcc_version) instead of $(version).
99 * configure: Regenerated.
100
101 2020-12-16 Nathan Sidwell <nathan@acm.org>
102
103 * Makefile.in (INSTALL): Replace with ...
104 (INSTALL_PROGRAM): ... this.
105 (INSTALL_STRIP_PROGRAM): New.
106 (install-strip): New target.
107 (install): Use INSTALL_PROGRAM.
108 * configure.ac: Add INSTALL_PROGRAM.
109 * configure: Regenerated.
110
111 2020-12-16 Nathan Sidwell <nathan@acm.org>
112
113 * Makefile.in (install): Do not use -p, use mkinstalldirs.
114 (clean): Fix typo.
115
116 2020-12-15 Nathan Sidwell <nathan@acm.org>
117
118 * Makefile.in: New.
119 * config.h.in: New.
120 * configure: New.
121 * configure.ac: New.
122 * resolver.cc: New.
123 * resolver.h: New.
124 * server.cc: New.
125
126 \f
127 Copyright (C) 2020-2021 Free Software Foundation, Inc.
128
129 Copying and distribution of this file, with or without modification,
130 are permitted in any medium without royalty provided the copyright
131 notice and this notice are preserved.