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