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