]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcc1/ChangeLog
aix: fix ASM_OUTPUT_DEF warning
[thirdparty/gcc.git] / libcc1 / ChangeLog
CommitLineData
a9625c50
GA
12020-11-29 John David Anglin <danglin@gcc.gnu.org>
2
3 * configure: Regenerate.
4
0f5f9ed5
GA
52020-11-11 Patrick Palka <ppalka@redhat.com>
6
7 PR c++/88115
8 * libcp1plugin.cc (plugin_build_unary_expr): Pass true to
9 cxx_sizeof_or_alignof_expr.
10
bb622641
GA
112020-11-10 Marek Polacek <polacek@redhat.com>
12
13 PR c++/97518
14 * libcp1plugin.cc (plugin_add_static_assert): Pass false to
15 finish_static_assert.
16
44cab2d8
GA
172020-11-06 Nathan Sidwell <nathan@acm.org>
18
19 * libcc1plugin.cc (address_rewriter): Rename
20 DECL_IS_BUILTIN->DECL_IS_UNDECLARED_BUILTIN.
21 * libcp1plugin.cc (supplement_binding): Likewise.
22
b2698c21
GA
232020-10-14 Nathan Sidwell <nathan@acm.org>
24
25 * libcp1plugin.cc (plugin_add_friend): Set DECL_UNIQUE_FRIEND_P.
26
6caec77e
GA
272020-10-07 Nathan Sidwell <nathan@acm.org>
28
29 * libcp1plugin.cc (supplement_binding): Rename
30 DECL_BUILTIN_P.
31
b0b9b8f0
GA
322020-10-02 Nathan Sidwell <nathan@acm.org>
33
34 * libcp1plugin.cc (libcp1plugin.cc): Drop DECL_ANTICIPATED test.
35
cdd8f031
GA
362020-09-25 Nathan Sidwell <nathan@acm.org>
37
38 * libcp1plugin.cc (supplement_binding): Use DECL_BULTIN_P.
39
a2b7397b
GA
402020-09-24 Nathan Sidwell <nathan@acm.org>
41
42 * libcp1plugin.cc (supplement_binding): Drop default args to
43 duplicate_decls.
44 (safe_pushtag): Drop scope parm. Drop default args to pushtag.
45 (safe_pushdecl_maybe_friend): Rename to ...
46 (safe_pushdecl): ... here. Drop is_friend parm. Drop default args
47 to pushdecl.
48 (plugin_build_decl): Adjust safe_pushdecl & safe_pushtag calls.
49 (plugin_build_constant): Adjust safe_pushdecl call.
50
fdcc0283
GA
512020-09-10 Nathan Sidwell <nathan@acm.org>
52
53 * libcp1plugin.cc (plugin_build_call_expr): Use DECL_LOCAL_DECL_P.
54
661ee09b
GA
552020-08-14 Nathan Sidwell <nathan@acm.org>
56
57 * libcp1plugin.cc (plugin_build_dependent_expr): Rename
58 lookup_name_real call.
59
602020-08-14 Nathan Sidwell <nathan@acm.org>
61
62 * libcp1plugin.cc (plugin_build_dependent_exp): Adjust
63 lookup_name_real call.
64
652020-08-14 Nathan Sidwell <nathan@acm.org>
66
67 * libcp1plugin.cc (plugin_build_dependent_expr): Adjust
68 lookup_name_real & lookup_qualified_name calls.
69
b3cb5606
GA
702020-08-13 Nathan Sidwell <nathan@acm.org>
71
72 * libcp1plugin.cc (plugin_build_dependent_expr): Likewise.
73
d48cca8f
GA
742020-07-30 H.J. Lu <hjl.tools@gmail.com>
75
76 PR bootstrap/96202
77 * configure: Regenerated.
78
46fbb6c6
GA
792020-06-30 Nathan Sidwell <nathan@acm.org>
80
81 * libcp1plugin.cc (plugin_build_decl): Adjust clone_function_decl
82 call.
83
885ef72f
GA
842020-05-29 H.J. Lu <hjl.tools@gmail.com>
85
86 PR bootstrap/95413
87 * configure: Regenerated.
88
8d286dd1
L
892020-05-14 H.J. Lu <hongjiu.lu@intel.com>
90
91 * configure: Regenerated.
92
af3bef0e
L
932020-05-12 H.J. Lu <hongjiu.lu@intel.com>
94
95 * Makefile.am (AM_CXXFLAGS): Add $(CET_HOST_FLAGS).
96 * configure.ac: Add GCC_CET_HOST_FLAGS(CET_HOST_FLAGS) and
97 AC_SUBST(CET_HOST_FLAGS).
98 * Makefile.in: Regenerated.
99 * aclocal.m4: Likewise.
100 * configure: Likewise.
101
a6ee556c
PP
1022020-02-12 Patrick Palka <ppalka@redhat.com>
103
104 PR c++/69448
105 PR c++/80471
106 * libcp1plugin.cc (plugin_get_expr_type): No need to explicitly set
107 AUTO_IS_DECLTYPE anymore.
108
87d3f828
PC
1092020-01-07 Paolo Carlini <paolo.carlini@oracle.com>
110
111 * libcp1plugin.cc (plugin_build_new_expr): Update build_new call.
112
8d9254fc
JJ
1132020-01-01 Jakub Jelinek <jakub@redhat.com>
114
115 Update copyright years.
116
04e4997a
PC
1172019-12-30 Paolo Carlini <paolo.carlini@oracle.com>
118
119 * libcp1plugin.cc (plugin_build_unary_expr): Update delete_sanity
120 call.
121
d3769410
PC
1222019-12-18 Paolo Carlini <paolo.carlini@oracle.com>
123
124 * libcp1plugin.cc (plugin_build_unary_expr): Update build_throw
125 and cxx_sizeof_or_alignof_expr calls.
126 (plugin_build_unary_type_expr): Likewise for
127 cxx_sizeof_or_alignof_type.
128
ca6932ad
PC
1292019-12-09 Paolo Carlini <paolo.carlini@oracle.com>
130
131 * libcp1plugin.cc (plugin_build_cast_expr): Adjust build_cast
132 declaration.
133
ad774d0d
PC
1342019-12-05 Paolo Carlini <paolo.carlini@oracle.com>
135
136 * libcp1plugin.cc (plugin_build_expression_list_expr): Adjust
137 build_functional_cast call.
138
3554d8ff
PC
1392019-11-25 Paolo Carlini <paolo.carlini@oracle.com>
140
141 * libcp1plugin.cc (plugin_pragma_push_user_expression): Update
142 cp_build_indirect_ref call.
143
e9085da5
MR
1442019-09-27 Maciej W. Rozycki <macro@wdc.com>
145
146 * configure: Regenerate.
147
692af872
NS
1482019-05-21 Nathan Sidwell <nathan@acm.org>
149
150 * libcp1plugin.cc (plugin_add_using_decl): Use
151 finish_nonmember_using_decl.
152
6db76e48
NS
1532019-05-20 Nathan Sidwell <nathan@acm.org>
154
155 * libcp1plugin.cc (plugin_add_using_namespace): Call renamed
156 finish_using_directive.
157
a5544970
JJ
1582019-01-01 Jakub Jelinek <jakub@redhat.com>
159
160 Update copyright years.
161
620e594b
DM
1622018-11-13 David Malcolm <dmalcolm@redhat.com>
163
164 * libcc1plugin.cc: Replace "source_location" with "location_t".
165 (plugin_context::get_source_location): Rename to...
166 (plugin_context::get_location_t): ...this.
167 * libcp1plugin.cc: Likewise.
168
22e05272
JM
1692018-10-31 Joseph Myers <joseph@codesourcery.com>
170
171 PR bootstrap/82856
172 * configure.ac: Remove AC_PREREQ.
173 * Makefile.in, aclocal.m4, configure: Regenerate.
174
001ddaa8
DM
1752018-04-18 David Malcolm <dmalcolm@redhat.com>
176
177 PR jit/85384
178 * configure: Regenerate.
179
85ec4feb
JJ
1802018-01-03 Jakub Jelinek <jakub@redhat.com>
181
182 Update copyright years.
183
8c7dbea9
BK
1842017-11-14 Boris Kolpackov <boris@codesynthesis.com>
185
186 * configure: Regenerate.
187
9d99775c
SDJ
1882017-11-16 Sergio Durigan Junior <sergiodj@redhat.com>
189 Pedro Alves <palves@redhat.com>
190
191 * Makefile.am: Remove references to c-compiler-name.h and
192 cp-compiler-name.h
193 * Makefile.in: Regenerate.
194 * compiler-name.hh: New file.
195 * libcc1.cc: Don't include c-compiler-name.h. Include
196 compiler-name.hh.
197 * libcp1.cc: Don't include cp-compiler-name.h. Include
198 compiler-name.hh.
199
ce121158
NS
2002017-11-01 Nathan Sidwell <nathan@acm.org>
201
202 * libcp1plugin.cc (plugin_build_decl): Use
203 DECL_OVERLOADED_OPERATOR_CODE_RAW.
204
88a819be
NS
2052017-10-31 Nathan Sidwell <nathan@acm.org>
206
207 * libcp1plugin.cc (plugin_build_decl): Use ovl_op_identifier.
208 Directly set operator code.
209 (plugin_build_dependent_expr): Use ovl_op_identifier.
210
b419102c
NS
2112017-10-04 Nathan Sidwell <nathan@acm.org>
212
213 * libcp1plugin.cc (supplement_binding): Don't use
214 maybe_remove_implicit_alias.
215
5aaa8fb4
NS
2162017-07-20 Nathan Sidwell <nathan@acm.org>
217
218 Remove TYPE_METHODS.
219 * libcp1plugin.cc (plugin_build_decl): Member fns are on TYPE_FIELDS.
220
75f8b378
NS
2212017-07-12 Nathan Sidwell <nathan@acm.org>
222
223 * libcp1plugin.cc (plugin_build_decl): Use
224 DECL_CXX_{CON,DE}STRUCTOR directly.
225
d8448c58
RS
2262017-07-05 Richard Sandiford <richard.sandiford@linaro.org>
227
228 * libcp1plugin.cc (plugin_build_field): Use SET_DECL_MODE.
229
08fb1316
NS
2302017-06-30 Nathan Sidwell <nathan@acm.org>
231
232 * libcp1plugin.cc (plugin_build_decl): Use make_conv_op_name.
233 (plugin_build_dependent_expr): Likewise.
234
d6ef53f2
NS
2352017-06-26 Nathan Sidwell <nathan@acm.org>
236
237 * libcp1plugin.cc (plugin_build_decl): Don't set
238 DECL_ASSIGNMENT_OPERATOR_P.
239
e249fcad
NS
2402017-06-16 Nathan Sidwell <nathan@acm.org>
241
242 * libcp1plugin.cc (plugin_build_decl): Adjust parm building.
243
e1cad930
NS
2442017-05-26 Nathan Sidwell <nathan@acm.org>
245
3c9feefc
NS
246 * libcp1plugin.cc (plugin_make_namespace_inline): Push onto linees.
247
e1cad930
NS
248 * libcp1plugin.cc (plugin_add_using_namespace): Call
249 finish_namespace_using_directive.
250
44e00a7a
NS
2512017-05-25 Nathan Sidwell <nathan@acm.org>
252
253 * libcp1plugin.cc (plugin_make_namespace_inline): Check and set
254 DECL_NAMESPACE_INLINE_P.
255
9d029ddf
NS
2562017-05-23 Nathan Sidwell <nathan@acm.org>
257
258 * libcp1plugin.cc (plugin_add_using_decl): Call
259 finish_namespace_using_decl. Use assert not unreachable.
260
ce9750d5
NS
2612017-05-11 Nathan Sidwell <nathan@acm.org>
262
263 * libcp1plugin.cc (safe_pushdecl_maybe_friend): Call pushdecl.
264
d5a2f455
NS
2652017-05-10 Nathan Sidwell <nathan@acm.org>
266
267 * libcp1plugin.cc (plugin_build_decl): Adjust add_method call.
268
e072b0c4
AO
2692017-04-15 Alexandre Oliva <aoliva@redhat.com>
270
271 * libcp1plugin.cc (plugin_build_decl): Call name_unnamed_type.
272
8db29d88
AO
2732017-01-30 Alexandre Oliva <aoliva@redhat.com>
274
275 Introduce C++ support.
276 * Makefile.am (AM_CPPFLAGS): Move some -I flags to...
277 (CPPFLAGS_FOR_C_FAMILY, CPPFLAGS_FOR_C, CPPFLAGS_FOR_CXX): ...
278 new macros.
279 (plugin_LTLIBRARIES): Add libcp1plugin.la.
280 (BUILT_SOURCES, MOSTLYCLEANFILES): Add...
281 (cp-compiler-name.h): ... this. New.
282 (c-compiler-name.h): Rename all over from...
283 (compiler-name.h): ... this. Create it atomically.
284 (marshall_c_source, marshall_cxx_source): New macros.
285 (libcc1plugin_la_SOURCES): Rename plugin.cc to libcc1plugin.cc.
286 Add marshall_c_source expansion.
287 (libcc1plugin.lo_CPPFLAGS): New macro.
288 (libcp1plugin_la_LDFLAGS): Likewise.
289 (libcp1plugin_la_SOURCES): Likewise.
290 (libcp1plugin.lo_CPPFLAGS): Likewise.
291 (libcp1plugin_la_LIBADD): Likewise.
292 (libcp1plugin_la_DEPENDENCIES): Likewise.
293 (libcp1plugin_la_LINK): Likewise.
294 (libcc1_la_SOURCES): Added marshall_c_source and
295 marshall_cxx_source expansions.
296 * Makefile.in: Rebuild.
297 * compiler-name.h: Rename all over to...
298 * c-compiler-name.h: ... this. Define C_COMPILER_NAME instead
299 of COMPILER_NAME.
300 * plugin.cc: Rename all over to...
301 * libcc1plugin.cc: ... this. Include marshall-c.hh.
302 (address_rewriter): Drop cleaning up of VLA sizes.
303 (plugin_build_decl): Mark decls as external.
304 (plugin_tagbind): Propagate name to all variants.
305 (build_anonymous_node): New.
306 (plugin_build_record_type): Use it instead of make_node.
307 (plugin_build_union_type): Likewise.
308 (plugin_build_enum_type): Likewise.
309 (plugin_finish_record_or_union): Update all type variants.
310 (safe_lookup_builtin_type): New.
311 (plugin_int_check): Factor out of, and add checks to, ...
312 (plugin_int_type): ... this. Rename to...
313 (plugin_int_type_v0): ... this.
314 (plugin_int_type): New interface, new implementation.
315 (plugin_char_type): New.
316 (plugin_float_type_v0): Rename from...
317 (plugin_float_type): ... this. New interface, new implementation.
318 (plugin_init): Bump handshake version.
319 * libcc1.cc: Include marshall-c.hh. Drop gcc-interface.h.
320 (call_binding_oracle): Rename to...
321 (c_call_binding_oracle): ... this, into anonymous namespace.
322 (call_symbol_address): Rename to...
323 (c_call_symbol_address): ... this, likewise.
324 (GCC_METHOD#): Move methods into cc1plugin::c:: namespace.
325 (libcc1::compiler::find): Refer to C_COMPILER_NAME.
326 (fork_exec): Bump to GCC_C_FE_VERSION_1.
327 (libcc1_compile): Prefix callbacks with c_.
328 (gcc_c_fe_context): Accept GCC_C_FE_VERSION_1.
329 * libcc1.sym: Export gcc_cp_fe_context.
330 * libcp1.cc: New, mostly copied and adjusted from libcc1.cc.
331 * libcp1plugin.cc: New, initially copied from libcc1plugin.cc.
332 * libcp1plugin.sym: New.
333 * marshall-c.hh: New. Move C-specific types from...
334 * marshall.cc: ... this.
335 (cc1_plugin::marshall_array_start): New.
336 (cc1_plugin::marshall_array_elmts): New.
337 (cc1_plugin::marshall for gcc_type_array): Use the above.
338 (cc1_plugin::unmarshall_array_start): New.
339 (cc1_plugin::unmarshall_array_elmts): New.
340 (cc1_plugin::unmarshall for gcc_type_array): Use the above.
341 * marshall.hh: Declare the new array building blocks.
342 Drop C-specific unmarshall declarations.
343 * marshall-cp.hh: New.
344 * names.cc (GCC_METHOD#): Add LANG:: to method names.
345 (LANG): Define while including gcc-c-fe.def and gcc-cp-fe.def.
346 * names.hh: Include gcc-c-fe.def and gcc-cp-fe.def in the
347 corresponding namespaces.
348 * rpc.hh: Don't include marshall.hh.
349 [GCC_CP_INTERFACE_H] (argument_wrapper): Specialize for
350 gcc_vbase_array, gcc_cp_template_args, gcc_cp_function_args.
351
023721aa
JK
3522017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
353
9f92b93b
JK
354 * findcomp.cc: Include system.h.
355 (search_dir): Return absolute filename.
356
5d1b2443
JK
357 * libcc1.cc (libcc1): Add class compiler with field compilerp,
358 class compiler_triplet_regexp and class
359 compiler_driver_filename.
360 (libcc1::libcc1): Initialize compilerp.
361 (libcc1::~libcc1): Delete compilerp.
362 (libcc1::compiler::find, libcc1::compiler_triplet_regexp::find)
363 (libcc1::compiler_driver_filename::find): New methods.
364 (libcc1_set_arguments): Remove parameter triplet_regexp.
365 (libcc1_set_triplet_regexp, libcc1_set_driver_filename)
366 (libcc1_set_arguments_v0): New functions.
367 (vtable): Use libcc1_set_arguments_v0, add
368 libcc1_set_arguments, libcc1_set_triplet_regexp and
369 libcc1_set_driver_filename.
370
3b5c1072
JK
371 * libcc1.cc: Include intl.h.
372 (struct libcc1): Add field verbose.
373 (libcc1::libcc1): Initialize it.
374 (libcc1_set_verbose): New function.
375 (libcc1_set_arguments): Print messages for VERBOSE.
376 (libcc1_compile): Remove parameter verbose. Use VERBOSE from
377 SELF.
378 (libcc1_compile_v0): New function.
379 (vtable): Use libcc1_compile_v0 and add libcc1_compile and
380 libcc1_set_verbose.
381
023721aa
JK
382 * libcc1.cc (vtable): Update to GCC_FE_VERSION_1.
383 (gcc_c_fe_context): Accept also GCC_FE_VERSION_1.
384
3c36aa6b
JJ
3852017-01-17 Jakub Jelinek <jakub@redhat.com>
386
387 PR other/79046
388 * configure.ac: Add GCC_BASE_VER. For --with-gcc-major-version-only
389 use just major number from BASE-VER.
390 * configure: Regenerated.
391 * Makefile.in: Regenerated.
392
2afd3180
JJ
3932017-01-04 Jakub Jelinek <jakub@redhat.com>
394
395 Update copyright years.
396
899ca90e
RS
3972016-11-18 Richard Sandiford <richard.sandiford@arm.com>
398 Alan Hayward <alan.hayward@arm.com>
399 David Sherwood <david.sherwood@arm.com>
400
401 * plugin.cc (plugin_build_add_field): Use SET_DECL_MODE.
402
48eae472
RO
4032016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
404
405 Update copyrights.
406
fe37c7af
MM
4072016-04-18 Michael Matz <matz@suse.de>
408
409 * plugin.cc (plugin_finish_record_or_union): Use SET_TYPE_ALIGN.
410
fa246aa3
SB
4112016-04-11 Segher Boessenkool <segher@kernel.crashing.org>
412
413 PR bootstrap/70173
414 * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
415 (compiler-name.h): Shorten recipe so that it fits the line.
416 * Makefile.in: Regenerate.
417
ca37d49a
AS
4182016-03-14 Andreas Schwab <schwab@suse.de>
419
420 * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
421 * configure: Regenerate.
422 * Makefile.in: Regenerate.
423
95fbe13e
RS
4242015-06-25 Richard Sandiford <richard.sandiford@arm.com>
425
426 * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
427 rather than typed_free_remove. Remove redudant typedefs.
428
8d67ee55
RS
4292015-06-25 Richard Sandiford <richard.sandiford@arm.com>
430
431 * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
432 than typed_noop_remove. Remove redudant typedefs.
433 (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
434 (plugin_context::mark): Likewise.
435
4709a6d2
MH
4362015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
437
438 * Makefile.in: Regenerated with automake-1.11.6.
439 * aclocal.m4: Likewise.
440 * configure: Likewise.
441
67f58944
TS
4422015-04-18 Trevor Saunders <tsaunders@mozilla.com>
443
444 * plugin.cc: Adjust for hash_table changes.
445
f8a7e154
AS
4462015-04-15 Andreas Schwab <schwab@suse.de>
447
448 PR bootstrap/65763
449 * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
450 * Makefile.in: Regenerated.
451
40fecdd6
JM
4522015-01-30 Joseph Myers <joseph@codesourcery.com>
453
454 * plugin.cc: All callers of fatal_error changed to pass
455 input_location as first argument.
456
adfac8df
JJ
4572015-01-09 Michael Collison <michael.collison@linaro.org>
458
459 * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
460 input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
461 due to flattening of tree.h.
462
a699d672
L
4632014-11-21 H.J. Lu <hongjiu.lu@intel.com>
464
465 PR bootstrap/63784
466 * configure: Regenerated.
467
0ed4f879
RO
4682014-11-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
469
470 * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
471 * configure: Regenerate.
472 * connection.cc: Include <string.h>.
fe37c7af 473 * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
0ed4f879 474
ebf6d33b
FXC
4752014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
476
477 PR target/63610
478 * configure: Regenerate.
479
33c430b5
FXC
4802014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
481
482 PR bootstrap/63699
483 PR bootstrap/63750
484 * plugin.cc: Don't include <string>.
485
ca557f53
JJ
4862014-10-29 Jakub Jelinek <jakub@redhat.com>
487 Phil Muldoon <pmuldoon@redhat.com>
488
489 * configure.ac: Remove -Werror addition to WARN_FLAGS. Add
490 ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
491 * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
492 (WERROR_FLAG): Remove.
493 (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
494 * configure: Regenerated.
495 * Makefile.in: Regenerated.
496
56f274b2
JJ
4972014-10-29 Jakub Jelinek <jakub@redhat.com>
498
499 * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
500 (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
501 New variables.
502 (libiberty): Set to -Wc, followed by the first existing noasan/,
503 pic/ or . libiberty.a.
504 (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
505 libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
506 * Makefile.in: Regenerated.
507
ddc8de03
PM
5082014-10-27 Phil Muldoon <pmuldoon@redhat.com>
509 Jan Kratochvil <jan.kratochvil@redhat.com>
510 Tom Tromey <tromey@redhat.com>
511
512 * aclocal.m4: New file.
513 * callbacks.cc: New file.
514 * callbacks.hh: New file.
515 * cc1plugin-config.h.in: New file.
516 * configure: New file.
517 * configure.ac: New file.
518 * connection.cc: New file.
519 * connection.hh: New file.
520 * findcomp.cc: New file.
521 * findcomp.hh: New file.
522 * libcc1.cc: New file.
523 * libcc1plugin.sym: New file.
524 * libcc1.sym: New file.
525 * Makefile.am: New file.
526 * Makefile.in: New file.
527 * marshall.cc: New file.
528 * marshall.hh: New file.
529 * names.cc: New file.
530 * names.hh: New file.
531 * plugin.cc: New file.
532 * rpc.hh: New file.
533 * status.hh: New file.