This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Update LTO plugin interface


On 02/12/2010 04:28, Dave Korn wrote:

>   I was going to test something like the attached.

  Oops, there was a typo in that:

> @@ -637,7 +639,9 @@ proper position among the other output files.  */
>      -plugin %(linker_plugin_file) \
>      -plugin-opt=%(lto_wrapper) \
>      -plugin-opt=-fresolution=%u.res \
> +    %{fprofile-arcs|fprofile-generate*|coverage:-plugin-opt=-pass-through=-lgcov} \
>      %{!nostdlib:%{!nodefaultlibs:%:pass-through-libs(%(link_gcc_c_sequence))}} \
> +    %{!A:%{!nostdlib:%{!nostartfiles:%:pass-through-objs(%E)}}}
>      } \
>      %{flto*:%<fcompare-debug*} \
>      %{flto*} %l " LINK_PIE_SPEC \


  The second added line in that hunk is missing a continuation char.  JFTR, I
won't post a respin of the patch until it's been bootstrapped and tested a bit.

    cheers,
      DaveK


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