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: [PATCH] fix ld segv on alpha during gal compilation


On Mon, Apr 21, 2003 at 05:55:46PM -0500, Michael S. Zick wrote:
> > +	   & (ELF_LINK_HASH_DEF_DYNAMIC
> > +	      | ELF_LINK_HASH_DEF_REGULAR
> > +	      | ELF_LINK_HASH_REF_REGULAR))
> >  	  == (ELF_LINK_HASH_DEF_DYNAMIC | ELF_LINK_HASH_REF_REGULAR)))
> - - - -> | ELF_LINK_HASH_DEF_REGULAR <- - - -
> ? Mask three flags and test two ?

Exactly.  The new flag should *not* be set.


r~


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