summaryrefslogtreecommitdiff
path: root/lto-plugin/lto-plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-28 Rafael Avila de Espindola <espindola@google.com>espindola2009-10-281-6/+4
| | | | | | | | | * lto-plugin.c (all_symbols_read_handler): Use LDPL_FATAL instead of LDPL_ERROR git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153687 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-10-16 Rafael Avila de Espindola <espindola@google.com>espindola2009-10-161-33/+74
| | | | | | | | | | | | | | * 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-151-10/+20
| | | | | | | | | | | | | | | * 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-08 Rafael Avila de Espindola <espindola@google.com>espindola2009-10-081-3/+12
| | | | | | | | | | | | | | | | | * 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-031-0/+689
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152434 138bc75d-0d04-0410-961f-82ee72b054a4