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