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 Monday 21 April 2003 05:17 pm, Richard Henderson wrote:
> On Mon, Apr 21, 2003 at 11:25:30AM -0700, Richard Henderson wrote:
> > This is incorrect.  srel->contents should not have been null.
> > The fix needs to happen somewhere else.
>
> Like so.
>
- - - Pasto? - - -
>
> -	   & (ELF_LINK_HASH_DEF_DYNAMIC | ELF_LINK_HASH_REF_REGULAR))
> +	   & (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 ?
>      return TRUE;


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