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