OSDN Git Service

2009-10-08 Rafael Avila de Espindola <espindola@google.com>
authorespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 2009 13:59:32 +0000 (13:59 +0000)
committerespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 2009 13:59:32 +0000 (13:59 +0000)
commit0da276d28de33b31bb96b2b654f5596da2056405
tree0ba2664c4b1be2ad1cda3f03ee68b336b1cd342e
parent43ccfa3651f8648e30c6051bdf20d143ae115dc4
2009-10-08  Rafael Avila de Espindola  <espindola@google.com>

* 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
gcc/ChangeLog
gcc/gcc.c
lto-plugin/ChangeLog
lto-plugin/lto-plugin.c