https://sourceware.org/bugzilla/show_bug.cgi?id=13406
Fangrui Song <i at maskray dot me> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |i at maskray dot me
--- Comment #10 from Fangrui Song <i at maskray dot me> ---
Lionel's original patch can still be applied (with line number shift).
if (link_info.version_info != NULL
&& (name[0] == '\0' || link_info.version_info->name[0] == '\0'))
{
einfo (_("%X%P: anonymous version tag cannot be combined"
" with other version tags\n"));
free (version);
return;
}
This is an arbitrary and non-meaningful restriction to me.
--
You are receiving this mail because:
You are on the CC list for the bug.