]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcc1/ChangeLog
libcc1: Fix up libcc1 configure [PR98330]
[thirdparty/gcc.git] / libcc1 / ChangeLog
CommitLineData
6e1edf48
GA
12020-12-05 Iain Sandoe <iain@sandoe.co.uk>
2
3 PR target/97865
4 * Makefile.am: Add dynamic_lookup to LD flags for Darwin.
5 * configure.ac: Test for Darwin host and set a flag.
6 * Makefile.in: Regenerate.
7 * configure: Regenerate.
8
a9625c50
GA
92020-11-29 John David Anglin <danglin@gcc.gnu.org>
10
11 * configure: Regenerate.
12
0f5f9ed5
GA
132020-11-11 Patrick Palka <ppalka@redhat.com>
14
15 PR c++/88115
16 * libcp1plugin.cc (plugin_build_unary_expr): Pass true to
17 cxx_sizeof_or_alignof_expr.
18
bb622641
GA
192020-11-10 Marek Polacek <polacek@redhat.com>
20
21 PR c++/97518
22 * libcp1plugin.cc (plugin_add_static_assert): Pass false to
23 finish_static_assert.
24
44cab2d8
GA
252020-11-06 Nathan Sidwell <nathan@acm.org>
26
27 * libcc1plugin.cc (address_rewriter): Rename
28 DECL_IS_BUILTIN->DECL_IS_UNDECLARED_BUILTIN.
29 * libcp1plugin.cc (supplement_binding): Likewise.
30
b2698c21
GA
312020-10-14 Nathan Sidwell <nathan@acm.org>
32
33 * libcp1plugin.cc (plugin_add_friend): Set DECL_UNIQUE_FRIEND_P.
34
6caec77e
GA
352020-10-07 Nathan Sidwell <nathan@acm.org>
36
37 * libcp1plugin.cc (supplement_binding): Rename
38 DECL_BUILTIN_P.
39
b0b9b8f0
GA
402020-10-02 Nathan Sidwell <nathan@acm.org>
41
42 * libcp1plugin.cc (libcp1plugin.cc): Drop DECL_ANTICIPATED test.
43
cdd8f031
GA
442020-09-25 Nathan Sidwell <nathan@acm.org>
45
46 * libcp1plugin.cc (supplement_binding): Use DECL_BULTIN_P.
47
a2b7397b
GA
482020-09-24 Nathan Sidwell <nathan@acm.org>
49
50 * libcp1plugin.cc (supplement_binding): Drop default args to
51 duplicate_decls.
52 (safe_pushtag): Drop scope parm. Drop default args to pushtag.
53 (safe_pushdecl_maybe_friend): Rename to ...
54 (safe_pushdecl): ... here. Drop is_friend parm. Drop default args
55 to pushdecl.
56 (plugin_build_decl): Adjust safe_pushdecl & safe_pushtag calls.
57 (plugin_build_constant): Adjust safe_pushdecl call.
58
fdcc0283
GA
592020-09-10 Nathan Sidwell <nathan@acm.org>
60
61 * libcp1plugin.cc (plugin_build_call_expr): Use DECL_LOCAL_DECL_P.
62
661ee09b
GA
632020-08-14 Nathan Sidwell <nathan@acm.org>
64
65 * libcp1plugin.cc (plugin_build_dependent_expr): Rename
66 lookup_name_real call.
67
682020-08-14 Nathan Sidwell <nathan@acm.org>
69
70 * libcp1plugin.cc (plugin_build_dependent_exp): Adjust
71 lookup_name_real call.
72
732020-08-14 Nathan Sidwell <nathan@acm.org>
74
75 * libcp1plugin.cc (plugin_build_dependent_expr): Adjust
76 lookup_name_real & lookup_qualified_name calls.
77
b3cb5606
GA
782020-08-13 Nathan Sidwell <nathan@acm.org>
79
80 * libcp1plugin.cc (plugin_build_dependent_expr): Likewise.
81
d48cca8f
GA
822020-07-30 H.J. Lu <hjl.tools@gmail.com>
83
84 PR bootstrap/96202
85 * configure: Regenerated.
86
46fbb6c6
GA
872020-06-30 Nathan Sidwell <nathan@acm.org>
88
89 * libcp1plugin.cc (plugin_build_decl): Adjust clone_function_decl
90 call.
91
885ef72f
GA
922020-05-29 H.J. Lu <hjl.tools@gmail.com>
93
94 PR bootstrap/95413
95 * configure: Regenerated.
96
8d286dd1
L
972020-05-14 H.J. Lu <hongjiu.lu@intel.com>
98
99 * configure: Regenerated.
100
af3bef0e
L
1012020-05-12 H.J. Lu <hongjiu.lu@intel.com>
102
103 * Makefile.am (AM_CXXFLAGS): Add $(CET_HOST_FLAGS).
104 * configure.ac: Add GCC_CET_HOST_FLAGS(CET_HOST_FLAGS) and
105 AC_SUBST(CET_HOST_FLAGS).
106 * Makefile.in: Regenerated.
107 * aclocal.m4: Likewise.
108 * configure: Likewise.
109
a6ee556c
PP
1102020-02-12 Patrick Palka <ppalka@redhat.com>
111
112 PR c++/69448
113 PR c++/80471
114 * libcp1plugin.cc (plugin_get_expr_type): No need to explicitly set
115 AUTO_IS_DECLTYPE anymore.
116
87d3f828
PC
1172020-01-07 Paolo Carlini <paolo.carlini@oracle.com>
118
119 * libcp1plugin.cc (plugin_build_new_expr): Update build_new call.
120
8d9254fc
JJ
1212020-01-01 Jakub Jelinek <jakub@redhat.com>
122
123 Update copyright years.
124
04e4997a
PC
1252019-12-30 Paolo Carlini <paolo.carlini@oracle.com>
126
127 * libcp1plugin.cc (plugin_build_unary_expr): Update delete_sanity
128 call.
129
d3769410
PC
1302019-12-18 Paolo Carlini <paolo.carlini@oracle.com>
131
132 * libcp1plugin.cc (plugin_build_unary_expr): Update build_throw
133 and cxx_sizeof_or_alignof_expr calls.
134 (plugin_build_unary_type_expr): Likewise for
135 cxx_sizeof_or_alignof_type.
136
ca6932ad
PC
1372019-12-09 Paolo Carlini <paolo.carlini@oracle.com>
138
139 * libcp1plugin.cc (plugin_build_cast_expr): Adjust build_cast
140 declaration.
141
ad774d0d
PC
1422019-12-05 Paolo Carlini <paolo.carlini@oracle.com>
143
144 * libcp1plugin.cc (plugin_build_expression_list_expr): Adjust
145 build_functional_cast call.
146
3554d8ff
PC
1472019-11-25 Paolo Carlini <paolo.carlini@oracle.com>
148
149 * libcp1plugin.cc (plugin_pragma_push_user_expression): Update
150 cp_build_indirect_ref call.
151
e9085da5
MR
1522019-09-27 Maciej W. Rozycki <macro@wdc.com>
153
154 * configure: Regenerate.
155
692af872
NS
1562019-05-21 Nathan Sidwell <nathan@acm.org>
157
158 * libcp1plugin.cc (plugin_add_using_decl): Use
159 finish_nonmember_using_decl.
160
6db76e48
NS
1612019-05-20 Nathan Sidwell <nathan@acm.org>
162
163 * libcp1plugin.cc (plugin_add_using_namespace): Call renamed
164 finish_using_directive.
165
a5544970
JJ
1662019-01-01 Jakub Jelinek <jakub@redhat.com>
167
168 Update copyright years.
169
620e594b
DM
1702018-11-13 David Malcolm <dmalcolm@redhat.com>
171
172 * libcc1plugin.cc: Replace "source_location" with "location_t".
173 (plugin_context::get_source_location): Rename to...
174 (plugin_context::get_location_t): ...this.
175 * libcp1plugin.cc: Likewise.
176
22e05272
JM
1772018-10-31 Joseph Myers <joseph@codesourcery.com>
178
179 PR bootstrap/82856
180 * configure.ac: Remove AC_PREREQ.
181 * Makefile.in, aclocal.m4, configure: Regenerate.
182
001ddaa8
DM
1832018-04-18 David Malcolm <dmalcolm@redhat.com>
184
185 PR jit/85384
186 * configure: Regenerate.
187
85ec4feb
JJ
1882018-01-03 Jakub Jelinek <jakub@redhat.com>
189
190 Update copyright years.
191
8c7dbea9
BK
1922017-11-14 Boris Kolpackov <boris@codesynthesis.com>
193
194 * configure: Regenerate.
195
9d99775c
SDJ
1962017-11-16 Sergio Durigan Junior <sergiodj@redhat.com>
197 Pedro Alves <palves@redhat.com>
198
199 * Makefile.am: Remove references to c-compiler-name.h and
200 cp-compiler-name.h
201 * Makefile.in: Regenerate.
202 * compiler-name.hh: New file.
203 * libcc1.cc: Don't include c-compiler-name.h. Include
204 compiler-name.hh.
205 * libcp1.cc: Don't include cp-compiler-name.h. Include
206 compiler-name.hh.
207
ce121158
NS
2082017-11-01 Nathan Sidwell <nathan@acm.org>
209
210 * libcp1plugin.cc (plugin_build_decl): Use
211 DECL_OVERLOADED_OPERATOR_CODE_RAW.
212
88a819be
NS
2132017-10-31 Nathan Sidwell <nathan@acm.org>
214
215 * libcp1plugin.cc (plugin_build_decl): Use ovl_op_identifier.
216 Directly set operator code.
217 (plugin_build_dependent_expr): Use ovl_op_identifier.
218
b419102c
NS
2192017-10-04 Nathan Sidwell <nathan@acm.org>
220
221 * libcp1plugin.cc (supplement_binding): Don't use
222 maybe_remove_implicit_alias.
223
5aaa8fb4
NS
2242017-07-20 Nathan Sidwell <nathan@acm.org>
225
226 Remove TYPE_METHODS.
227 * libcp1plugin.cc (plugin_build_decl): Member fns are on TYPE_FIELDS.
228
75f8b378
NS
2292017-07-12 Nathan Sidwell <nathan@acm.org>
230
231 * libcp1plugin.cc (plugin_build_decl): Use
232 DECL_CXX_{CON,DE}STRUCTOR directly.
233
d8448c58
RS
2342017-07-05 Richard Sandiford <richard.sandiford@linaro.org>
235
236 * libcp1plugin.cc (plugin_build_field): Use SET_DECL_MODE.
237
08fb1316
NS
2382017-06-30 Nathan Sidwell <nathan@acm.org>
239
240 * libcp1plugin.cc (plugin_build_decl): Use make_conv_op_name.
241 (plugin_build_dependent_expr): Likewise.
242
d6ef53f2
NS
2432017-06-26 Nathan Sidwell <nathan@acm.org>
244
245 * libcp1plugin.cc (plugin_build_decl): Don't set
246 DECL_ASSIGNMENT_OPERATOR_P.
247
e249fcad
NS
2482017-06-16 Nathan Sidwell <nathan@acm.org>
249
250 * libcp1plugin.cc (plugin_build_decl): Adjust parm building.
251
e1cad930
NS
2522017-05-26 Nathan Sidwell <nathan@acm.org>
253
3c9feefc
NS
254 * libcp1plugin.cc (plugin_make_namespace_inline): Push onto linees.
255
e1cad930
NS
256 * libcp1plugin.cc (plugin_add_using_namespace): Call
257 finish_namespace_using_directive.
258
44e00a7a
NS
2592017-05-25 Nathan Sidwell <nathan@acm.org>
260
261 * libcp1plugin.cc (plugin_make_namespace_inline): Check and set
262 DECL_NAMESPACE_INLINE_P.
263
9d029ddf
NS
2642017-05-23 Nathan Sidwell <nathan@acm.org>
265
266 * libcp1plugin.cc (plugin_add_using_decl): Call
267 finish_namespace_using_decl. Use assert not unreachable.
268
ce9750d5
NS
2692017-05-11 Nathan Sidwell <nathan@acm.org>
270
271 * libcp1plugin.cc (safe_pushdecl_maybe_friend): Call pushdecl.
272
d5a2f455
NS
2732017-05-10 Nathan Sidwell <nathan@acm.org>
274
275 * libcp1plugin.cc (plugin_build_decl): Adjust add_method call.
276
e072b0c4
AO
2772017-04-15 Alexandre Oliva <aoliva@redhat.com>
278
279 * libcp1plugin.cc (plugin_build_decl): Call name_unnamed_type.
280
8db29d88
AO
2812017-01-30 Alexandre Oliva <aoliva@redhat.com>
282
283 Introduce C++ support.
284 * Makefile.am (AM_CPPFLAGS): Move some -I flags to...
285 (CPPFLAGS_FOR_C_FAMILY, CPPFLAGS_FOR_C, CPPFLAGS_FOR_CXX): ...
286 new macros.
287 (plugin_LTLIBRARIES): Add libcp1plugin.la.
288 (BUILT_SOURCES, MOSTLYCLEANFILES): Add...
289 (cp-compiler-name.h): ... this. New.
290 (c-compiler-name.h): Rename all over from...
291 (compiler-name.h): ... this. Create it atomically.
292 (marshall_c_source, marshall_cxx_source): New macros.
293 (libcc1plugin_la_SOURCES): Rename plugin.cc to libcc1plugin.cc.
294 Add marshall_c_source expansion.
295 (libcc1plugin.lo_CPPFLAGS): New macro.
296 (libcp1plugin_la_LDFLAGS): Likewise.
297 (libcp1plugin_la_SOURCES): Likewise.
298 (libcp1plugin.lo_CPPFLAGS): Likewise.
299 (libcp1plugin_la_LIBADD): Likewise.
300 (libcp1plugin_la_DEPENDENCIES): Likewise.
301 (libcp1plugin_la_LINK): Likewise.
302 (libcc1_la_SOURCES): Added marshall_c_source and
303 marshall_cxx_source expansions.
304 * Makefile.in: Rebuild.
305 * compiler-name.h: Rename all over to...
306 * c-compiler-name.h: ... this. Define C_COMPILER_NAME instead
307 of COMPILER_NAME.
308 * plugin.cc: Rename all over to...
309 * libcc1plugin.cc: ... this. Include marshall-c.hh.
310 (address_rewriter): Drop cleaning up of VLA sizes.
311 (plugin_build_decl): Mark decls as external.
312 (plugin_tagbind): Propagate name to all variants.
313 (build_anonymous_node): New.
314 (plugin_build_record_type): Use it instead of make_node.
315 (plugin_build_union_type): Likewise.
316 (plugin_build_enum_type): Likewise.
317 (plugin_finish_record_or_union): Update all type variants.
318 (safe_lookup_builtin_type): New.
319 (plugin_int_check): Factor out of, and add checks to, ...
320 (plugin_int_type): ... this. Rename to...
321 (plugin_int_type_v0): ... this.
322 (plugin_int_type): New interface, new implementation.
323 (plugin_char_type): New.
324 (plugin_float_type_v0): Rename from...
325 (plugin_float_type): ... this. New interface, new implementation.
326 (plugin_init): Bump handshake version.
327 * libcc1.cc: Include marshall-c.hh. Drop gcc-interface.h.
328 (call_binding_oracle): Rename to...
329 (c_call_binding_oracle): ... this, into anonymous namespace.
330 (call_symbol_address): Rename to...
331 (c_call_symbol_address): ... this, likewise.
332 (GCC_METHOD#): Move methods into cc1plugin::c:: namespace.
333 (libcc1::compiler::find): Refer to C_COMPILER_NAME.
334 (fork_exec): Bump to GCC_C_FE_VERSION_1.
335 (libcc1_compile): Prefix callbacks with c_.
336 (gcc_c_fe_context): Accept GCC_C_FE_VERSION_1.
337 * libcc1.sym: Export gcc_cp_fe_context.
338 * libcp1.cc: New, mostly copied and adjusted from libcc1.cc.
339 * libcp1plugin.cc: New, initially copied from libcc1plugin.cc.
340 * libcp1plugin.sym: New.
341 * marshall-c.hh: New. Move C-specific types from...
342 * marshall.cc: ... this.
343 (cc1_plugin::marshall_array_start): New.
344 (cc1_plugin::marshall_array_elmts): New.
345 (cc1_plugin::marshall for gcc_type_array): Use the above.
346 (cc1_plugin::unmarshall_array_start): New.
347 (cc1_plugin::unmarshall_array_elmts): New.
348 (cc1_plugin::unmarshall for gcc_type_array): Use the above.
349 * marshall.hh: Declare the new array building blocks.
350 Drop C-specific unmarshall declarations.
351 * marshall-cp.hh: New.
352 * names.cc (GCC_METHOD#): Add LANG:: to method names.
353 (LANG): Define while including gcc-c-fe.def and gcc-cp-fe.def.
354 * names.hh: Include gcc-c-fe.def and gcc-cp-fe.def in the
355 corresponding namespaces.
356 * rpc.hh: Don't include marshall.hh.
357 [GCC_CP_INTERFACE_H] (argument_wrapper): Specialize for
358 gcc_vbase_array, gcc_cp_template_args, gcc_cp_function_args.
359
023721aa
JK
3602017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
361
9f92b93b
JK
362 * findcomp.cc: Include system.h.
363 (search_dir): Return absolute filename.
364
5d1b2443
JK
365 * libcc1.cc (libcc1): Add class compiler with field compilerp,
366 class compiler_triplet_regexp and class
367 compiler_driver_filename.
368 (libcc1::libcc1): Initialize compilerp.
369 (libcc1::~libcc1): Delete compilerp.
370 (libcc1::compiler::find, libcc1::compiler_triplet_regexp::find)
371 (libcc1::compiler_driver_filename::find): New methods.
372 (libcc1_set_arguments): Remove parameter triplet_regexp.
373 (libcc1_set_triplet_regexp, libcc1_set_driver_filename)
374 (libcc1_set_arguments_v0): New functions.
375 (vtable): Use libcc1_set_arguments_v0, add
376 libcc1_set_arguments, libcc1_set_triplet_regexp and
377 libcc1_set_driver_filename.
378
3b5c1072
JK
379 * libcc1.cc: Include intl.h.
380 (struct libcc1): Add field verbose.
381 (libcc1::libcc1): Initialize it.
382 (libcc1_set_verbose): New function.
383 (libcc1_set_arguments): Print messages for VERBOSE.
384 (libcc1_compile): Remove parameter verbose. Use VERBOSE from
385 SELF.
386 (libcc1_compile_v0): New function.
387 (vtable): Use libcc1_compile_v0 and add libcc1_compile and
388 libcc1_set_verbose.
389
023721aa
JK
390 * libcc1.cc (vtable): Update to GCC_FE_VERSION_1.
391 (gcc_c_fe_context): Accept also GCC_FE_VERSION_1.
392
3c36aa6b
JJ
3932017-01-17 Jakub Jelinek <jakub@redhat.com>
394
395 PR other/79046
396 * configure.ac: Add GCC_BASE_VER. For --with-gcc-major-version-only
397 use just major number from BASE-VER.
398 * configure: Regenerated.
399 * Makefile.in: Regenerated.
400
2afd3180
JJ
4012017-01-04 Jakub Jelinek <jakub@redhat.com>
402
403 Update copyright years.
404
899ca90e
RS
4052016-11-18 Richard Sandiford <richard.sandiford@arm.com>
406 Alan Hayward <alan.hayward@arm.com>
407 David Sherwood <david.sherwood@arm.com>
408
409 * plugin.cc (plugin_build_add_field): Use SET_DECL_MODE.
410
48eae472
RO
4112016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
412
413 Update copyrights.
414
fe37c7af
MM
4152016-04-18 Michael Matz <matz@suse.de>
416
417 * plugin.cc (plugin_finish_record_or_union): Use SET_TYPE_ALIGN.
418
fa246aa3
SB
4192016-04-11 Segher Boessenkool <segher@kernel.crashing.org>
420
421 PR bootstrap/70173
422 * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
423 (compiler-name.h): Shorten recipe so that it fits the line.
424 * Makefile.in: Regenerate.
425
ca37d49a
AS
4262016-03-14 Andreas Schwab <schwab@suse.de>
427
428 * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
429 * configure: Regenerate.
430 * Makefile.in: Regenerate.
431
95fbe13e
RS
4322015-06-25 Richard Sandiford <richard.sandiford@arm.com>
433
434 * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
435 rather than typed_free_remove. Remove redudant typedefs.
436
8d67ee55
RS
4372015-06-25 Richard Sandiford <richard.sandiford@arm.com>
438
439 * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
440 than typed_noop_remove. Remove redudant typedefs.
441 (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
442 (plugin_context::mark): Likewise.
443
4709a6d2
MH
4442015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
445
446 * Makefile.in: Regenerated with automake-1.11.6.
447 * aclocal.m4: Likewise.
448 * configure: Likewise.
449
67f58944
TS
4502015-04-18 Trevor Saunders <tsaunders@mozilla.com>
451
452 * plugin.cc: Adjust for hash_table changes.
453
f8a7e154
AS
4542015-04-15 Andreas Schwab <schwab@suse.de>
455
456 PR bootstrap/65763
457 * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
458 * Makefile.in: Regenerated.
459
40fecdd6
JM
4602015-01-30 Joseph Myers <joseph@codesourcery.com>
461
462 * plugin.cc: All callers of fatal_error changed to pass
463 input_location as first argument.
464
adfac8df
JJ
4652015-01-09 Michael Collison <michael.collison@linaro.org>
466
467 * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
468 input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
469 due to flattening of tree.h.
470
a699d672
L
4712014-11-21 H.J. Lu <hongjiu.lu@intel.com>
472
473 PR bootstrap/63784
474 * configure: Regenerated.
475
0ed4f879
RO
4762014-11-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
477
478 * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
479 * configure: Regenerate.
480 * connection.cc: Include <string.h>.
fe37c7af 481 * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
0ed4f879 482
ebf6d33b
FXC
4832014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
484
485 PR target/63610
486 * configure: Regenerate.
487
33c430b5
FXC
4882014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
489
490 PR bootstrap/63699
491 PR bootstrap/63750
492 * plugin.cc: Don't include <string>.
493
ca557f53
JJ
4942014-10-29 Jakub Jelinek <jakub@redhat.com>
495 Phil Muldoon <pmuldoon@redhat.com>
496
497 * configure.ac: Remove -Werror addition to WARN_FLAGS. Add
498 ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
499 * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
500 (WERROR_FLAG): Remove.
501 (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
502 * configure: Regenerated.
503 * Makefile.in: Regenerated.
504
56f274b2
JJ
5052014-10-29 Jakub Jelinek <jakub@redhat.com>
506
507 * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
508 (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
509 New variables.
510 (libiberty): Set to -Wc, followed by the first existing noasan/,
511 pic/ or . libiberty.a.
512 (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
513 libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
514 * Makefile.in: Regenerated.
515
ddc8de03
PM
5162014-10-27 Phil Muldoon <pmuldoon@redhat.com>
517 Jan Kratochvil <jan.kratochvil@redhat.com>
518 Tom Tromey <tromey@redhat.com>
519
520 * aclocal.m4: New file.
521 * callbacks.cc: New file.
522 * callbacks.hh: New file.
523 * cc1plugin-config.h.in: New file.
524 * configure: New file.
525 * configure.ac: New file.
526 * connection.cc: New file.
527 * connection.hh: New file.
528 * findcomp.cc: New file.
529 * findcomp.hh: New file.
530 * libcc1.cc: New file.
531 * libcc1plugin.sym: New file.
532 * libcc1.sym: New file.
533 * Makefile.am: New file.
534 * Makefile.in: New file.
535 * marshall.cc: New file.
536 * marshall.hh: New file.
537 * names.cc: New file.
538 * names.hh: New file.
539 * plugin.cc: New file.
540 * rpc.hh: New file.
541 * status.hh: New file.