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