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