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