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