This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -use-linker-plugin passed to ld


2009/10/23 Ian Lance Taylor <iant@google.com>:
> I noticed that the -use-linker-plugin option seems to be passed to the
> linker. ÂThis is because LINK_COMMAND_SPEC includes %{u*}. ÂAnd that
> is because -uSYMBOL is a documented linker option.
>
> The effect is that the linker creates an undefined reference to the
> symbol "se-linker-plugin". ÂAny user unfortunate enough to link
> against a library which contains a definition of that symbol may see
> an unexpected result. ÂAdmittedly unlikely, but still.
>
> I think we need to fix this option before the release to not overlap
> with any existing linker options.

Working on it.

> Ian
>

Cheers,
-- 
Rafael Ãvila de EspÃndola


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]