re PR c++/77748 (pr77550.C fails on arm-none-eabi)
[gcc.git] / libcc1 / ChangeLog
1 2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 Update copyrights.
4
5 2016-04-18 Michael Matz <matz@suse.de>
6
7 * plugin.cc (plugin_finish_record_or_union): Use SET_TYPE_ALIGN.
8
9 2016-04-11 Segher Boessenkool <segher@kernel.crashing.org>
10
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.
15
16 2016-03-14 Andreas Schwab <schwab@suse.de>
17
18 * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
19 * configure: Regenerate.
20 * Makefile.in: Regenerate.
21
22 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
23
24 * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
25 rather than typed_free_remove. Remove redudant typedefs.
26
27 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
28
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.
33
34 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
35
36 * Makefile.in: Regenerated with automake-1.11.6.
37 * aclocal.m4: Likewise.
38 * configure: Likewise.
39
40 2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
41
42 * plugin.cc: Adjust for hash_table changes.
43
44 2015-04-15 Andreas Schwab <schwab@suse.de>
45
46 PR bootstrap/65763
47 * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
48 * Makefile.in: Regenerated.
49
50 2015-01-30 Joseph Myers <joseph@codesourcery.com>
51
52 * plugin.cc: All callers of fatal_error changed to pass
53 input_location as first argument.
54
55 2015-01-09 Michael Collison <michael.collison@linaro.org>
56
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.
60
61 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
62
63 PR bootstrap/63784
64 * configure: Regenerated.
65
66 2014-11-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
67
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.
72
73 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
74
75 PR target/63610
76 * configure: Regenerate.
77
78 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
79
80 PR bootstrap/63699
81 PR bootstrap/63750
82 * plugin.cc: Don't include <string>.
83
84 2014-10-29 Jakub Jelinek <jakub@redhat.com>
85 Phil Muldoon <pmuldoon@redhat.com>
86
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.
94
95 2014-10-29 Jakub Jelinek <jakub@redhat.com>
96
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.
105
106 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
107 Jan Kratochvil <jan.kratochvil@redhat.com>
108 Tom Tromey <tromey@redhat.com>
109
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.