Update ChangeLog and version files for release
[official-gcc.git] / libcc1 / ChangeLog
bloba8732b2a876b09de3f6a0ddf04e98a10f3ca9a5b
1 2016-12-21  Release Manager
3         * GCC 6.3.0 released.
5 2016-08-22  Release Manager
7         * GCC 6.2.0 released.
9 2016-04-27  Release Manager
11         * GCC 6.1.0 released.
13 2016-04-11  Segher Boessenkool  <segher@kernel.crashing.org>
15         PR bootstrap/70173
16         * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
17         (compiler-name.h): Shorten recipe so that it fits the line.
18         * Makefile.in: Regenerate.
20 2016-03-14  Andreas Schwab  <schwab@suse.de>
22         * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
23         * configure: Regenerate.
24         * Makefile.in: Regenerate.
26 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
28         * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
29         rather than typed_free_remove.  Remove redudant typedefs.
31 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
33         * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
34         than typed_noop_remove.  Remove redudant typedefs.
35         (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
36         (plugin_context::mark): Likewise.
38 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
40         * Makefile.in: Regenerated with automake-1.11.6.
41         * aclocal.m4: Likewise.
42         * configure: Likewise.
44 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
46         * plugin.cc: Adjust for hash_table changes.
48 2015-04-15  Andreas Schwab  <schwab@suse.de>
50         PR bootstrap/65763
51         * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
52         * Makefile.in: Regenerated.
54 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
56         * plugin.cc: All callers of fatal_error changed to pass
57         input_location as first argument.
59 2015-01-09  Michael Collison  <michael.collison@linaro.org>
61         * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
62         input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
63         due to flattening of tree.h.
65 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
67         PR bootstrap/63784
68         * configure: Regenerated.
70 2014-11-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
72         * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
73         * configure: Regenerate.
74         * connection.cc: Include <string.h>.
75         * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
77 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
79         PR target/63610
80         * configure: Regenerate.
82 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
84         PR bootstrap/63699
85         PR bootstrap/63750
86         * plugin.cc: Don't include <string>.
88 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
89             Phil Muldoon  <pmuldoon@redhat.com>
91         * configure.ac: Remove -Werror addition to WARN_FLAGS.  Add
92         ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
93         * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
94         (WERROR_FLAG): Remove.
95         (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
96         * configure: Regenerated.
97         * Makefile.in: Regenerated.
99 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
101         * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
102         (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
103         New variables.
104         (libiberty): Set to -Wc, followed by the first existing noasan/,
105         pic/ or . libiberty.a.
106         (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
107         libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
108         * Makefile.in: Regenerated.
110 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
111             Jan Kratochvil  <jan.kratochvil@redhat.com>
112             Tom Tromey  <tromey@redhat.com>
114         * aclocal.m4: New file.
115         * callbacks.cc: New file.
116         * callbacks.hh: New file.
117         * cc1plugin-config.h.in: New file.
118         * configure: New file.
119         * configure.ac: New file.
120         * connection.cc: New file.
121         * connection.hh: New file.
122         * findcomp.cc: New file.
123         * findcomp.hh: New file.
124         * libcc1.cc: New file.
125         * libcc1plugin.sym: New file.
126         * libcc1.sym: New file.
127         * Makefile.am: New file.
128         * Makefile.in: New file.
129         * marshall.cc: New file.
130         * marshall.hh: New file.
131         * names.cc: New file.
132         * names.hh: New file.
133         * plugin.cc: New file.
134         * rpc.hh: New file.
135         * status.hh: New file.