On Wed, Dec 1, 2010 at 10:28 AM, Basile Starynkevitch <bas...@starynkevitch.net> wrote: > On Wed, 1 Dec 2010 10:18:58 -0800 > "H.J. Lu" <hjl.to...@gmail.com> wrote: > >> Here is a proposal to update LTO plugin interface. > > How should we parse the above sentence? > > Is it about an interface to plugin inside binutils to support LTO? > > Is it about an interface for GCC plugins to help them be more LTO friendly? > > Is it about an interface inside the GOLD linker to dlopen the LTO plugin > provided with GCC sources? >
It is about external linker plugin API as specified at http://gcc.gnu.org/wiki/whopr/driver -- H.J.