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