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