[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/13406] version script: please allow anonymous tag to be combined
From: |
i at maskray dot me |
Subject: |
[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags |
Date: |
Sun, 05 Apr 2020 03:58:47 +0000 |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug ld/13406] version script: please allow anonymous tag to be combined with other tags,
i at maskray dot me <=