OSDN Git Service

PR driver/42690
authordavek <davek@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 2010 19:18:39 +0000 (19:18 +0000)
committerdavek <davek@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 2010 19:18:39 +0000 (19:18 +0000)
commit280f864980a12f1b7b03bedaacd1d1ac4ce314ea
tree3c2fd17689d483c82175dbe4fcc439c01bddc80e
parent85516948101515b68dab1df451130be08947b080
PR driver/42690
* gcc.c (LINK_COMMAND_SPEC): Remove hard-coded pass-through plugin
options, replace by call of pass-through-libs spec function to process
link_gcc_c_sequence spec.
(lto_libgcc_spec): Delete variable.
(static_specs[]): Remove related entry.
(static_spec_functions[]): Add new entry for pass-through-libs.
(main): Don't generate deleted lto_libgcc_spec.
(pass_through_libs_spec_func): New function to implement the new
pass-through-libs spec function.
* doc/invoke.texi (pass-through-libs): Document new spec function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167091 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/gcc.c