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