summaryrefslogtreecommitdiff
path: root/lto-plugin
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-26 Richard Guenther <rguenther@suse.de>rguenth2009-10-266-24/+100
| | | | | | | | | | | * configure.ac: Use AM_MAINTAINER_MODE. * acinclude.m4: Remove. * configure: Re-generate. * Makefile.in: Likewise. * aclocal.m4: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153556 138bc75d-0d04-0410-961f-82ee72b054a4
* missing changelogespindola2009-10-191-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152982 138bc75d-0d04-0410-961f-82ee72b054a4
* include/espindola2009-10-192-14/+81
| | | | | | | | | | | | | | | | | | 2009-10-09 Rafael Avila de Espindola <espindola@google.com> PR40790 * plugin-api.h: Don't include stdint.h unconditionally. lto-plugin/ 2009-10-09 Rafael Avila de Espindola <espindola@google.com> PR40790 * configure: Regenerate. * configure.ac: Add AC_TYPE_UINT64_T. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152976 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-10-16 Rafael Avila de Espindola <espindola@google.com>espindola2009-10-162-33/+84
| | | | | | | | | | | | | | * lto-plugin.c (message): New variable. (check): New function. (parse_table_entry, translate, write_resolution,add_output_files, exec_lto_wrapper,claim_file_handler, onload): Use check instead of assert. (cleanup_handler): Use check instead of assert. Remove the arguments file if it exists. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152906 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-10-15 Rafael Avila de Espindola <espindola@google.com>espindola2009-10-152-10/+31
| | | | | | | | | | | | | | | * lto-plugin.c (resolution_file): New. (free_1): Update comment. (free_2): Free resolution_file. (write_resolution): Write resolution to specified file. Use the syms array from the symbol table. (all_symbols_read_handler): Delay call to free_1 past call to write_resolution. (process_option): Add a -resolution option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152846 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-10-13 Richard Guenther <rguenther@suse.de>rguenth2009-10-133-3/+10
| | | | | | | | | * Makefile.am (liblto_plugin_la_LIBADD): Link against the correct libiberty. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152698 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-10-08 Rafael Avila de Espindola <espindola@google.com>espindola2009-10-082-3/+20
| | | | | | | | | | | | | | | | | * lto-plugin.c (add_input_library): New. (all_symbols_read_handler): Use add_input_library for items that start with -l. (process_option): Fit in 80 columns. (onload): Handle LDPT_ADD_INPUT_LIBRARY. 2009-10-08 Rafael Avila de Espindola <espindola@google.com> * gcc.c (LINK_COMMAND_SPEC): Pass libc with -pass-through if it is being statically linked. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152558 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge lto branch into trunk.dnovillo2009-10-039-0/+15767
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152434 138bc75d-0d04-0410-961f-82ee72b054a4