OSDN Git Service

014082f99a1e6e5197b273e134e8b904ec1bb9ca
[pf3gnuchains/gcc-fork.git] / lto-plugin / ChangeLog
1 2010-10-11  Kai Tietz  <kai.tietz@onevision.com>
2
3         * lto-plugin.c (dump_symtab): Correct printf argument type.
4         (finish_conflict_resolution): Initialize resolution.
5
6 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
7
8         PR bootstrap/45951
9         * configure.ac: Add AC_CANONICAL_SYSTEM.
10         * configure: Regenerated.
11
12 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
13
14         * configure.ac: Source config.gcc to determine lto_binary_reader.
15         (LTO_FORMAT): New AC_SUBST variable inferred from lto_binary_reader.
16         * Makefile.am (LTO_FORMAT): Import.
17         (liblto_plugin_la_SOURCES): Add object format dependent module
18         defined by LTO_FORMAT.
19         (liblto_plugin_la_LIBADD): Allow for both PIC and non-PIC libiberty,
20         and work around libtool warning.
21         * configure: Regenerate.
22         * Makefile.in: Likewise.
23         * lto-plugin.c (struct sym_aux): Move to new lto-plugin.h.
24         (struct sym_aux): Likewise.
25         (struct plugin_symtab): Likewise.
26         (struct plugin_file_info): Likewise.
27         (LTO_SECTION_PREFIX): Likewise.
28         (add_symbols):  Make non-static.
29         (claimed_files): Likewise.
30         (num_claimed_files): Likewise.
31         (check): Likewise.
32         (parse_table_entry): Likewise.
33         (translate): Likewise.
34         (resolve_conflicts): Likewise.
35         (process_symtab): Move to new lto-plugin-elf.c object format dependent
36         source file.
37         (claim_file_handler): Likewise, and make non-static.
38         (onload): Call new onload_format_checks function.
39         * lto-plugin.h: New file.
40         (LTO_SECTION_PREFIX): Move here.
41         (struct sym_aux): Likewise.
42         (struct plugin_symtab): Likewise.
43         (struct plugin_file_info): Likewise.
44         (claim_file_handler): Add new function prototype.
45         (onload_format_checks): Likewise.
46         (check): Declare extern.
47         (translate): Likewise.
48         (parse_table_entry): Likewise.
49         (resolve_conflicts): Likewise.
50         (add_symbols):  Likewise.
51         (claimed_files): Likewise.
52         (num_claimed_files): Likewise.
53         * lto-plugin-elf.c (process_symtab): Move here.
54         (claim_file_handler): Likewise, and make non-static.
55         (onload_format_checks): New function factored out from onload.
56         * lto-plugin-coff.c (claim_file_handler): New function stub.
57         (onload_format_checks): Likewise.
58
59 2010-08-05  Andi Kleen  <ak@linux.intel.com>
60
61         * lto-plugin.c: Include <hashtab.h>
62         (sym_aux): Add next_conflict field to save conflict chains.
63         (plugin_file_info): Add conflicts symtab.
64         (parse_table_entry): Initialize aux->next_conflict.
65         (process_symtab): Increment found.
66         (dump_symtab): Add.
67         (finish_conflict_resolution): Add.
68         (free_symtab): Add.
69         (write_resolution): Remove symbols loop and move into
70         dump_symtab. Call dump_symtab for main symbol and conflicts table.
71         Call free_symtab to free conflicts table.
72         (SWAP): Add.
73         (eq_sym): Add.
74         (hash_sym): Add.
75         (symbol_strength): Add.
76         (resolve_conflicts): Add.
77         (claim_file_handler): Add n variable. Check return value of
78         process_symtab. Call resolve_conflicts.
79
80 2010-07-27  Andi Kleen <ak@linux.intel.com>
81
82         * lto-plugin.c (translate): Remove debug fprintf.
83
84 2010-07-23  H.J. Lu  <hongjiu.lu@intel.com>
85
86         PR bootstrap/45042
87         * lto-plugin.c (translate): Cast to unsigned long.
88
89 2010-07-23   Andi Kleen <ak@linux.intel.com>
90
91         PR lto/44992
92         * lto-plugin.c (sym_aux): Add.
93         (plugin_symtab): Remove slots. Add aux and id.
94         (parse_table_entry): Change to use aux instead of slots.
95         (LTO_SECTION_PREFIX): Add.
96         (translate): Improve buffer allocation. Change to append
97         symbols to existing out buffer.
98         (get_section): Remove.
99         (process_symtab): Add.
100         (free_2): Free symtab->aux.
101         (write_resolution): Handle aux instead of slots.
102         Print sub id to resolution file.
103         (claim_file_handler): Clear lto_file. Replace get_symtab/translate
104         calls with call to process_symtab.
105
106 2010-07-22  Richard Guenther  <rguenther@suse.de>
107
108         * Makefile.am: New copy_lto_plugin rule to install the plugin
109         into ../gcc.
110         * Makefile.in: Regenerated.
111
112 2010-05-21  Richard Guenther  <rguenther@suse.de>
113
114         * lto-plugin.c (write_resolution): Do not assert syms is non-NULL.
115
116 2010-05-07  Richard Guenther <rguenther@suse.de>
117
118         * lto-plugin.c (free_2): Do not free resolution_file.
119         (write_resolution): Check that we were passed a resolution file.
120         (all_symbols_read_handler): Adjust.
121         (cleanup_handler): Do not remove the resolution file.
122         (process_option): Handle -fresolution=.
123
124 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
125
126         PR other/43620
127         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
128         * Makefile.in: Regenerate.
129
130 2010-04-23  Richard Guenther  <rguenther@suse.de>
131
132         PR lto/41550
133         * lto-plugin.c (parse_table_entry): Use xstrdup and xrealloc.
134         (translate): Likewise.
135         (all_symbols_read_handler): Likewise.
136         (claim_file_handler): Likewise.
137         (process_option): Likewise.
138         (add_output_files): Likewise.  Remove filename length limit.
139
140 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
141
142         * Makefile.in: Regenerate.
143         * aclocal.m4: Regenerate.
144
145 2010-03-16  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
146
147         PR lto/43336
148         * lto-plugin.c (cleanup_handler): Delete temporary output files.
149
150 2010-01-11  Richard Guenther  <rguenther@suse.de>
151
152         PR lto/41569
153         * Makefile.am: Disable dependencies.
154         * Makefile.in: Regenerated.
155
156 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
157
158         PR lto/42520
159         * lto-plugin.c (exec_lto_wrapper): Output lto-wrapper command
160         if -v is passed.
161
162 2009-12-05  H.J. Lu  <hongjiu.lu@intel.com>
163
164         PR bootstrap/42306
165         * configure: Regenerated.
166         * Makefile.in: Likewise.
167
168 2009-11-19  Rafael Avila de Espindola  <espindola@google.com>
169
170         PR bootstrap/42096
171         * lto-plugin.c (claim_file_handler): Print offsets in hex.
172
173 2009-11-12  Rafael Avila de Espindola  <espindola@google.com>
174
175         * lto-plugin.c (write_resolution): Assume resolution_file is set.
176         Print the symbol name.
177         (all_symbols_read_handler): Create a resolution file.
178         Pass it to gcc.
179         (cleanup_handler): Remove the resolution file.
180         (process_option): Drop the -resolution option.
181
182 2009-11-05  Rafael Avila de Espindola  <espindola@google.com>
183
184         * lto-plugin.c (temp_obj_dir_name): Remove.
185         (arguments_file_name): New.
186         (free_2): Free arguments_file_name instead of temp_obj_dir_name.
187         (exec_lto_wrapper):  Create arguments file with make_temp_file.
188         (cleanup_handler): Don't remove the temporary directory. Remove the
189         arguments file.
190         (onload): Don't create the temporary directory.
191
192 2009-11-04  Richard Guenther  <rguenther@suse.de>
193             Rafael Avila de Espindola  <espindola@google.com>
194
195         * lto-plugin.c (plugin_file_info): Remove temp field.
196         (cleanup_handler): Don't delete temporary objects.
197         (claim_file_handler): Don't create temporary objects.
198
199 2009-11-04  Rafael Avila de Espindola  <espindola@google.com>
200
201         * lto-plugin.c (cleanup_handler): Don't cleanup if debugging.
202
203 2009-10-30  Rafael Avila de Espindola  <espindola@google.com>
204
205         PR41871
206         * lto-plugin.c (claim_file_handler): Close files that we created.
207
208 2009-10-28  Rafael Avila de Espindola  <espindola@google.com>
209
210         * lto-plugin.c (all_symbols_read_handler): Use LDPL_FATAL instead of
211         LDPL_ERROR
212
213 2009-10-27  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
214
215         PR lto/41652
216         * configure.ac: Call AC_SYS_LARGEFILE before AC_OUTPUT.
217         * configure: Regenerate.
218
219 2009-10-26  Richard Guenther  <rguenther@suse.de>
220
221         * configure.ac: Use AM_MAINTAINER_MODE.
222         * acinclude.m4: Remove.
223         * configure: Re-generate.
224         * Makefile.in: Likewise.
225         * aclocal.m4: Likewise.
226
227 2009-10-19  Rafael Avila de Espindola  <espindola@google.com>
228     
229         PR40790
230         * configure: Regenerate.
231         * configure.ac: Add AC_TYPE_UINT64_T.
232
233 2009-10-16  Rafael Avila de Espindola  <espindola@google.com>
234
235         * lto-plugin.c (message): New variable.
236         (check): New function.
237         (parse_table_entry, translate, write_resolution,add_output_files,
238         exec_lto_wrapper,claim_file_handler, onload): Use check instead of
239         assert.
240         (cleanup_handler): Use check instead of assert. Remove the arguments
241         file if it exists.
242
243 2009-10-15  Rafael Avila de Espindola  <espindola@google.com>
244
245         * lto-plugin.c (resolution_file): New.
246         (free_1): Update comment.
247         (free_2): Free resolution_file.
248         (write_resolution): Write resolution to specified file. Use the
249         syms array from the symbol table.
250         (all_symbols_read_handler): Delay call to free_1 past call to
251         write_resolution.
252         (process_option): Add a -resolution option.
253
254 2009-10-13  Richard Guenther  <rguenther@suse.de>
255
256         * Makefile.am (liblto_plugin_la_LIBADD): Link against the
257         correct libiberty.
258         * Makefile.in: Regenerated.
259
260 2009-10-08  Rafael Avila de Espindola  <espindola@google.com>
261
262         * lto-plugin.c (add_input_library): New.
263         (all_symbols_read_handler): Use add_input_library for items that
264         start with -l.
265         (process_option): Fit in 80 columns.
266         (onload): Handle LDPT_ADD_INPUT_LIBRARY.
267
268 2009-10-02  Diego Novillo  <dnovillo@google.com>
269
270         * Makefile.am (AM_CPPFLAGS): Remove -D_LARGEFILE_SOURCE
271         and -D_FILE_OFFSET_BITS=64.
272         * configure.ac: Add AC_SYS_LARGEFILE.
273         * configure: Regenerate.
274         * Makefile.in: Regenerate.
275         * lto-plugin.c: Fix copyright boilerplate.
276
277 2009-10-02  Diego Novillo  <dnovillo@google.com>
278
279         * Makefile.am (ACLOCAL_AMFLAGS): Define.
280         * aclocal.m4: Regenerate with aclocal-2.64
281         * acinclude.m4: Remove.
282         * Makefile.in: Regenerate with automake-1.11
283         * configure.ac (AC_PREREQ): Update to 2.64.
284         * configure: Regenerate.
285
286 2009-10-02  Diego Novillo  <dnovillo@google.com>
287
288         * Makefile.am (AM_CPPFLAGS): Remove -D_LARGEFILE_SOURCE
289         and -D_FILE_OFFSET_BITS=64.
290         * configure.ac: Add AC_SYS_LARGEFILE.
291         * configure: Regenerate.
292         * Makefile.in: Regenerate.
293         * lto-plugin.c: Fix copyright boilerplate.
294
295 2009-10-02  Diego Novillo  <dnovillo@google.com>
296
297         * Makefile.am (ACLOCAL_AMFLAGS): Define.
298         * aclocal.m4: Regenerate with aclocal-2.64
299         * acinclude.m4: Remove.
300         * Makefile.in: Regenerate with automake-1.11
301         * configure.ac (AC_PREREQ): Update to 2.64.
302         * configure: Regenerate.
303
304 2009-10-02  Rafael Avila de Espindola  <espindola@google.com>
305
306         * Makefile.am (liblto_plugin_la_SOURCES): Remove
307         $(top_srcdir)/../gcc/lto/common.c
308         * Makefile.in: Regenerate.
309
310 2009-10-01  Rafael Avila de Espindola  <espindola@google.com>
311
312         * lto-plugin.c (pass_through_items): New.
313         (num_pass_through_items): New.
314         (all_symbols_read_handler): Update to use the -pass-through option.
315         (process_option): Replace -libgcc with -pass-through.
316         
317 2009-09-30  Rafael Avila de Espindola  <espindola@google.com>
318
319         * lto-plugin.c (onload): Return a ld_plugin_status. Don't require
320         register_cleanup to be set.
321
322 2009-09-30  Rafael Avila de Espindola  <espindola@google.com>
323
324         * Makefile.am: Remove all reference to ltosymtab.
325         * Makefile.in: Regenerate.
326         * lto-symtab.c: Remove.
327
328 2009-05-21  Diego Novillo  <dnovillo@google.com>
329
330         * configure.ac: Remove call to AC_CHECK_GELF.
331         Call AC_ARG_VAR for LIBELFLIBS and LIBELFINC.
332         * acinclude.m4: Do not include ../config/libelf.m4
333         * Makefile.am (LIBELFLIBS): Define.
334         (LIBELFINC): Define.
335         (AM_CPPFLAGS): Add $(LIBELFINC).
336         (ltosymtab_LDADD): Add $(LIBELFLIBS).
337         (liblto_plugin_la_LIBADD): Add $(LIBELFLIBS)
338         * lto-plugin.c: Always include <gelf.h>
339         * lto-symtab.c: Likewise.
340         * configure: Regenerate.
341         * Makefile.in: Regenerate.
342
343 2009-03-23  Rafael Avila de Espindola  <espindola@google.com>
344
345         * lto-plugin.c (libgcc_filename): New.
346         (all_symbols_read_handler): Pass libgcc to the linker.
347         (all_symbols_read_handler): Parse -libgcc
348
349 2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
350
351         * Makefile.am (liblto_plugin_la_LIBADD): Link with libiberty.
352         * Makefile.in: Regenerate.
353         * lto-plugin.c (add_output_files): Argument is now a FILE.
354         (exec_lto_wrapper): Use writeargv and pex.
355
356 2009-02-04  Rafael Avila de Espindola  <espindola@google.com>
357
358         Revert:
359         2009-02-04  Rafael Avila de Espindola  <espindola@google.com>
360         * lto-plugin.c (exec_lto_wrapper): Use writeargv.
361
362
363 2009-02-04  Rafael Avila de Espindola  <espindola@google.com>
364
365         * lto-plugin.c (exec_lto_wrapper): Use writeargv.
366
367 2009-01-29  Rafael Avila de Espindola  <espindola@google.com>
368
369         * lto-plugin.c: Include libiberty.h.
370         (exec_lto_wrapper, claim_file_handler): Use asprintf instead of
371         snprintf.
372
373 2009-01-29  Rafael Avila de Espindola  <espindola@google.com>
374
375         * lto-plugin.c (exec_lto_wrapper): Write argv to a file. Pass that
376         file to lto-wrapper.
377
378 2009-01-28  Rafael Avila de Espindola  <espindola@google.com>
379
380         * lto-plugin.c (plugin_file_info): Remove fd and elf.
381         (parse_table_entry): strdup entry->name and entry->comdat_key.
382         (free_1): Free name and comdat_key. Don't close the file. Don't call
383         elf_end.
384         (claim_file_handler): Always call elf_end.
385
386 2008-12-23  Rafael Avila de Espindola  <espindola@google.com>
387
388         * Makefile.am (AM_CPPFLAGS): Add -D_LARGEFILE_SOURCE
389         -D_FILE_OFFSET_BITS=64
390         * Makefile.in: Regenerate
391
392 2008-12-22  Rafael Avila de Espindola  <espindola@google.com>
393
394         * Makefile.am (gcc_version, target_noncanonical, libexecsubdir): New.
395         (lib_LTLIBRARIES): Rename to libexecsub_LTLIBRARIES.
396         * Makefile.in: Regenerate.
397         * acinclude.m4: Include ../config/acx.m4 and ../lt~obsolete.m4
398         * configure: Regenerate.
399         * configure.ac: Add AC_SUBST(target_noncanonical).
400
401 2008-12-08  Rafael Avila de Espindola  <espindola@google.com>
402
403         * lto-plugin.c: Include stdbool.h.
404         (debug, nop): Declare as bool.
405
406 2008-12-08  Rafael Avila de Espindola  <espindola@google.com>
407
408         * lto-plugin.c (nop): New.
409         (use_original_files): New.
410         (all_symbols_read_handler): Call use_original_files if nop is true.
411         (process_option): Parse the -nop option.
412
413 2008-12-08  Rafael Avila de Espindola  <espindola@google.com>
414
415         * lto-plugin.c (debug): New.
416         (exec_lto_wrapper): Print argv if debug is true.
417         (process_option): Process the -debug command line option.
418
419 2008-12-03  Rafael Avila de Espindola  <espindola@google.com>
420
421         * lto-plugin.c (process_option): The argument is now a single option,
422         not a space separated list.
423
424 2008-12-02  Rafael Avila de Espindola  <espindola@google.com>
425
426         * lto-plugin.c: Include sys/types.h and sys/wait.h
427         (output_files, num_output_files, lto_wrapper_argv,
428         lto_wrapper_num_args): New.
429         (free_2): Free output_files.
430         (write_resolution): Disable.
431         (add_output_files): New.
432         (exec_lto_wrapper): New.
433         (all_symbols_read_handler): Run lto-wrapper.
434         (claim_file_handler): Free lto_file.name and call elf_end.
435         (process_option): New.
436
437 2008-11-26  Rafael Espindola  <espindola@google.com>
438
439         * lto-plugin.c (add_input_file): New.
440         (get_section): Return NULL if get_section fails.
441         (write_resolution): New.
442         (all_symbols_read_handler): Call add_input_file.
443         (claim_file_handler): Unlink the correct file.
444         (onload): Record add_input_file.
445
446 2008-09-23 Rafael Espindola  <espindola@google.com>
447
448         * Makefile.am (ltosymtab_SOURCES, liblto_plugin_la_SOURCES):
449         Update the location of common.c.
450         * Makefile.in: Regenerate.
451         * common.c: Moved to gcc/lto.
452         * common.h: Moved to gcc/lto.
453         * lto-plugin.c: Update the location of common.h.
454         * lto-symtab.c: Update the location of common.h.
455
456 2008-09-23 Rafael Espindola  <espindola@google.com>
457
458         * common.c: Include common.h.
459         (lto_kind_str, lto_visibility_str, lto_resolution_str): Use explicit
460         sizes.
461         * common.h (lto_kind_str, lto_visibility_str, lto_resolution_str): Use
462         explicit sizes.
463
464 2008-09-23 Rafael Espindola  <espindola@google.com>
465
466         * lto-plugin.c (plugin_file_info): Add temp.
467         (cleanup_handler): Only delete temporary files.
468         (claim_file_handler): Initialize lto_file.temp.
469
470 2008-09-23  Rafael Espindola  <espindola@google.com>
471
472         * plugin-api.h: Moved to include.
473
474 2008-09-23 Rafael Espindola  <espindola@google.com>
475
476         * lto-plugin.c (all_symbols_read_handler): Print resolution in a new
477         format.
478
479 2008-09-22 Rafael Espindola  <espindola@google.com>
480
481         * plugin-api.h: Copy from binutils' cvs.
482
483 2008-09-22 Rafael Espindola  <espindola@google.com>
484
485         * lto-symtab.c (get_symbols, add_symbols): Update signature.
486         * plugin-api.h: Copy from binutils' cvs.
487
488 2008-09-22 Rafael Espindola  <espindola@google.com>
489
490         * common.h (lto_kind_str, lto_visibility_str, lto_resolution_str):
491         Make extern
492
493 2008-09-10 Rafael Espindola  <espindola@google.com>
494
495         * lto-plugin.c (onload): add missing break statements and asserts.
496         * lto-symtab.c (claim_file_handler): Make it static.
497         (all_symbols_read_handler): Make it static.
498         (all_file_handles): Make it static.
499         (num_file_handles): Make it static.
500         (register_claim_file): Make it static.
501         (register_object): Indent properly.
502
503 2008-09-10  Rafael Avila de Espindola  <espindola@google.com>
504
505         * Makefile.am (ltosymtab_LDADD): Add -lelf.
506         * Makefiel.in: Regenerate.
507         * lto-plugin.c: Include ar.h.
508         (claim_file_handler): Handle file->offset != 0.
509         * lto-symtab.c: Include gelf.h.
510         (all_file_handles): Change type.
511         (register_object): New.
512         (register_file): Add support for archives.
513         (resolve): Update to new type of all_file_handles.
514         (print): Update to new type of all_file_handles.
515         (free_all): Update to new type of all_file_handles.
516         (main): Update to new type of all_file_handles.
517
518 2008-09-10  Rafael Avila de Espindola  <espindola@google.com>
519
520         * lto-plugin.c (get_string_table): Remove.
521         (get_section): Use elf_strptr instead of get_string_table.
522
523 2008-09-08  Doug Kwan  <dougkwan@google.com>
524
525         * lto-plugin.c (all_symbols_read_handler): Widen fprintf arguments
526         to 64-bit to fix a 32-bit bootstrap failure due to format warnings.
527
528 2008-09-08  Rafael Avila de Espindola  <espindola@google.com>
529
530         * Makefile.am (ltosymtab_SOURCES): add common.c.
531         (ltosymtab_CFLAGS): New.
532         (liblto_plugin_la_SOURCES): Add common.c.
533         * Makefile.in: Regenerate.
534         * common.c: New.
535         * common.h: New.
536         * lto-plugin.c: Include stdio.h, inttypes.h and common.h.
537         (plugin_symtab): New.
538         (plugin_file_info): New.
539         (register_all_symbols_read): New.
540         (get_symbols): New.
541         (claimed_files): New.
542         (num_claimed_files): New.
543         (translate): Don't drop the slot number.
544         (free_1): New.
545         (free_2): New.
546         (all_symbols_read_handler): New.
547         (claim_file_handler): Record every claimed file.
548         (onload): Handle LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK and
549         LDPT_GET_SYMBOLS.
550         * lto-symtab.c: Include stdlib.h, string.h and common.h.
551         (current_file_handle): Remove.
552         (ld_plugin_all_symbols_read_handler): New.
553         (plugin_handle): New.
554         (file_handle): New.
555         (all_file_handles): New.
556         (num_file_handles): New.
557         (get_symbols): New.
558         (register_all_symbols_read): New.
559         (add_symbols): Don't print the symbols, just record them.
560         (ld_plugin_tv): Add LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK and
561         LDPT_GET_SYMBOLS.
562         (load_plugin): Use plugin_handle.
563         (register_file): Add the file handle to all_file_handles.
564         (resolve): New.
565         (print): New.
566         (unload_plugin): New.
567         (free_all): New.
568         (main): Call all_symbols_read_handler and free resources.
569
570 2008-09-03  Rafael Avila de Espindola  <espindola@google.com>
571
572         * Makefile.am (AM_CFLAGS): New.
573         (ltosymtab_LDADD): Remove -lelf. Add -ldl.
574         (lib_LTLIBRARIES): New.
575         (liblto_plugin_la_SOURCES): New.
576         (liblto_plugin_la_LIBADD): New.
577         * Makefile.in: Regenerate.
578         * acinclude.m4: Don't include ../config/acx.m4 and
579         ../config/no-executables.m4.
580         Include ../ltsugar.m4, ../ltoptions.m4, ../ltversion.m4 and
581         ../libtool.m4.
582         * aclocal.m4: Regenerate.
583         * configure: Regenerate.
584         * configure.ac: Use AM_PROG_LIBTOOL.
585         * lto-plugin.c: New.
586         * lto-symtab.c: Rewrite to use the plugin.
587         * plugin-api.h: New.
588
589 2008-08-25  Rafael Avila de Espindola  <espindola@google.com>
590
591         * configure: Regenerate.
592         * configure.ac: Use AC_CHECK_GELF.
593         * lto-symtab.c: Include gelf.h.
594         (get_string_table): Use size independent API.
595         (printTable): Use lld to print 64 bit integers.
596
597 2008-08-22  Rafael Avila de Espindola  <espindola@google.com>
598
599         * lto-symtab.c (parse_table_entry): Assert entry->kind and
600         entry->visibility are valid.
601
602 2008-07-22  Rafael Avila de Espindola  <espindola@google.com>
603         * lto-symtab.c (table_entry): Add comdat.
604         (parse_table_entry): Read comdat.
605
606 2008-08-21  Rafael Espindola  <espindola@google.com>
607
608         * Makefile.am: New.
609         * Makefile.in: New.
610         * acinclude.m4: New.
611         * aclocal.m4: New.
612         * configure: New.
613         * configure.ac: New.
614         * lto-symtab.c: New.