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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> >>  		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-tip-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Stable Commits]     [Linux Stable Kernel]     [Linux Kernel]     [Linux USB Devel]     [Linux Video &Media]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux