2015-05-05 Yvan Roux <yvan.roux@linaro.org>
[official-gcc.git] / libcc1 / ChangeLog
blobed43b6396c792a826b79e5f3a3c1de32c034521f
1 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
3         * plugin.cc: Adjust for hash_table changes.
5 2015-04-15  Andreas Schwab  <schwab@suse.de>
7         PR bootstrap/65763
8         * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
9         * Makefile.in: Regenerated.
11 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
13         * plugin.cc: All callers of fatal_error changed to pass
14         input_location as first argument.
16 2015-01-09  Michael Collison  <michael.collison@linaro.org>
18         * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
19         input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
20         due to flattening of tree.h.
22 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
24         PR bootstrap/63784
25         * configure: Regenerated.
27 2014-11-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
29         * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
30         * configure: Regenerate.
31         * connection.cc: Include <string.h>.
32         * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
34 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
36         PR target/63610
37         * configure: Regenerate.
39 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
41         PR bootstrap/63699
42         PR bootstrap/63750
43         * plugin.cc: Don't include <string>.
45 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
46             Phil Muldoon  <pmuldoon@redhat.com>
48         * configure.ac: Remove -Werror addition to WARN_FLAGS.  Add
49         ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
50         * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
51         (WERROR_FLAG): Remove.
52         (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
53         * configure: Regenerated.
54         * Makefile.in: Regenerated.
56 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
58         * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
59         (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
60         New variables.
61         (libiberty): Set to -Wc, followed by the first existing noasan/,
62         pic/ or . libiberty.a.
63         (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
64         libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
65         * Makefile.in: Regenerated.
67 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
68             Jan Kratochvil  <jan.kratochvil@redhat.com>
69             Tom Tromey  <tromey@redhat.com>
71         * aclocal.m4: New file.
72         * callbacks.cc: New file.
73         * callbacks.hh: New file.
74         * cc1plugin-config.h.in: New file.
75         * configure: New file.
76         * configure.ac: New file.
77         * connection.cc: New file.
78         * connection.hh: New file.
79         * findcomp.cc: New file.
80         * findcomp.hh: New file.
81         * libcc1.cc: New file.
82         * libcc1plugin.sym: New file.
83         * libcc1.sym: New file.
84         * Makefile.am: New file.
85         * Makefile.in: New file.
86         * marshall.cc: New file.
87         * marshall.hh: New file.
88         * names.cc: New file.
89         * names.hh: New file.
90         * plugin.cc: New file.
91         * rpc.hh: New file.
92         * status.hh: New file.