dump_printf: add "%C" for dumping cgraph_node *
[official-gcc.git] / libphobos / ChangeLog
blobfec421789a114c3645cc33d94bd348b6a8c388c9
1 2018-11-02  Iain Buclaw  <ibuclaw@gdcproject.org>
3         PR d/87827
4         * Makefile.in: Rebuild.
5         * configure: Rebuild.
6         * configure.ac: Properly set MULTISUBDIR.
7         * d_rules.am: Set toolexecdir and toolexeclibdir.
8         * libdruntime/Makefile.in: Rebuild.
9         * m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
10         --enable-version-specific-runtime-libs.
11         * src/Makefile.in: Rebuild.
12         * testsuite/Makefile.in: Rebuild.
14 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
16         PR bootstrap/82856
17         * Makefile.am: Include multilib.am.
18         * configure.ac: Remove AC_PREREQ.  Use -Wno-override in
19         AM_INIT_AUTOMAKE call.
20         * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
21         * m4/druntime/os.m4: Use AC_LANG_SOURCE.
22         * testsuite/Makefile.am (RUNTEST): Remove quotes.
23         * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
24         src/Makefile.in, testsuite/Makefile.in: Regenerate.
26 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
28         PR bootstrap/87789
29         PR d/87818
30         PR d/87819
31         * configure.tgt: New file.
33 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
35         * Makefile.am: New file.
36         * Makefile.in: New file.
37         * acinclude.m4: New file.
38         * aclocal.m4: New file.
39         * config.h.in: New file.
40         * configure: New file.
41         * configure.ac: New file.
42         * d_rules.am: New file.
43         * libdruntime/Makefile.am: New file.
44         * libdruntime/Makefile.in: New file.
45         * libdruntime/__entrypoint.di: New file.
46         * libdruntime/__main.di: New file.
47         * libdruntime/gcc/attribute.d: New file.
48         * libdruntime/gcc/backtrace.d: New file.
49         * libdruntime/gcc/builtins.d: New file.
50         * libdruntime/gcc/config.d.in: New file.
51         * libdruntime/gcc/deh.d: New file.
52         * libdruntime/gcc/libbacktrace.d.in: New file.
53         * libdruntime/gcc/unwind/arm.d: New file.
54         * libdruntime/gcc/unwind/arm_common.d: New file.
55         * libdruntime/gcc/unwind/c6x.d: New file.
56         * libdruntime/gcc/unwind/generic.d: New file.
57         * libdruntime/gcc/unwind/package.d: New file.
58         * libdruntime/gcc/unwind/pe.d: New file.
59         * m4/autoconf.m4: New file.
60         * m4/druntime.m4: New file.
61         * m4/druntime/cpu.m4: New file.
62         * m4/druntime/libraries.m4: New file.
63         * m4/druntime/os.m4: New file.
64         * m4/gcc_support.m4: New file.
65         * m4/gdc.m4: New file.
66         * m4/libtool.m4: New file.
67         * src/Makefile.am: New file.
68         * src/Makefile.in: New file.
69         * src/libgphobos.spec.in: New file.
70         * testsuite/Makefile.am: New file.
71         * testsuite/Makefile.in: New file.
72         * testsuite/config/default.exp: New file.
73         * testsuite/lib/libphobos-dg.exp: New file.
74         * testsuite/lib/libphobos.exp: New file.
75         * testsuite/testsuite_flags.in: New file.
78 Copyright (C) 2018 Free Software Foundation, Inc.
80 Copying and distribution of this file, with or without modification,
81 are permitted in any medium without royalty provided the copyright
82 notice and this notice are preserved.