This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

Re: RFC: Fix ia64 visibility


On Tue, May 06, 2003 at 04:04:02PM -0700, H. J. Lu wrote:
> -    dyn_i->want_plt2 = 0;
> +    {
> +      dyn_i->want_plt2 = 0;
> +      dyn_i->want_plt = 0;
> +    }

You've not checked that there are no PLTOFF relocations.

> -	      if (dynamic_symbol_p)
> +	      if (dynamic_symbol_p
> +		  && ELF_ST_VISIBILITY (h->other) == STV_DEFAULT)

dynamic_symbol_p has already checked visibility.  Why
would we need to do it again?


r~


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