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