Re: [tip:x86/asmlinkage] lto: Handle LTO common symbols in module loader

From: Andi Kleen
Date: Fri Feb 21 2014 - 17:38:09 EST


> >> case SHN_COMMON:
> >> + /* Ignore common symbols */
> >> + if (!strncmp(name, "__gnu_lto", 9))
> >> + break;
> >> +
> >> /* We compiled with -fno-common. These are not
> >
> > /* Ignore common symbols */ is so bad, it's not even wrong.
> >
>
> Joe, Andi, could one of you submit an incremental patch to clean up this
> comment?

You can just remove the patch. It was only needed for fat LTO,
which I stopped supporting.

-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/