OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / lto-plugin / ChangeLog
1 2013-04-11  Release Manager
2
3         * GCC 4.7.3 released.
4
5 2012-09-20  Release Manager
6
7         * GCC 4.7.2 released.
8
9 2012-06-14  Release Manager
10
11         * GCC 4.7.1 released.
12
13 2012-03-22  Release Manager
14
15         * GCC 4.7.0 released.
16
17 2012-02-22  Kai Tietz  <ktietz@redhat.com>
18
19         PR lto/50616
20         * lto-plugin.c (PRI_LL): New macro.
21         (dump_symtab): Use PRI_LL instead of ll in print.
22         (process_symtab): Use PRI_LL instead of ll in scan.
23
24 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
25
26         * configure: Regenerate.
27
28 2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
29
30         * configure: Regenerate.
31
32 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
33
34         * configure: Regenerate.
35
36 2011-10-02  Jan Hubicka  <jh@suse.cz>
37
38         PR lto/47247
39         * lto-plugin.c (get_symbols_v2): New variable.
40         (write_resolution): Use V2 API when available.
41         (onload): Handle LDPT_GET_SYMBOLS_V2.
42
43 2011-09-30  H.J. Lu  <hongjiu.lu@intel.com>
44             Andi Kleen  <ak@linux.intel.com>
45
46         PR lto/50568
47         * lto-plugin.c (sym_aux): Change id to unsigned long long.
48         (plugin_symtab): Likewise.
49         (dump_symtab): Likewise.
50         (resolve_conflicts): Likewise.
51         (process_symtab): Likewise.
52
53 2011-08-10  Richard Guenther  <rguenther@suse.de>
54
55         PR bootstrap/49907
56         lto-plugin/
57         * configure.ac: Use ACX_PROG_CC_WARNING_OPTS to detect -Wall presence.
58         * Makefile.am (AM_CFLAGS): Adjust.  Do not build with -Werror.
59         * configure: Regenerate.
60         * Makefile.in: Likewise.
61         * aclocal.m4: Likewise.
62
63 2011-04-20  Jim Meyering  <meyering@redhat.com>
64
65         * lto-plugin.c (free_1, free_2): Remove useless if-before-free.
66
67 2011-04-05  Richard Guenther  <rguenther@suse.de>
68
69         PR bootstrap/48431
70         * lto-plugin.c (claim_file_handler): Do not declare vars in code.
71
72 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
73
74         * Makefile.in: Regenerate.
75         * aclocal.m4: Regenerate.
76         * configure: Regenerate.
77
78 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
79
80         * Makefile.am (all-local): Rename from 'all'.
81         * Makefile.in: Regenerate.
82
83 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
84
85         PR lto/47225
86         * Makefile.am (gcc_build_dir, in_gcc_libs): New.
87         (liblto_plugin_la_LDFLAGS): Add -module.
88         (copy_lto_plugin): Renamed to...
89         ($(in_gcc_libs)): ... this.  Add mkinstalldirs.  Skip copying
90         of static modules.
91         * Makefile.in: Rebuild.
92
93 2011-02-07  Kai Tietz  <kai.tietz@onevision.com>
94
95         PR lto/47225
96         * Makefile.am (Wc): New helper for encoding -Wc,.
97         (liblto_plugin_la_LIBADD): Use Wc for libiberty library.
98         (liblto_plugin_la_DEPENDENCIES): Special case pic libiberty.
99         * Makefile.in: Regenerated.
100
101 2011-02-07  Paolo Bonzini  <bonzini@gnu.org>
102
103         Revert:
104
105         2011-02-07  Kai Tietz  <kai.tietz@onevision.com>
106
107         PR lto/47225
108         * Makefile.am (Wl): New helper for encoding -Wl,.
109         (liblto_plugin_la_LIBADD): Use -Wl for libiberty library.
110         * Makefile.in: Regenerated.
111
112 2011-02-07  Kai Tietz  <kai.tietz@onevision.com>
113
114         PR lto/47225
115         * Makefile.am (Wl): New helper for encoding -Wl,.
116         (liblto_plugin_la_LIBADD): Use -Wl for libiberty library.
117         * Makefile.in: Regenerated.
118
119 2011-01-25  Ian Lance Taylor  <iant@google.com>
120
121         * lto-plugin.c (gold_version): New static variable.
122         (all_symbols_read_handler): Don't check pass_through_items if
123         using gold 1.11 or later.
124         (onload): Set gold_version if we see LDPT_GOLD_VERSION.
125
126 2011-01-12  Richard Guenther  <rguenther@suse.de>
127
128         PR lto/47264
129         * lto-plugin.c (parse_table_entry): Use memcpy to access
130         unaligned fields.
131
132 2010-12-20  Dave Korn  <dave.korn.cygwin@gmail.com>
133
134         * Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag.
135         * Makefile.in: Regenerate.
136
137 2010-12-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
138
139         Revert last change.
140
141 2010-12-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
142
143         * Makefile.am (liblto_plugin_la_DEPENDENCIES): Define.
144         (liblto_plugin_la_LIBADD): Use -L../libiberty/pic -liberty.
145         (liblto_plugin_la_LDFLAGS): Use -L../libiberty -liberty.
146         * Makefile.in: Regenerate.
147
148 2010-12-10  Dave Korn  <dave.korn.cygwin@gmail.com>
149
150         PR middle-end/46674
151         PR lto/43157
152         * configure.ac (SYM_STYLE): Don't AC_DEFINE.
153         * lto-plugin.c (sym_style): Don't use it; default to ss_none.
154         * configure: Regenerate.
155         * config.h.in: Likewise.
156
157 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
158
159         PR target/40125
160         PR lto/46695
161         * configure.ac: Invoke ACX_LT_HOST_FLAGS.
162         * Makefile.am (liblto_plugin_la_LDFLAGS): Use lt_host_flags but
163         override -bindir setting.
164         * aclocal.m4: Regenerate.
165         * configure: Regenerate.
166         * Makefile.in: Regenerate.
167
168 2010-12-05  Kai Tietz  <kai.tietz@onevision.com>
169
170         * config.h.in: Regenerated.
171         * configure: Regenerated.
172         * configure.ac (AC_CHECK_HEADERS): Replaced by AC_HEADER_SYS_WAIT.
173         * lto-plugin.c (WIFEXITED): Define default.
174         (WEXITSTATUS): Likeiwse.
175
176 2010-12-01  Kai Tietz  <kai.tietz@onevision.com>
177
178         * config.h.in: Regenerated.
179         * configure: Regenerated.
180         * Makefile.in: Regenerated.
181         * configure.ac (AC_CHECK_HEADERS): Check for sys/wait.h.
182         * lto-plugin.c:  Include sys/wait.h conditionally.
183         * aclocal.m4: Regenerated.
184
185 2010-11-13  Kai Tietz  <kai.tietz@onevision.com>
186
187         * lto-plugin.c (add_output_files): Fix memory leak.
188
189 2010-11-11  Dave Korn  <dave.korn.cygwin@gmail.com>
190
191         PR bootstrap/46397
192         PR bootstrap/46362
193         * configure.ac: Add AC_TYPE_INT64_T test.
194         * config.h.in: Regenerate.
195         * configure: Likewise.
196         * lto-plugin.c (debug): Use char not bool.
197         (nop): Likewise.
198         (check_1): Rename from check, and use int not bool for gate argument.
199         (check): Macro wrapper for the above to coerce gate argument into
200         boolean-valued integer in case it has pointer type.
201         (parse_table_entry): Use 0 not false.
202         (claim_file_handler): Avoid use of PRIx64 by splitting 64-bit size
203         into two 32-bit parts and printing as hex ints.
204
205 2010-11-03  Dave Korn  <dave.korn.cygwin@gmail.com>
206
207         PR lto/46291
208         * lto-plugin.c (claim_file_handler): Don't close file descriptor.
209
210 2010-11-03  Dave Korn  <dave.korn.cygwin@gmail.com>
211
212         PR lto/46273
213         * lto-plugin.h: Delete.
214         * lto-plugin-elf.c: Likewise.
215         * lto-plugin-coff.c: Likewise.
216         * configure.ac: Don't use libelf, don't source config.gcc.
217         (LIBELFLIBS): Delete.
218         (LIBELFINC): Delete.
219         (LTO_FORMAT): Delete.
220         (SYM_STYLE): Add AC_DEFINE var, set based on $target.
221         (config.h): Add AC_CONFIG_HEADERS directive.
222         * Makefile.am (LIBELFLIBS): Delete.
223         (LIBELFINC): Delete.
224         (LTO_FORMAT): Delete.
225         (DEFS): Import.
226         (AM_CPPFLAGS): Use it.  Don't use LIBELFINC.
227         (liblto_plugin_la_SOURCES): Don't use LTO_FORMAT, don't include
228         any object-format-specific source file in the link.
229         (liblto_plugin_la_LIBADD): Don't use LIBELFLIBS.
230         * config.h.in: Generate.
231         * configure: Regenerate.
232         * Makefile.in: Likewise.
233         * lto-plugin.c (O_BINARY): Definition moved here from lto-plugin.h.
234         (LTO_SEGMENT_NAME): New definition.
235         (LTO_SECTION_PREFIX): Definition moved here from lto-plugin.h.
236         (LTO_SECTION_PREFIX_LEN): New definition.
237         (struct sym_aux): Struct definition moved here from lto-plugin.h.
238         (struct plugin_symtab): Likewise.
239         (struct plugin_objfile): Likewise.
240         (struct plugin_objfile): New struct def.
241         (enum symbol_style): New enum type.
242         (add_symbols): Make static.
243         (claimed_files): Likewise.
244         (num_claimed_files): Likewise.
245         (sym_style): New global.
246         (check): Make static.
247         (parse_table_entry): Likewise.  Respect sym_style when extracting
248         symbol from symtab entry.
249         (translate): Make static.
250         (resolve_conflicts): Likewise.
251         (process_symtab): New function, per-section callback version of
252         old object-format-specific handling from deleted lto-plugin-elf.c.
253         (claim_file_handler): Convert ELF-specific version from deleted
254         lto-plugin-elf.c to simple_object interface and move here.
255         (process_options): Allow new '-sym-style=' option.
256         (onload): Don't call deleted onload_format_checks hook.
257
258 2010-10-11  Kai Tietz  <kai.tietz@onevision.com>
259
260         * lto-plugin.c (dump_symtab): Correct printf argument type.
261         (finish_conflict_resolution): Initialize resolution.
262
263 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
264
265         PR bootstrap/45951
266         * configure.ac: Add AC_CANONICAL_SYSTEM.
267         * configure: Regenerated.
268
269 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
270
271         * configure.ac: Source config.gcc to determine lto_binary_reader.
272         (LTO_FORMAT): New AC_SUBST variable inferred from lto_binary_reader.
273         * Makefile.am (LTO_FORMAT): Import.
274         (liblto_plugin_la_SOURCES): Add object format dependent module
275         defined by LTO_FORMAT.
276         (liblto_plugin_la_LIBADD): Allow for both PIC and non-PIC libiberty,
277         and work around libtool warning.
278         * configure: Regenerate.
279         * Makefile.in: Likewise.
280         * lto-plugin.c (struct sym_aux): Move to new lto-plugin.h.
281         (struct sym_aux): Likewise.
282         (struct plugin_symtab): Likewise.
283         (struct plugin_file_info): Likewise.
284         (LTO_SECTION_PREFIX): Likewise.
285         (add_symbols):  Make non-static.
286         (claimed_files): Likewise.
287         (num_claimed_files): Likewise.
288         (check): Likewise.
289         (parse_table_entry): Likewise.
290         (translate): Likewise.
291         (resolve_conflicts): Likewise.
292         (process_symtab): Move to new lto-plugin-elf.c object format dependent
293         source file.
294         (claim_file_handler): Likewise, and make non-static.
295         (onload): Call new onload_format_checks function.
296         * lto-plugin.h: New file.
297         (LTO_SECTION_PREFIX): Move here.
298         (struct sym_aux): Likewise.
299         (struct plugin_symtab): Likewise.
300         (struct plugin_file_info): Likewise.
301         (claim_file_handler): Add new function prototype.
302         (onload_format_checks): Likewise.
303         (check): Declare extern.
304         (translate): Likewise.
305         (parse_table_entry): Likewise.
306         (resolve_conflicts): Likewise.
307         (add_symbols):  Likewise.
308         (claimed_files): Likewise.
309         (num_claimed_files): Likewise.
310         * lto-plugin-elf.c (process_symtab): Move here.
311         (claim_file_handler): Likewise, and make non-static.
312         (onload_format_checks): New function factored out from onload.
313         * lto-plugin-coff.c (claim_file_handler): New function stub.
314         (onload_format_checks): Likewise.
315
316 2010-08-05  Andi Kleen  <ak@linux.intel.com>
317
318         * lto-plugin.c: Include <hashtab.h>
319         (sym_aux): Add next_conflict field to save conflict chains.
320         (plugin_file_info): Add conflicts symtab.
321         (parse_table_entry): Initialize aux->next_conflict.
322         (process_symtab): Increment found.
323         (dump_symtab): Add.
324         (finish_conflict_resolution): Add.
325         (free_symtab): Add.
326         (write_resolution): Remove symbols loop and move into
327         dump_symtab. Call dump_symtab for main symbol and conflicts table.
328         Call free_symtab to free conflicts table.
329         (SWAP): Add.
330         (eq_sym): Add.
331         (hash_sym): Add.
332         (symbol_strength): Add.
333         (resolve_conflicts): Add.
334         (claim_file_handler): Add n variable. Check return value of
335         process_symtab. Call resolve_conflicts.
336
337 2010-07-27  Andi Kleen <ak@linux.intel.com>
338
339         * lto-plugin.c (translate): Remove debug fprintf.
340
341 2010-07-23  H.J. Lu  <hongjiu.lu@intel.com>
342
343         PR bootstrap/45042
344         * lto-plugin.c (translate): Cast to unsigned long.
345
346 2010-07-23   Andi Kleen <ak@linux.intel.com>
347
348         PR lto/44992
349         * lto-plugin.c (sym_aux): Add.
350         (plugin_symtab): Remove slots. Add aux and id.
351         (parse_table_entry): Change to use aux instead of slots.
352         (LTO_SECTION_PREFIX): Add.
353         (translate): Improve buffer allocation. Change to append
354         symbols to existing out buffer.
355         (get_section): Remove.
356         (process_symtab): Add.
357         (free_2): Free symtab->aux.
358         (write_resolution): Handle aux instead of slots.
359         Print sub id to resolution file.
360         (claim_file_handler): Clear lto_file. Replace get_symtab/translate
361         calls with call to process_symtab.
362
363 2010-07-22  Richard Guenther  <rguenther@suse.de>
364
365         * Makefile.am: New copy_lto_plugin rule to install the plugin
366         into ../gcc.
367         * Makefile.in: Regenerated.
368
369 2010-05-21  Richard Guenther  <rguenther@suse.de>
370
371         * lto-plugin.c (write_resolution): Do not assert syms is non-NULL.
372
373 2010-05-07  Richard Guenther <rguenther@suse.de>
374
375         * lto-plugin.c (free_2): Do not free resolution_file.
376         (write_resolution): Check that we were passed a resolution file.
377         (all_symbols_read_handler): Adjust.
378         (cleanup_handler): Do not remove the resolution file.
379         (process_option): Handle -fresolution=.
380
381 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
382
383         PR other/43620
384         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
385         * Makefile.in: Regenerate.
386
387 2010-04-23  Richard Guenther  <rguenther@suse.de>
388
389         PR lto/41550
390         * lto-plugin.c (parse_table_entry): Use xstrdup and xrealloc.
391         (translate): Likewise.
392         (all_symbols_read_handler): Likewise.
393         (claim_file_handler): Likewise.
394         (process_option): Likewise.
395         (add_output_files): Likewise.  Remove filename length limit.
396
397 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
398
399         * Makefile.in: Regenerate.
400         * aclocal.m4: Regenerate.
401
402 2010-03-16  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
403
404         PR lto/43336
405         * lto-plugin.c (cleanup_handler): Delete temporary output files.
406
407 2010-01-11  Richard Guenther  <rguenther@suse.de>
408
409         PR lto/41569
410         * Makefile.am: Disable dependencies.
411         * Makefile.in: Regenerated.
412
413 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
414
415         PR lto/42520
416         * lto-plugin.c (exec_lto_wrapper): Output lto-wrapper command
417         if -v is passed.
418
419 2009-12-05  H.J. Lu  <hongjiu.lu@intel.com>
420
421         PR bootstrap/42306
422         * configure: Regenerated.
423         * Makefile.in: Likewise.
424
425 2009-11-19  Rafael Avila de Espindola  <espindola@google.com>
426
427         PR bootstrap/42096
428         * lto-plugin.c (claim_file_handler): Print offsets in hex.
429
430 2009-11-12  Rafael Avila de Espindola  <espindola@google.com>
431
432         * lto-plugin.c (write_resolution): Assume resolution_file is set.
433         Print the symbol name.
434         (all_symbols_read_handler): Create a resolution file.
435         Pass it to gcc.
436         (cleanup_handler): Remove the resolution file.
437         (process_option): Drop the -resolution option.
438
439 2009-11-05  Rafael Avila de Espindola  <espindola@google.com>
440
441         * lto-plugin.c (temp_obj_dir_name): Remove.
442         (arguments_file_name): New.
443         (free_2): Free arguments_file_name instead of temp_obj_dir_name.
444         (exec_lto_wrapper):  Create arguments file with make_temp_file.
445         (cleanup_handler): Don't remove the temporary directory. Remove the
446         arguments file.
447         (onload): Don't create the temporary directory.
448
449 2009-11-04  Richard Guenther  <rguenther@suse.de>
450             Rafael Avila de Espindola  <espindola@google.com>
451
452         * lto-plugin.c (plugin_file_info): Remove temp field.
453         (cleanup_handler): Don't delete temporary objects.
454         (claim_file_handler): Don't create temporary objects.
455
456 2009-11-04  Rafael Avila de Espindola  <espindola@google.com>
457
458         * lto-plugin.c (cleanup_handler): Don't cleanup if debugging.
459
460 2009-10-30  Rafael Avila de Espindola  <espindola@google.com>
461
462         PR41871
463         * lto-plugin.c (claim_file_handler): Close files that we created.
464
465 2009-10-28  Rafael Avila de Espindola  <espindola@google.com>
466
467         * lto-plugin.c (all_symbols_read_handler): Use LDPL_FATAL instead of
468         LDPL_ERROR
469
470 2009-10-27  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
471
472         PR lto/41652
473         * configure.ac: Call AC_SYS_LARGEFILE before AC_OUTPUT.
474         * configure: Regenerate.
475
476 2009-10-26  Richard Guenther  <rguenther@suse.de>
477
478         * configure.ac: Use AM_MAINTAINER_MODE.
479         * acinclude.m4: Remove.
480         * configure: Re-generate.
481         * Makefile.in: Likewise.
482         * aclocal.m4: Likewise.
483
484 2009-10-19  Rafael Avila de Espindola  <espindola@google.com>
485     
486         PR40790
487         * configure: Regenerate.
488         * configure.ac: Add AC_TYPE_UINT64_T.
489
490 2009-10-16  Rafael Avila de Espindola  <espindola@google.com>
491
492         * lto-plugin.c (message): New variable.
493         (check): New function.
494         (parse_table_entry, translate, write_resolution,add_output_files,
495         exec_lto_wrapper,claim_file_handler, onload): Use check instead of
496         assert.
497         (cleanup_handler): Use check instead of assert. Remove the arguments
498         file if it exists.
499
500 2009-10-15  Rafael Avila de Espindola  <espindola@google.com>
501
502         * lto-plugin.c (resolution_file): New.
503         (free_1): Update comment.
504         (free_2): Free resolution_file.
505         (write_resolution): Write resolution to specified file. Use the
506         syms array from the symbol table.
507         (all_symbols_read_handler): Delay call to free_1 past call to
508         write_resolution.
509         (process_option): Add a -resolution option.
510
511 2009-10-13  Richard Guenther  <rguenther@suse.de>
512
513         * Makefile.am (liblto_plugin_la_LIBADD): Link against the
514         correct libiberty.
515         * Makefile.in: Regenerated.
516
517 2009-10-08  Rafael Avila de Espindola  <espindola@google.com>
518
519         * lto-plugin.c (add_input_library): New.
520         (all_symbols_read_handler): Use add_input_library for items that
521         start with -l.
522         (process_option): Fit in 80 columns.
523         (onload): Handle LDPT_ADD_INPUT_LIBRARY.
524
525 2009-10-02  Diego Novillo  <dnovillo@google.com>
526
527         * Makefile.am (AM_CPPFLAGS): Remove -D_LARGEFILE_SOURCE
528         and -D_FILE_OFFSET_BITS=64.
529         * configure.ac: Add AC_SYS_LARGEFILE.
530         * configure: Regenerate.
531         * Makefile.in: Regenerate.
532         * lto-plugin.c: Fix copyright boilerplate.
533
534 2009-10-02  Diego Novillo  <dnovillo@google.com>
535
536         * Makefile.am (ACLOCAL_AMFLAGS): Define.
537         * aclocal.m4: Regenerate with aclocal-2.64
538         * acinclude.m4: Remove.
539         * Makefile.in: Regenerate with automake-1.11
540         * configure.ac (AC_PREREQ): Update to 2.64.
541         * configure: Regenerate.
542
543 2009-10-02  Diego Novillo  <dnovillo@google.com>
544
545         * Makefile.am (AM_CPPFLAGS): Remove -D_LARGEFILE_SOURCE
546         and -D_FILE_OFFSET_BITS=64.
547         * configure.ac: Add AC_SYS_LARGEFILE.
548         * configure: Regenerate.
549         * Makefile.in: Regenerate.
550         * lto-plugin.c: Fix copyright boilerplate.
551
552 2009-10-02  Diego Novillo  <dnovillo@google.com>
553
554         * Makefile.am (ACLOCAL_AMFLAGS): Define.
555         * aclocal.m4: Regenerate with aclocal-2.64
556         * acinclude.m4: Remove.
557         * Makefile.in: Regenerate with automake-1.11
558         * configure.ac (AC_PREREQ): Update to 2.64.
559         * configure: Regenerate.
560
561 2009-10-02  Rafael Avila de Espindola  <espindola@google.com>
562
563         * Makefile.am (liblto_plugin_la_SOURCES): Remove
564         $(top_srcdir)/../gcc/lto/common.c
565         * Makefile.in: Regenerate.
566
567 2009-10-01  Rafael Avila de Espindola  <espindola@google.com>
568
569         * lto-plugin.c (pass_through_items): New.
570         (num_pass_through_items): New.
571         (all_symbols_read_handler): Update to use the -pass-through option.
572         (process_option): Replace -libgcc with -pass-through.
573         
574 2009-09-30  Rafael Avila de Espindola  <espindola@google.com>
575
576         * lto-plugin.c (onload): Return a ld_plugin_status. Don't require
577         register_cleanup to be set.
578
579 2009-09-30  Rafael Avila de Espindola  <espindola@google.com>
580
581         * Makefile.am: Remove all reference to ltosymtab.
582         * Makefile.in: Regenerate.
583         * lto-symtab.c: Remove.
584
585 2009-05-21  Diego Novillo  <dnovillo@google.com>
586
587         * configure.ac: Remove call to AC_CHECK_GELF.
588         Call AC_ARG_VAR for LIBELFLIBS and LIBELFINC.
589         * acinclude.m4: Do not include ../config/libelf.m4
590         * Makefile.am (LIBELFLIBS): Define.
591         (LIBELFINC): Define.
592         (AM_CPPFLAGS): Add $(LIBELFINC).
593         (ltosymtab_LDADD): Add $(LIBELFLIBS).
594         (liblto_plugin_la_LIBADD): Add $(LIBELFLIBS)
595         * lto-plugin.c: Always include <gelf.h>
596         * lto-symtab.c: Likewise.
597         * configure: Regenerate.
598         * Makefile.in: Regenerate.
599
600 2009-03-23  Rafael Avila de Espindola  <espindola@google.com>
601
602         * lto-plugin.c (libgcc_filename): New.
603         (all_symbols_read_handler): Pass libgcc to the linker.
604         (all_symbols_read_handler): Parse -libgcc
605
606 2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
607
608         * Makefile.am (liblto_plugin_la_LIBADD): Link with libiberty.
609         * Makefile.in: Regenerate.
610         * lto-plugin.c (add_output_files): Argument is now a FILE.
611         (exec_lto_wrapper): Use writeargv and pex.
612
613 2009-02-04  Rafael Avila de Espindola  <espindola@google.com>
614
615         Revert:
616         2009-02-04  Rafael Avila de Espindola  <espindola@google.com>
617         * lto-plugin.c (exec_lto_wrapper): Use writeargv.
618
619
620 2009-02-04  Rafael Avila de Espindola  <espindola@google.com>
621
622         * lto-plugin.c (exec_lto_wrapper): Use writeargv.
623
624 2009-01-29  Rafael Avila de Espindola  <espindola@google.com>
625
626         * lto-plugin.c: Include libiberty.h.
627         (exec_lto_wrapper, claim_file_handler): Use asprintf instead of
628         snprintf.
629
630 2009-01-29  Rafael Avila de Espindola  <espindola@google.com>
631
632         * lto-plugin.c (exec_lto_wrapper): Write argv to a file. Pass that
633         file to lto-wrapper.
634
635 2009-01-28  Rafael Avila de Espindola  <espindola@google.com>
636
637         * lto-plugin.c (plugin_file_info): Remove fd and elf.
638         (parse_table_entry): strdup entry->name and entry->comdat_key.
639         (free_1): Free name and comdat_key. Don't close the file. Don't call
640         elf_end.
641         (claim_file_handler): Always call elf_end.
642
643 2008-12-23  Rafael Avila de Espindola  <espindola@google.com>
644
645         * Makefile.am (AM_CPPFLAGS): Add -D_LARGEFILE_SOURCE
646         -D_FILE_OFFSET_BITS=64
647         * Makefile.in: Regenerate
648
649 2008-12-22  Rafael Avila de Espindola  <espindola@google.com>
650
651         * Makefile.am (gcc_version, target_noncanonical, libexecsubdir): New.
652         (lib_LTLIBRARIES): Rename to libexecsub_LTLIBRARIES.
653         * Makefile.in: Regenerate.
654         * acinclude.m4: Include ../config/acx.m4 and ../lt~obsolete.m4
655         * configure: Regenerate.
656         * configure.ac: Add AC_SUBST(target_noncanonical).
657
658 2008-12-08  Rafael Avila de Espindola  <espindola@google.com>
659
660         * lto-plugin.c: Include stdbool.h.
661         (debug, nop): Declare as bool.
662
663 2008-12-08  Rafael Avila de Espindola  <espindola@google.com>
664
665         * lto-plugin.c (nop): New.
666         (use_original_files): New.
667         (all_symbols_read_handler): Call use_original_files if nop is true.
668         (process_option): Parse the -nop option.
669
670 2008-12-08  Rafael Avila de Espindola  <espindola@google.com>
671
672         * lto-plugin.c (debug): New.
673         (exec_lto_wrapper): Print argv if debug is true.
674         (process_option): Process the -debug command line option.
675
676 2008-12-03  Rafael Avila de Espindola  <espindola@google.com>
677
678         * lto-plugin.c (process_option): The argument is now a single option,
679         not a space separated list.
680
681 2008-12-02  Rafael Avila de Espindola  <espindola@google.com>
682
683         * lto-plugin.c: Include sys/types.h and sys/wait.h
684         (output_files, num_output_files, lto_wrapper_argv,
685         lto_wrapper_num_args): New.
686         (free_2): Free output_files.
687         (write_resolution): Disable.
688         (add_output_files): New.
689         (exec_lto_wrapper): New.
690         (all_symbols_read_handler): Run lto-wrapper.
691         (claim_file_handler): Free lto_file.name and call elf_end.
692         (process_option): New.
693
694 2008-11-26  Rafael Espindola  <espindola@google.com>
695
696         * lto-plugin.c (add_input_file): New.
697         (get_section): Return NULL if get_section fails.
698         (write_resolution): New.
699         (all_symbols_read_handler): Call add_input_file.
700         (claim_file_handler): Unlink the correct file.
701         (onload): Record add_input_file.
702
703 2008-09-23 Rafael Espindola  <espindola@google.com>
704
705         * Makefile.am (ltosymtab_SOURCES, liblto_plugin_la_SOURCES):
706         Update the location of common.c.
707         * Makefile.in: Regenerate.
708         * common.c: Moved to gcc/lto.
709         * common.h: Moved to gcc/lto.
710         * lto-plugin.c: Update the location of common.h.
711         * lto-symtab.c: Update the location of common.h.
712
713 2008-09-23 Rafael Espindola  <espindola@google.com>
714
715         * common.c: Include common.h.
716         (lto_kind_str, lto_visibility_str, lto_resolution_str): Use explicit
717         sizes.
718         * common.h (lto_kind_str, lto_visibility_str, lto_resolution_str): Use
719         explicit sizes.
720
721 2008-09-23 Rafael Espindola  <espindola@google.com>
722
723         * lto-plugin.c (plugin_file_info): Add temp.
724         (cleanup_handler): Only delete temporary files.
725         (claim_file_handler): Initialize lto_file.temp.
726
727 2008-09-23  Rafael Espindola  <espindola@google.com>
728
729         * plugin-api.h: Moved to include.
730
731 2008-09-23 Rafael Espindola  <espindola@google.com>
732
733         * lto-plugin.c (all_symbols_read_handler): Print resolution in a new
734         format.
735
736 2008-09-22 Rafael Espindola  <espindola@google.com>
737
738         * plugin-api.h: Copy from binutils' cvs.
739
740 2008-09-22 Rafael Espindola  <espindola@google.com>
741
742         * lto-symtab.c (get_symbols, add_symbols): Update signature.
743         * plugin-api.h: Copy from binutils' cvs.
744
745 2008-09-22 Rafael Espindola  <espindola@google.com>
746
747         * common.h (lto_kind_str, lto_visibility_str, lto_resolution_str):
748         Make extern
749
750 2008-09-10 Rafael Espindola  <espindola@google.com>
751
752         * lto-plugin.c (onload): add missing break statements and asserts.
753         * lto-symtab.c (claim_file_handler): Make it static.
754         (all_symbols_read_handler): Make it static.
755         (all_file_handles): Make it static.
756         (num_file_handles): Make it static.
757         (register_claim_file): Make it static.
758         (register_object): Indent properly.
759
760 2008-09-10  Rafael Avila de Espindola  <espindola@google.com>
761
762         * Makefile.am (ltosymtab_LDADD): Add -lelf.
763         * Makefiel.in: Regenerate.
764         * lto-plugin.c: Include ar.h.
765         (claim_file_handler): Handle file->offset != 0.
766         * lto-symtab.c: Include gelf.h.
767         (all_file_handles): Change type.
768         (register_object): New.
769         (register_file): Add support for archives.
770         (resolve): Update to new type of all_file_handles.
771         (print): Update to new type of all_file_handles.
772         (free_all): Update to new type of all_file_handles.
773         (main): Update to new type of all_file_handles.
774
775 2008-09-10  Rafael Avila de Espindola  <espindola@google.com>
776
777         * lto-plugin.c (get_string_table): Remove.
778         (get_section): Use elf_strptr instead of get_string_table.
779
780 2008-09-08  Doug Kwan  <dougkwan@google.com>
781
782         * lto-plugin.c (all_symbols_read_handler): Widen fprintf arguments
783         to 64-bit to fix a 32-bit bootstrap failure due to format warnings.
784
785 2008-09-08  Rafael Avila de Espindola  <espindola@google.com>
786
787         * Makefile.am (ltosymtab_SOURCES): add common.c.
788         (ltosymtab_CFLAGS): New.
789         (liblto_plugin_la_SOURCES): Add common.c.
790         * Makefile.in: Regenerate.
791         * common.c: New.
792         * common.h: New.
793         * lto-plugin.c: Include stdio.h, inttypes.h and common.h.
794         (plugin_symtab): New.
795         (plugin_file_info): New.
796         (register_all_symbols_read): New.
797         (get_symbols): New.
798         (claimed_files): New.
799         (num_claimed_files): New.
800         (translate): Don't drop the slot number.
801         (free_1): New.
802         (free_2): New.
803         (all_symbols_read_handler): New.
804         (claim_file_handler): Record every claimed file.
805         (onload): Handle LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK and
806         LDPT_GET_SYMBOLS.
807         * lto-symtab.c: Include stdlib.h, string.h and common.h.
808         (current_file_handle): Remove.
809         (ld_plugin_all_symbols_read_handler): New.
810         (plugin_handle): New.
811         (file_handle): New.
812         (all_file_handles): New.
813         (num_file_handles): New.
814         (get_symbols): New.
815         (register_all_symbols_read): New.
816         (add_symbols): Don't print the symbols, just record them.
817         (ld_plugin_tv): Add LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK and
818         LDPT_GET_SYMBOLS.
819         (load_plugin): Use plugin_handle.
820         (register_file): Add the file handle to all_file_handles.
821         (resolve): New.
822         (print): New.
823         (unload_plugin): New.
824         (free_all): New.
825         (main): Call all_symbols_read_handler and free resources.
826
827 2008-09-03  Rafael Avila de Espindola  <espindola@google.com>
828
829         * Makefile.am (AM_CFLAGS): New.
830         (ltosymtab_LDADD): Remove -lelf. Add -ldl.
831         (lib_LTLIBRARIES): New.
832         (liblto_plugin_la_SOURCES): New.
833         (liblto_plugin_la_LIBADD): New.
834         * Makefile.in: Regenerate.
835         * acinclude.m4: Don't include ../config/acx.m4 and
836         ../config/no-executables.m4.
837         Include ../ltsugar.m4, ../ltoptions.m4, ../ltversion.m4 and
838         ../libtool.m4.
839         * aclocal.m4: Regenerate.
840         * configure: Regenerate.
841         * configure.ac: Use AM_PROG_LIBTOOL.
842         * lto-plugin.c: New.
843         * lto-symtab.c: Rewrite to use the plugin.
844         * plugin-api.h: New.
845
846 2008-08-25  Rafael Avila de Espindola  <espindola@google.com>
847
848         * configure: Regenerate.
849         * configure.ac: Use AC_CHECK_GELF.
850         * lto-symtab.c: Include gelf.h.
851         (get_string_table): Use size independent API.
852         (printTable): Use lld to print 64 bit integers.
853
854 2008-08-22  Rafael Avila de Espindola  <espindola@google.com>
855
856         * lto-symtab.c (parse_table_entry): Assert entry->kind and
857         entry->visibility are valid.
858
859 2008-07-22  Rafael Avila de Espindola  <espindola@google.com>
860         * lto-symtab.c (table_entry): Add comdat.
861         (parse_table_entry): Read comdat.
862
863 2008-08-21  Rafael Espindola  <espindola@google.com>
864
865         * Makefile.am: New.
866         * Makefile.in: New.
867         * acinclude.m4: New.
868         * aclocal.m4: New.
869         * configure: New.
870         * configure.ac: New.
871         * lto-symtab.c: New.