annotate libcc1/ChangeLog @ 143:76e1cf5455ef

add cbc_gc test
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 19:24:05 +0900
parents 84e7813d76e9
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
1 2018-04-18 David Malcolm <dmalcolm@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
2
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
3 PR jit/85384
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
4 * configure: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
5
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
6 2018-01-03 Jakub Jelinek <jakub@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
7
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
8 Update copyright years.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
9
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
10 2017-11-14 Boris Kolpackov <boris@codesynthesis.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
11
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
12 * configure: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
13
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
14 2017-11-16 Sergio Durigan Junior <sergiodj@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
15 Pedro Alves <palves@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
16
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
17 * Makefile.am: Remove references to c-compiler-name.h and
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
18 cp-compiler-name.h
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
19 * Makefile.in: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
20 * compiler-name.hh: New file.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
21 * libcc1.cc: Don't include c-compiler-name.h. Include
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
22 compiler-name.hh.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
23 * libcp1.cc: Don't include cp-compiler-name.h. Include
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
24 compiler-name.hh.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
25
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
26 2017-11-01 Nathan Sidwell <nathan@acm.org>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
27
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
28 * libcp1plugin.cc (plugin_build_decl): Use
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
29 DECL_OVERLOADED_OPERATOR_CODE_RAW.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
30
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
31 2017-10-31 Nathan Sidwell <nathan@acm.org>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
32
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
33 * libcp1plugin.cc (plugin_build_decl): Use ovl_op_identifier.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
34 Directly set operator code.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
35 (plugin_build_dependent_expr): Use ovl_op_identifier.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
36
111
kono
parents:
diff changeset
37 2017-10-04 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
38
kono
parents:
diff changeset
39 * libcp1plugin.cc (supplement_binding): Don't use
kono
parents:
diff changeset
40 maybe_remove_implicit_alias.
kono
parents:
diff changeset
41
kono
parents:
diff changeset
42 2017-07-20 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
43
kono
parents:
diff changeset
44 Remove TYPE_METHODS.
kono
parents:
diff changeset
45 * libcp1plugin.cc (plugin_build_decl): Member fns are on TYPE_FIELDS.
kono
parents:
diff changeset
46
kono
parents:
diff changeset
47 2017-07-12 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
48
kono
parents:
diff changeset
49 * libcp1plugin.cc (plugin_build_decl): Use
kono
parents:
diff changeset
50 DECL_CXX_{CON,DE}STRUCTOR directly.
kono
parents:
diff changeset
51
kono
parents:
diff changeset
52 2017-07-05 Richard Sandiford <richard.sandiford@linaro.org>
kono
parents:
diff changeset
53
kono
parents:
diff changeset
54 * libcp1plugin.cc (plugin_build_field): Use SET_DECL_MODE.
kono
parents:
diff changeset
55
kono
parents:
diff changeset
56 2017-06-30 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
57
kono
parents:
diff changeset
58 * libcp1plugin.cc (plugin_build_decl): Use make_conv_op_name.
kono
parents:
diff changeset
59 (plugin_build_dependent_expr): Likewise.
kono
parents:
diff changeset
60
kono
parents:
diff changeset
61 2017-06-26 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
62
kono
parents:
diff changeset
63 * libcp1plugin.cc (plugin_build_decl): Don't set
kono
parents:
diff changeset
64 DECL_ASSIGNMENT_OPERATOR_P.
kono
parents:
diff changeset
65
kono
parents:
diff changeset
66 2017-06-16 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
67
kono
parents:
diff changeset
68 * libcp1plugin.cc (plugin_build_decl): Adjust parm building.
kono
parents:
diff changeset
69
kono
parents:
diff changeset
70 2017-05-26 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
71
kono
parents:
diff changeset
72 * libcp1plugin.cc (plugin_make_namespace_inline): Push onto linees.
kono
parents:
diff changeset
73
kono
parents:
diff changeset
74 * libcp1plugin.cc (plugin_add_using_namespace): Call
kono
parents:
diff changeset
75 finish_namespace_using_directive.
kono
parents:
diff changeset
76
kono
parents:
diff changeset
77 2017-05-25 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
78
kono
parents:
diff changeset
79 * libcp1plugin.cc (plugin_make_namespace_inline): Check and set
kono
parents:
diff changeset
80 DECL_NAMESPACE_INLINE_P.
kono
parents:
diff changeset
81
kono
parents:
diff changeset
82 2017-05-23 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
83
kono
parents:
diff changeset
84 * libcp1plugin.cc (plugin_add_using_decl): Call
kono
parents:
diff changeset
85 finish_namespace_using_decl. Use assert not unreachable.
kono
parents:
diff changeset
86
kono
parents:
diff changeset
87 2017-05-11 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
88
kono
parents:
diff changeset
89 * libcp1plugin.cc (safe_pushdecl_maybe_friend): Call pushdecl.
kono
parents:
diff changeset
90
kono
parents:
diff changeset
91 2017-05-10 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
92
kono
parents:
diff changeset
93 * libcp1plugin.cc (plugin_build_decl): Adjust add_method call.
kono
parents:
diff changeset
94
kono
parents:
diff changeset
95 2017-04-15 Alexandre Oliva <aoliva@redhat.com>
kono
parents:
diff changeset
96
kono
parents:
diff changeset
97 * libcp1plugin.cc (plugin_build_decl): Call name_unnamed_type.
kono
parents:
diff changeset
98
kono
parents:
diff changeset
99 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
kono
parents:
diff changeset
100
kono
parents:
diff changeset
101 Introduce C++ support.
kono
parents:
diff changeset
102 * Makefile.am (AM_CPPFLAGS): Move some -I flags to...
kono
parents:
diff changeset
103 (CPPFLAGS_FOR_C_FAMILY, CPPFLAGS_FOR_C, CPPFLAGS_FOR_CXX): ...
kono
parents:
diff changeset
104 new macros.
kono
parents:
diff changeset
105 (plugin_LTLIBRARIES): Add libcp1plugin.la.
kono
parents:
diff changeset
106 (BUILT_SOURCES, MOSTLYCLEANFILES): Add...
kono
parents:
diff changeset
107 (cp-compiler-name.h): ... this. New.
kono
parents:
diff changeset
108 (c-compiler-name.h): Rename all over from...
kono
parents:
diff changeset
109 (compiler-name.h): ... this. Create it atomically.
kono
parents:
diff changeset
110 (marshall_c_source, marshall_cxx_source): New macros.
kono
parents:
diff changeset
111 (libcc1plugin_la_SOURCES): Rename plugin.cc to libcc1plugin.cc.
kono
parents:
diff changeset
112 Add marshall_c_source expansion.
kono
parents:
diff changeset
113 (libcc1plugin.lo_CPPFLAGS): New macro.
kono
parents:
diff changeset
114 (libcp1plugin_la_LDFLAGS): Likewise.
kono
parents:
diff changeset
115 (libcp1plugin_la_SOURCES): Likewise.
kono
parents:
diff changeset
116 (libcp1plugin.lo_CPPFLAGS): Likewise.
kono
parents:
diff changeset
117 (libcp1plugin_la_LIBADD): Likewise.
kono
parents:
diff changeset
118 (libcp1plugin_la_DEPENDENCIES): Likewise.
kono
parents:
diff changeset
119 (libcp1plugin_la_LINK): Likewise.
kono
parents:
diff changeset
120 (libcc1_la_SOURCES): Added marshall_c_source and
kono
parents:
diff changeset
121 marshall_cxx_source expansions.
kono
parents:
diff changeset
122 * Makefile.in: Rebuild.
kono
parents:
diff changeset
123 * compiler-name.h: Rename all over to...
kono
parents:
diff changeset
124 * c-compiler-name.h: ... this. Define C_COMPILER_NAME instead
kono
parents:
diff changeset
125 of COMPILER_NAME.
kono
parents:
diff changeset
126 * plugin.cc: Rename all over to...
kono
parents:
diff changeset
127 * libcc1plugin.cc: ... this. Include marshall-c.hh.
kono
parents:
diff changeset
128 (address_rewriter): Drop cleaning up of VLA sizes.
kono
parents:
diff changeset
129 (plugin_build_decl): Mark decls as external.
kono
parents:
diff changeset
130 (plugin_tagbind): Propagate name to all variants.
kono
parents:
diff changeset
131 (build_anonymous_node): New.
kono
parents:
diff changeset
132 (plugin_build_record_type): Use it instead of make_node.
kono
parents:
diff changeset
133 (plugin_build_union_type): Likewise.
kono
parents:
diff changeset
134 (plugin_build_enum_type): Likewise.
kono
parents:
diff changeset
135 (plugin_finish_record_or_union): Update all type variants.
kono
parents:
diff changeset
136 (safe_lookup_builtin_type): New.
kono
parents:
diff changeset
137 (plugin_int_check): Factor out of, and add checks to, ...
kono
parents:
diff changeset
138 (plugin_int_type): ... this. Rename to...
kono
parents:
diff changeset
139 (plugin_int_type_v0): ... this.
kono
parents:
diff changeset
140 (plugin_int_type): New interface, new implementation.
kono
parents:
diff changeset
141 (plugin_char_type): New.
kono
parents:
diff changeset
142 (plugin_float_type_v0): Rename from...
kono
parents:
diff changeset
143 (plugin_float_type): ... this. New interface, new implementation.
kono
parents:
diff changeset
144 (plugin_init): Bump handshake version.
kono
parents:
diff changeset
145 * libcc1.cc: Include marshall-c.hh. Drop gcc-interface.h.
kono
parents:
diff changeset
146 (call_binding_oracle): Rename to...
kono
parents:
diff changeset
147 (c_call_binding_oracle): ... this, into anonymous namespace.
kono
parents:
diff changeset
148 (call_symbol_address): Rename to...
kono
parents:
diff changeset
149 (c_call_symbol_address): ... this, likewise.
kono
parents:
diff changeset
150 (GCC_METHOD#): Move methods into cc1plugin::c:: namespace.
kono
parents:
diff changeset
151 (libcc1::compiler::find): Refer to C_COMPILER_NAME.
kono
parents:
diff changeset
152 (fork_exec): Bump to GCC_C_FE_VERSION_1.
kono
parents:
diff changeset
153 (libcc1_compile): Prefix callbacks with c_.
kono
parents:
diff changeset
154 (gcc_c_fe_context): Accept GCC_C_FE_VERSION_1.
kono
parents:
diff changeset
155 * libcc1.sym: Export gcc_cp_fe_context.
kono
parents:
diff changeset
156 * libcp1.cc: New, mostly copied and adjusted from libcc1.cc.
kono
parents:
diff changeset
157 * libcp1plugin.cc: New, initially copied from libcc1plugin.cc.
kono
parents:
diff changeset
158 * libcp1plugin.sym: New.
kono
parents:
diff changeset
159 * marshall-c.hh: New. Move C-specific types from...
kono
parents:
diff changeset
160 * marshall.cc: ... this.
kono
parents:
diff changeset
161 (cc1_plugin::marshall_array_start): New.
kono
parents:
diff changeset
162 (cc1_plugin::marshall_array_elmts): New.
kono
parents:
diff changeset
163 (cc1_plugin::marshall for gcc_type_array): Use the above.
kono
parents:
diff changeset
164 (cc1_plugin::unmarshall_array_start): New.
kono
parents:
diff changeset
165 (cc1_plugin::unmarshall_array_elmts): New.
kono
parents:
diff changeset
166 (cc1_plugin::unmarshall for gcc_type_array): Use the above.
kono
parents:
diff changeset
167 * marshall.hh: Declare the new array building blocks.
kono
parents:
diff changeset
168 Drop C-specific unmarshall declarations.
kono
parents:
diff changeset
169 * marshall-cp.hh: New.
kono
parents:
diff changeset
170 * names.cc (GCC_METHOD#): Add LANG:: to method names.
kono
parents:
diff changeset
171 (LANG): Define while including gcc-c-fe.def and gcc-cp-fe.def.
kono
parents:
diff changeset
172 * names.hh: Include gcc-c-fe.def and gcc-cp-fe.def in the
kono
parents:
diff changeset
173 corresponding namespaces.
kono
parents:
diff changeset
174 * rpc.hh: Don't include marshall.hh.
kono
parents:
diff changeset
175 [GCC_CP_INTERFACE_H] (argument_wrapper): Specialize for
kono
parents:
diff changeset
176 gcc_vbase_array, gcc_cp_template_args, gcc_cp_function_args.
kono
parents:
diff changeset
177
kono
parents:
diff changeset
178 2017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
kono
parents:
diff changeset
179
kono
parents:
diff changeset
180 * findcomp.cc: Include system.h.
kono
parents:
diff changeset
181 (search_dir): Return absolute filename.
kono
parents:
diff changeset
182
kono
parents:
diff changeset
183 * libcc1.cc (libcc1): Add class compiler with field compilerp,
kono
parents:
diff changeset
184 class compiler_triplet_regexp and class
kono
parents:
diff changeset
185 compiler_driver_filename.
kono
parents:
diff changeset
186 (libcc1::libcc1): Initialize compilerp.
kono
parents:
diff changeset
187 (libcc1::~libcc1): Delete compilerp.
kono
parents:
diff changeset
188 (libcc1::compiler::find, libcc1::compiler_triplet_regexp::find)
kono
parents:
diff changeset
189 (libcc1::compiler_driver_filename::find): New methods.
kono
parents:
diff changeset
190 (libcc1_set_arguments): Remove parameter triplet_regexp.
kono
parents:
diff changeset
191 (libcc1_set_triplet_regexp, libcc1_set_driver_filename)
kono
parents:
diff changeset
192 (libcc1_set_arguments_v0): New functions.
kono
parents:
diff changeset
193 (vtable): Use libcc1_set_arguments_v0, add
kono
parents:
diff changeset
194 libcc1_set_arguments, libcc1_set_triplet_regexp and
kono
parents:
diff changeset
195 libcc1_set_driver_filename.
kono
parents:
diff changeset
196
kono
parents:
diff changeset
197 * libcc1.cc: Include intl.h.
kono
parents:
diff changeset
198 (struct libcc1): Add field verbose.
kono
parents:
diff changeset
199 (libcc1::libcc1): Initialize it.
kono
parents:
diff changeset
200 (libcc1_set_verbose): New function.
kono
parents:
diff changeset
201 (libcc1_set_arguments): Print messages for VERBOSE.
kono
parents:
diff changeset
202 (libcc1_compile): Remove parameter verbose. Use VERBOSE from
kono
parents:
diff changeset
203 SELF.
kono
parents:
diff changeset
204 (libcc1_compile_v0): New function.
kono
parents:
diff changeset
205 (vtable): Use libcc1_compile_v0 and add libcc1_compile and
kono
parents:
diff changeset
206 libcc1_set_verbose.
kono
parents:
diff changeset
207
kono
parents:
diff changeset
208 * libcc1.cc (vtable): Update to GCC_FE_VERSION_1.
kono
parents:
diff changeset
209 (gcc_c_fe_context): Accept also GCC_FE_VERSION_1.
kono
parents:
diff changeset
210
kono
parents:
diff changeset
211 2017-01-17 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
212
kono
parents:
diff changeset
213 PR other/79046
kono
parents:
diff changeset
214 * configure.ac: Add GCC_BASE_VER. For --with-gcc-major-version-only
kono
parents:
diff changeset
215 use just major number from BASE-VER.
kono
parents:
diff changeset
216 * configure: Regenerated.
kono
parents:
diff changeset
217 * Makefile.in: Regenerated.
kono
parents:
diff changeset
218
kono
parents:
diff changeset
219 2017-01-04 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
220
kono
parents:
diff changeset
221 Update copyright years.
kono
parents:
diff changeset
222
kono
parents:
diff changeset
223 2016-11-18 Richard Sandiford <richard.sandiford@arm.com>
kono
parents:
diff changeset
224 Alan Hayward <alan.hayward@arm.com>
kono
parents:
diff changeset
225 David Sherwood <david.sherwood@arm.com>
kono
parents:
diff changeset
226
kono
parents:
diff changeset
227 * plugin.cc (plugin_build_add_field): Use SET_DECL_MODE.
kono
parents:
diff changeset
228
kono
parents:
diff changeset
229 2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
230
kono
parents:
diff changeset
231 Update copyrights.
kono
parents:
diff changeset
232
kono
parents:
diff changeset
233 2016-04-18 Michael Matz <matz@suse.de>
kono
parents:
diff changeset
234
kono
parents:
diff changeset
235 * plugin.cc (plugin_finish_record_or_union): Use SET_TYPE_ALIGN.
kono
parents:
diff changeset
236
kono
parents:
diff changeset
237 2016-04-11 Segher Boessenkool <segher@kernel.crashing.org>
kono
parents:
diff changeset
238
kono
parents:
diff changeset
239 PR bootstrap/70173
kono
parents:
diff changeset
240 * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
kono
parents:
diff changeset
241 (compiler-name.h): Shorten recipe so that it fits the line.
kono
parents:
diff changeset
242 * Makefile.in: Regenerate.
kono
parents:
diff changeset
243
kono
parents:
diff changeset
244 2016-03-14 Andreas Schwab <schwab@suse.de>
kono
parents:
diff changeset
245
kono
parents:
diff changeset
246 * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
kono
parents:
diff changeset
247 * configure: Regenerate.
kono
parents:
diff changeset
248 * Makefile.in: Regenerate.
kono
parents:
diff changeset
249
kono
parents:
diff changeset
250 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
kono
parents:
diff changeset
251
kono
parents:
diff changeset
252 * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
kono
parents:
diff changeset
253 rather than typed_free_remove. Remove redudant typedefs.
kono
parents:
diff changeset
254
kono
parents:
diff changeset
255 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
kono
parents:
diff changeset
256
kono
parents:
diff changeset
257 * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
kono
parents:
diff changeset
258 than typed_noop_remove. Remove redudant typedefs.
kono
parents:
diff changeset
259 (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
kono
parents:
diff changeset
260 (plugin_context::mark): Likewise.
kono
parents:
diff changeset
261
kono
parents:
diff changeset
262 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
kono
parents:
diff changeset
263
kono
parents:
diff changeset
264 * Makefile.in: Regenerated with automake-1.11.6.
kono
parents:
diff changeset
265 * aclocal.m4: Likewise.
kono
parents:
diff changeset
266 * configure: Likewise.
kono
parents:
diff changeset
267
kono
parents:
diff changeset
268 2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
kono
parents:
diff changeset
269
kono
parents:
diff changeset
270 * plugin.cc: Adjust for hash_table changes.
kono
parents:
diff changeset
271
kono
parents:
diff changeset
272 2015-04-15 Andreas Schwab <schwab@suse.de>
kono
parents:
diff changeset
273
kono
parents:
diff changeset
274 PR bootstrap/65763
kono
parents:
diff changeset
275 * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
kono
parents:
diff changeset
276 * Makefile.in: Regenerated.
kono
parents:
diff changeset
277
kono
parents:
diff changeset
278 2015-01-30 Joseph Myers <joseph@codesourcery.com>
kono
parents:
diff changeset
279
kono
parents:
diff changeset
280 * plugin.cc: All callers of fatal_error changed to pass
kono
parents:
diff changeset
281 input_location as first argument.
kono
parents:
diff changeset
282
kono
parents:
diff changeset
283 2015-01-09 Michael Collison <michael.collison@linaro.org>
kono
parents:
diff changeset
284
kono
parents:
diff changeset
285 * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
kono
parents:
diff changeset
286 input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
kono
parents:
diff changeset
287 due to flattening of tree.h.
kono
parents:
diff changeset
288
kono
parents:
diff changeset
289 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
kono
parents:
diff changeset
290
kono
parents:
diff changeset
291 PR bootstrap/63784
kono
parents:
diff changeset
292 * configure: Regenerated.
kono
parents:
diff changeset
293
kono
parents:
diff changeset
294 2014-11-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
295
kono
parents:
diff changeset
296 * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
kono
parents:
diff changeset
297 * configure: Regenerate.
kono
parents:
diff changeset
298 * connection.cc: Include <string.h>.
kono
parents:
diff changeset
299 * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
kono
parents:
diff changeset
300
kono
parents:
diff changeset
301 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
kono
parents:
diff changeset
302
kono
parents:
diff changeset
303 PR target/63610
kono
parents:
diff changeset
304 * configure: Regenerate.
kono
parents:
diff changeset
305
kono
parents:
diff changeset
306 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
kono
parents:
diff changeset
307
kono
parents:
diff changeset
308 PR bootstrap/63699
kono
parents:
diff changeset
309 PR bootstrap/63750
kono
parents:
diff changeset
310 * plugin.cc: Don't include <string>.
kono
parents:
diff changeset
311
kono
parents:
diff changeset
312 2014-10-29 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
313 Phil Muldoon <pmuldoon@redhat.com>
kono
parents:
diff changeset
314
kono
parents:
diff changeset
315 * configure.ac: Remove -Werror addition to WARN_FLAGS. Add
kono
parents:
diff changeset
316 ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
kono
parents:
diff changeset
317 * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
kono
parents:
diff changeset
318 (WERROR_FLAG): Remove.
kono
parents:
diff changeset
319 (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
kono
parents:
diff changeset
320 * configure: Regenerated.
kono
parents:
diff changeset
321 * Makefile.in: Regenerated.
kono
parents:
diff changeset
322
kono
parents:
diff changeset
323 2014-10-29 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
324
kono
parents:
diff changeset
325 * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
kono
parents:
diff changeset
326 (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
kono
parents:
diff changeset
327 New variables.
kono
parents:
diff changeset
328 (libiberty): Set to -Wc, followed by the first existing noasan/,
kono
parents:
diff changeset
329 pic/ or . libiberty.a.
kono
parents:
diff changeset
330 (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
kono
parents:
diff changeset
331 libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
kono
parents:
diff changeset
332 * Makefile.in: Regenerated.
kono
parents:
diff changeset
333
kono
parents:
diff changeset
334 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
kono
parents:
diff changeset
335 Jan Kratochvil <jan.kratochvil@redhat.com>
kono
parents:
diff changeset
336 Tom Tromey <tromey@redhat.com>
kono
parents:
diff changeset
337
kono
parents:
diff changeset
338 * aclocal.m4: New file.
kono
parents:
diff changeset
339 * callbacks.cc: New file.
kono
parents:
diff changeset
340 * callbacks.hh: New file.
kono
parents:
diff changeset
341 * cc1plugin-config.h.in: New file.
kono
parents:
diff changeset
342 * configure: New file.
kono
parents:
diff changeset
343 * configure.ac: New file.
kono
parents:
diff changeset
344 * connection.cc: New file.
kono
parents:
diff changeset
345 * connection.hh: New file.
kono
parents:
diff changeset
346 * findcomp.cc: New file.
kono
parents:
diff changeset
347 * findcomp.hh: New file.
kono
parents:
diff changeset
348 * libcc1.cc: New file.
kono
parents:
diff changeset
349 * libcc1plugin.sym: New file.
kono
parents:
diff changeset
350 * libcc1.sym: New file.
kono
parents:
diff changeset
351 * Makefile.am: New file.
kono
parents:
diff changeset
352 * Makefile.in: New file.
kono
parents:
diff changeset
353 * marshall.cc: New file.
kono
parents:
diff changeset
354 * marshall.hh: New file.
kono
parents:
diff changeset
355 * names.cc: New file.
kono
parents:
diff changeset
356 * names.hh: New file.
kono
parents:
diff changeset
357 * plugin.cc: New file.
kono
parents:
diff changeset
358 * rpc.hh: New file.
kono
parents:
diff changeset
359 * status.hh: New file.