[Re-sending mail because the list has been omitted by mistake.]
On Wed, 17 Feb 2021 21:22:15 +0100
Mark Wielaard wrote:
> So you rewrite the asm statements to not use @@@ just @ and @@, that
> way they match the symver attribute usage. Smart, that way they are as
> similar as possible.
Yes, I w
Hi Alexander,
First my apologies, your last commit had "Alexander Miller via
Elfutils-devel " as author. That is the
stupid mailinglist doing From mangling, bad mailinglist. But also bad
me for not catching that. We probably need a git hook to reject pushes
with such bogus authors. Could you add a
Here's my attempt to use gcc-10's new symver attribute to avoid global
asm statements that cause trouble with LTO. That requires converting
from triple @ syntax to double @ syntax. To satisfy those picky linkers,
the unversioned name of the affected symbols has to be changed.
The NEW_VERSION macros