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