bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/25295] Gas should have way to define symbol version without exp


From: hjl.tools at gmail dot com
Subject: [Bug gas/25295] Gas should have way to define symbol version without exporting its target
Date: Mon, 06 Apr 2020 14:47:41 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25295

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i at maskray dot me

--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to hubicka from comment #5)
> > Where do you see "export foo and foo@VERS_1"?  All I see is that the alias 
> > gets
> > the same attributes as the original symbol, thus it will be external iff the
> > original symbol is.
> Yes, but I want to implement only foo@VERS_1 in the unit, not foo, so I
> do not want to see foo in the symbol table, just foo@VERS_1 and this
> does not seem to be possible with current .symver
> (there is @@@ vairant that does that for default defs)
> 
> Honza

How abou

.symver foo, foo@VERS_1, hidden

It will mark foo as hidden.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]