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