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>
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>
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>
37 * configure: Regenerate.
39 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
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):
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.
90 * plugin.cc: New file.
92 * status.hh: New file.