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