2018-11-26 Richard Biener <rguenther@suse.de>
[official-gcc.git] / libphobos / ChangeLog
blobe95639dbe074998ab55d7243efd0496d3c7f0c22
1 2018-11-22  Johannes Pfau  <johannespfau@gmail.com>
3         PR d/87824
4         * testsuite/libphobos.shared/shared.exp: Set proper path to phobos
5         library for multilib builds.
7 2018-11-19  Iain Buclaw  <ibuclaw@gdcproject.org>
9         * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
10         std.internal.math.biguintx86 modules.
11         * src/Makefile.in: Rebuild.
12         * src/std/internal/digest/sha_SSSE3.d: Remove.
13         * src/std/internal/math/biguintx86.d: Remove.
15 2018-11-02  Iain Buclaw  <ibuclaw@gdcproject.org>
17         PR d/87827
18         * Makefile.in: Rebuild.
19         * configure: Rebuild.
20         * configure.ac: Properly set MULTISUBDIR.
21         * d_rules.am: Set toolexecdir and toolexeclibdir.
22         * libdruntime/Makefile.in: Rebuild.
23         * m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
24         --enable-version-specific-runtime-libs.
25         * src/Makefile.in: Rebuild.
26         * testsuite/Makefile.in: Rebuild.
28 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
30         PR bootstrap/82856
31         * Makefile.am: Include multilib.am.
32         * configure.ac: Remove AC_PREREQ.  Use -Wno-override in
33         AM_INIT_AUTOMAKE call.
34         * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
35         * m4/druntime/os.m4: Use AC_LANG_SOURCE.
36         * testsuite/Makefile.am (RUNTEST): Remove quotes.
37         * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
38         src/Makefile.in, testsuite/Makefile.in: Regenerate.
40 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
42         PR bootstrap/87789
43         PR d/87818
44         PR d/87819
45         * configure.tgt: New file.
47 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
49         * Makefile.am: New file.
50         * Makefile.in: New file.
51         * acinclude.m4: New file.
52         * aclocal.m4: New file.
53         * config.h.in: New file.
54         * configure: New file.
55         * configure.ac: New file.
56         * d_rules.am: New file.
57         * libdruntime/Makefile.am: New file.
58         * libdruntime/Makefile.in: New file.
59         * libdruntime/__entrypoint.di: New file.
60         * libdruntime/__main.di: New file.
61         * libdruntime/gcc/attribute.d: New file.
62         * libdruntime/gcc/backtrace.d: New file.
63         * libdruntime/gcc/builtins.d: New file.
64         * libdruntime/gcc/config.d.in: New file.
65         * libdruntime/gcc/deh.d: New file.
66         * libdruntime/gcc/libbacktrace.d.in: New file.
67         * libdruntime/gcc/unwind/arm.d: New file.
68         * libdruntime/gcc/unwind/arm_common.d: New file.
69         * libdruntime/gcc/unwind/c6x.d: New file.
70         * libdruntime/gcc/unwind/generic.d: New file.
71         * libdruntime/gcc/unwind/package.d: New file.
72         * libdruntime/gcc/unwind/pe.d: New file.
73         * m4/autoconf.m4: New file.
74         * m4/druntime.m4: New file.
75         * m4/druntime/cpu.m4: New file.
76         * m4/druntime/libraries.m4: New file.
77         * m4/druntime/os.m4: New file.
78         * m4/gcc_support.m4: New file.
79         * m4/gdc.m4: New file.
80         * m4/libtool.m4: New file.
81         * src/Makefile.am: New file.
82         * src/Makefile.in: New file.
83         * src/libgphobos.spec.in: New file.
84         * testsuite/Makefile.am: New file.
85         * testsuite/Makefile.in: New file.
86         * testsuite/config/default.exp: New file.
87         * testsuite/lib/libphobos-dg.exp: New file.
88         * testsuite/lib/libphobos.exp: New file.
89         * testsuite/testsuite_flags.in: New file.
92 Copyright (C) 2018 Free Software Foundation, Inc.
94 Copying and distribution of this file, with or without modification,
95 are permitted in any medium without royalty provided the copyright
96 notice and this notice are preserved.