re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))
[gcc.git] / libcc1 / ChangeLog
1 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2
3 PR target/63610
4 * configure: Regenerate.
5
6 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7
8 PR bootstrap/63699
9 PR bootstrap/63750
10 * plugin.cc: Don't include <string>.
11
12 2014-10-29 Jakub Jelinek <jakub@redhat.com>
13 Phil Muldoon <pmuldoon@redhat.com>
14
15 * configure.ac: Remove -Werror addition to WARN_FLAGS. Add
16 ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
17 * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
18 (WERROR_FLAG): Remove.
19 (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
20 * configure: Regenerated.
21 * Makefile.in: Regenerated.
22
23 2014-10-29 Jakub Jelinek <jakub@redhat.com>
24
25 * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
26 (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
27 New variables.
28 (libiberty): Set to -Wc, followed by the first existing noasan/,
29 pic/ or . libiberty.a.
30 (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
31 libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
32 * Makefile.in: Regenerated.
33
34 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
35 Jan Kratochvil <jan.kratochvil@redhat.com>
36 Tom Tromey <tromey@redhat.com>
37
38 * aclocal.m4: New file.
39 * callbacks.cc: New file.
40 * callbacks.hh: New file.
41 * cc1plugin-config.h.in: New file.
42 * configure: New file.
43 * configure.ac: New file.
44 * connection.cc: New file.
45 * connection.hh: New file.
46 * findcomp.cc: New file.
47 * findcomp.hh: New file.
48 * libcc1.cc: New file.
49 * libcc1plugin.sym: New file.
50 * libcc1.sym: New file.
51 * Makefile.am: New file.
52 * Makefile.in: New file.
53 * marshall.cc: New file.
54 * marshall.hh: New file.
55 * names.cc: New file.
56 * names.hh: New file.
57 * plugin.cc: New file.
58 * rpc.hh: New file.
59 * status.hh: New file.