digest: Remove empty directory.
[platform/upstream/gcc.git] / libphobos / ChangeLog
1 2018-12-14  Iain Buclaw  <ibuclaw@gdcproject.org>
2
3         * src/std/internal/digest: Remove empty directory.
4
5 2018-12-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6
7         * Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS, GDCFLAGS.
8         * Makefile.in: Regenerate.
9
10 2018-11-28  Iain Buclaw  <ibuclaw@gdcproject.org>
11
12         * Makefile.in: Rebuild.
13         * configure: Rebuild.
14         * configure.ac (DRUNTIME_SOVERSION): Remove.
15         (PHOBOS_SOVERSION): Remove.
16         (libtool_VERSION): Add.
17         * libdruntime/Makefile.am: Use libtool_VERSION.
18         * libdruntime/Makefile.in: Rebuild.
19         * src/Makefile.am: Use libtool_VERSION.
20         * src/Makefile.in: Rebuild.
21         * testsuite/Makefile.in: Rebuild.
22
23 2018-11-22  Johannes Pfau  <johannespfau@gmail.com>
24
25         PR d/87824
26         * testsuite/libphobos.shared/shared.exp: Set proper path to phobos
27         library for multilib builds.
28
29 2018-11-19  Iain Buclaw  <ibuclaw@gdcproject.org>
30
31         * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
32         std.internal.math.biguintx86 modules.
33         * src/Makefile.in: Rebuild.
34         * src/std/internal/digest/sha_SSSE3.d: Remove.
35         * src/std/internal/math/biguintx86.d: Remove.
36
37 2018-11-02  Iain Buclaw  <ibuclaw@gdcproject.org>
38
39         PR d/87827
40         * Makefile.in: Rebuild.
41         * configure: Rebuild.
42         * configure.ac: Properly set MULTISUBDIR.
43         * d_rules.am: Set toolexecdir and toolexeclibdir.
44         * libdruntime/Makefile.in: Rebuild.
45         * m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
46         --enable-version-specific-runtime-libs.
47         * src/Makefile.in: Rebuild.
48         * testsuite/Makefile.in: Rebuild.
49
50 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
51
52         PR bootstrap/82856
53         * Makefile.am: Include multilib.am.
54         * configure.ac: Remove AC_PREREQ.  Use -Wno-override in
55         AM_INIT_AUTOMAKE call.
56         * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
57         * m4/druntime/os.m4: Use AC_LANG_SOURCE.
58         * testsuite/Makefile.am (RUNTEST): Remove quotes.
59         * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
60         src/Makefile.in, testsuite/Makefile.in: Regenerate.
61
62 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
63
64         PR bootstrap/87789
65         PR d/87818
66         PR d/87819
67         * configure.tgt: New file.
68
69 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
70
71         * Makefile.am: New file.
72         * Makefile.in: New file.
73         * acinclude.m4: New file.
74         * aclocal.m4: New file.
75         * config.h.in: New file.
76         * configure: New file.
77         * configure.ac: New file.
78         * d_rules.am: New file.
79         * libdruntime/Makefile.am: New file.
80         * libdruntime/Makefile.in: New file.
81         * libdruntime/__entrypoint.di: New file.
82         * libdruntime/__main.di: New file.
83         * libdruntime/gcc/attribute.d: New file.
84         * libdruntime/gcc/backtrace.d: New file.
85         * libdruntime/gcc/builtins.d: New file.
86         * libdruntime/gcc/config.d.in: New file.
87         * libdruntime/gcc/deh.d: New file.
88         * libdruntime/gcc/libbacktrace.d.in: New file.
89         * libdruntime/gcc/unwind/arm.d: New file.
90         * libdruntime/gcc/unwind/arm_common.d: New file.
91         * libdruntime/gcc/unwind/c6x.d: New file.
92         * libdruntime/gcc/unwind/generic.d: New file.
93         * libdruntime/gcc/unwind/package.d: New file.
94         * libdruntime/gcc/unwind/pe.d: New file.
95         * m4/autoconf.m4: New file.
96         * m4/druntime.m4: New file.
97         * m4/druntime/cpu.m4: New file.
98         * m4/druntime/libraries.m4: New file.
99         * m4/druntime/os.m4: New file.
100         * m4/gcc_support.m4: New file.
101         * m4/gdc.m4: New file.
102         * m4/libtool.m4: New file.
103         * src/Makefile.am: New file.
104         * src/Makefile.in: New file.
105         * src/libgphobos.spec.in: New file.
106         * testsuite/Makefile.am: New file.
107         * testsuite/Makefile.in: New file.
108         * testsuite/config/default.exp: New file.
109         * testsuite/lib/libphobos-dg.exp: New file.
110         * testsuite/lib/libphobos.exp: New file.
111         * testsuite/testsuite_flags.in: New file.
112
113 \f
114 Copyright (C) 2018 Free Software Foundation, Inc.
115
116 Copying and distribution of this file, with or without modification,
117 are permitted in any medium without royalty provided the copyright
118 notice and this notice are preserved.