PR target/67172
[official-gcc.git] / libcc1 / ChangeLog
blob1efcb68e04b03ced926e7029fd1b091f24610791
1 2016-03-14  Andreas Schwab  <schwab@suse.de>
3         * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
4         * configure: Regenerate.
5         * Makefile.in: Regenerate.
7 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
9         * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
10         rather than typed_free_remove.  Remove redudant typedefs.
12 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
14         * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
15         than typed_noop_remove.  Remove redudant typedefs.
16         (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
17         (plugin_context::mark): Likewise.
19 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
21         * Makefile.in: Regenerated with automake-1.11.6.
22         * aclocal.m4: Likewise.
23         * configure: Likewise.
25 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
27         * plugin.cc: Adjust for hash_table changes.
29 2015-04-15  Andreas Schwab  <schwab@suse.de>
31         PR bootstrap/65763
32         * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
33         * Makefile.in: Regenerated.
35 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
37         * plugin.cc: All callers of fatal_error changed to pass
38         input_location as first argument.
40 2015-01-09  Michael Collison  <michael.collison@linaro.org>
42         * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
43         input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
44         due to flattening of tree.h.
46 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
48         PR bootstrap/63784
49         * configure: Regenerated.
51 2014-11-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
53         * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
54         * configure: Regenerate.
55         * connection.cc: Include <string.h>.
56         * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
58 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
60         PR target/63610
61         * configure: Regenerate.
63 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
65         PR bootstrap/63699
66         PR bootstrap/63750
67         * plugin.cc: Don't include <string>.
69 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
70             Phil Muldoon  <pmuldoon@redhat.com>
72         * configure.ac: Remove -Werror addition to WARN_FLAGS.  Add
73         ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
74         * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
75         (WERROR_FLAG): Remove.
76         (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
77         * configure: Regenerated.
78         * Makefile.in: Regenerated.
80 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
82         * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
83         (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
84         New variables.
85         (libiberty): Set to -Wc, followed by the first existing noasan/,
86         pic/ or . libiberty.a.
87         (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
88         libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
89         * Makefile.in: Regenerated.
91 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
92             Jan Kratochvil  <jan.kratochvil@redhat.com>
93             Tom Tromey  <tromey@redhat.com>
95         * aclocal.m4: New file.
96         * callbacks.cc: New file.
97         * callbacks.hh: New file.
98         * cc1plugin-config.h.in: New file.
99         * configure: New file.
100         * configure.ac: New file.
101         * connection.cc: New file.
102         * connection.hh: New file.
103         * findcomp.cc: New file.
104         * findcomp.hh: New file.
105         * libcc1.cc: New file.
106         * libcc1plugin.sym: New file.
107         * libcc1.sym: New file.
108         * Makefile.am: New file.
109         * Makefile.in: New file.
110         * marshall.cc: New file.
111         * marshall.hh: New file.
112         * names.cc: New file.
113         * names.hh: New file.
114         * plugin.cc: New file.
115         * rpc.hh: New file.
116         * status.hh: New file.