This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Another patch for visibility.


>  	      if (symvis && (hvis > symvis || hvis == 0))
> -		{
> -		  visibility_changed = true;
> -		  h->other = sym.st_other;
> -		}
> +		h->other = sym.st_other;

I remember talk about a revised version of the gABI changing parts of
the symbol visibility semantics; is that text available?

Because under the current draft text I have, I believe that patch is
incorrect:

# If different visibility attributes are specified for distinct
# references to or definitions of a symbol, the most constraining
# visibility attribute must be propagated to the resolving symbol in
# the linked object.

Is there any code left in binutils that propagates the most
constraining visibility to the resolving symbol?

Regards,
Martin

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]