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