Fix typo in the last changelog entry.
[official-gcc.git] / libcc1 / ChangeLog
blobb0507eb2a9b773e9e916cc306ceec5864e504864
1 2015-01-09  Michael Collison  <michael.collison@linaro.org>
3         * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
4         input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
5         due to flattening of tree.h.
7 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
9         PR bootstrap/63784
10         * configure: Regenerated.
12 2014-11-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14         * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
15         * configure: Regenerate.
16         * connection.cc: Include <string.h>.
17         * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
19 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
21         PR target/63610
22         * configure: Regenerate.
24 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
26         PR bootstrap/63699
27         PR bootstrap/63750
28         * plugin.cc: Don't include <string>.
30 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
31             Phil Muldoon  <pmuldoon@redhat.com>
33         * configure.ac: Remove -Werror addition to WARN_FLAGS.  Add
34         ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
35         * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
36         (WERROR_FLAG): Remove.
37         (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
38         * configure: Regenerated.
39         * Makefile.in: Regenerated.
41 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
43         * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
44         (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
45         New variables.
46         (libiberty): Set to -Wc, followed by the first existing noasan/,
47         pic/ or . libiberty.a.
48         (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
49         libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
50         * Makefile.in: Regenerated.
52 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
53             Jan Kratochvil  <jan.kratochvil@redhat.com>
54             Tom Tromey  <tromey@redhat.com>
56         * aclocal.m4: New file.
57         * callbacks.cc: New file.
58         * callbacks.hh: New file.
59         * cc1plugin-config.h.in: New file.
60         * configure: New file.
61         * configure.ac: New file.
62         * connection.cc: New file.
63         * connection.hh: New file.
64         * findcomp.cc: New file.
65         * findcomp.hh: New file.
66         * libcc1.cc: New file.
67         * libcc1plugin.sym: New file.
68         * libcc1.sym: New file.
69         * Makefile.am: New file.
70         * Makefile.in: New file.
71         * marshall.cc: New file.
72         * marshall.hh: New file.
73         * names.cc: New file.
74         * names.hh: New file.
75         * plugin.cc: New file.
76         * rpc.hh: New file.
77         * status.hh: New file.