]> git.ipfire.org Git - thirdparty/gcc.git/blob - libphobos/ChangeLog
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libphobos / ChangeLog
1 2018-10-31 Joseph Myers <joseph@codesourcery.com>
2
3 PR bootstrap/82856
4 * Makefile.am: Include multilib.am.
5 * configure.ac: Remove AC_PREREQ. Use -Wno-override in
6 AM_INIT_AUTOMAKE call.
7 * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
8 * m4/druntime/os.m4: Use AC_LANG_SOURCE.
9 * testsuite/Makefile.am (RUNTEST): Remove quotes.
10 * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
11 src/Makefile.in, testsuite/Makefile.in: Regenerate.
12
13 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
14
15 PR bootstrap/87789
16 PR d/87818
17 PR d/87819
18 * configure.tgt: New file.
19
20 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
21
22 * Makefile.am: New file.
23 * Makefile.in: New file.
24 * acinclude.m4: New file.
25 * aclocal.m4: New file.
26 * config.h.in: New file.
27 * configure: New file.
28 * configure.ac: New file.
29 * d_rules.am: New file.
30 * libdruntime/Makefile.am: New file.
31 * libdruntime/Makefile.in: New file.
32 * libdruntime/__entrypoint.di: New file.
33 * libdruntime/__main.di: New file.
34 * libdruntime/gcc/attribute.d: New file.
35 * libdruntime/gcc/backtrace.d: New file.
36 * libdruntime/gcc/builtins.d: New file.
37 * libdruntime/gcc/config.d.in: New file.
38 * libdruntime/gcc/deh.d: New file.
39 * libdruntime/gcc/libbacktrace.d.in: New file.
40 * libdruntime/gcc/unwind/arm.d: New file.
41 * libdruntime/gcc/unwind/arm_common.d: New file.
42 * libdruntime/gcc/unwind/c6x.d: New file.
43 * libdruntime/gcc/unwind/generic.d: New file.
44 * libdruntime/gcc/unwind/package.d: New file.
45 * libdruntime/gcc/unwind/pe.d: New file.
46 * m4/autoconf.m4: New file.
47 * m4/druntime.m4: New file.
48 * m4/druntime/cpu.m4: New file.
49 * m4/druntime/libraries.m4: New file.
50 * m4/druntime/os.m4: New file.
51 * m4/gcc_support.m4: New file.
52 * m4/gdc.m4: New file.
53 * m4/libtool.m4: New file.
54 * src/Makefile.am: New file.
55 * src/Makefile.in: New file.
56 * src/libgphobos.spec.in: New file.
57 * testsuite/Makefile.am: New file.
58 * testsuite/Makefile.in: New file.
59 * testsuite/config/default.exp: New file.
60 * testsuite/lib/libphobos-dg.exp: New file.
61 * testsuite/lib/libphobos.exp: New file.
62 * testsuite/testsuite_flags.in: New file.
63
64 \f
65 Copyright (C) 2018 Free Software Foundation, Inc.
66
67 Copying and distribution of this file, with or without modification,
68 are permitted in any medium without royalty provided the copyright
69 notice and this notice are preserved.