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