Daily bump.
[gcc.git] / c++tools / ChangeLog
1 2020-12-17 Nathan Sidwell <nathan@acm.org>
2
3 * server.cc (crash_signal): Don't use strsignal.
4
5 2020-12-17 Nathan Sidwell <nathan@acm.org>
6
7 PR bootstrap/98300
8 * configure.ac: Check for sys/mman.h.
9 * resolver.cc: Don't assume mmap, O_CLOEXEC are available. Use
10 xmalloc.
11 * config.h.in: Regenerated.
12 * configure: Regenerated.
13
14 2020-12-17 Jakub Jelinek <jakub@redhat.com>
15
16 * configure.ac: Add GCC_BASE_VER.
17 * Makefile.in (version): Remove variable.
18 (gcc_version): New variable.
19 (libexecsubdir): Use $(gcc_version) instead of $(version).
20 * configure: Regenerated.
21
22 2020-12-16 Nathan Sidwell <nathan@acm.org>
23
24 * Makefile.in (INSTALL): Replace with ...
25 (INSTALL_PROGRAM): ... this.
26 (INSTALL_STRIP_PROGRAM): New.
27 (install-strip): New target.
28 (install): Use INSTALL_PROGRAM.
29 * configure.ac: Add INSTALL_PROGRAM.
30 * configure: Regenerated.
31
32 2020-12-16 Nathan Sidwell <nathan@acm.org>
33
34 * Makefile.in (install): Do not use -p, use mkinstalldirs.
35 (clean): Fix typo.
36
37 2020-12-15 Nathan Sidwell <nathan@acm.org>
38
39 * Makefile.in: New.
40 * config.h.in: New.
41 * configure: New.
42 * configure.ac: New.
43 * resolver.cc: New.
44 * resolver.h: New.
45 * server.cc: New.
46
47 \f
48 Copyright (C) 2020 Free Software Foundation, Inc.
49
50 Copying and distribution of this file, with or without modification,
51 are permitted in any medium without royalty provided the copyright
52 notice and this notice are preserved.