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