> >> 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
![]() |