This is the mail archive of the binutils@sourceware.org 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 [avr]: makes avr-6 incompatible with other avr architectures


 

> -----Original Message-----
> From: Tristan Gingold [mailto:gingold@adacore.com] 
> Sent: Friday, December 05, 2008 6:17 AM
> To: Weddington, Eric
> Cc: binutils@sourceware.org; Denis Chertykov; Anatoliy Sokolov
> Subject: Re: Patch [avr]: makes avr-6 incompatible with other 
> avr architectures
> 
> 
> On Dec 4, 2008, at 7:22 PM, Weddington, Eric wrote:
> > Hi Tristan,
> >
> > If you are checking if the machine is equal to bfd_mach_avr6  
> > earlier, then we should also change the <= operators in the line  
> > above to be only <. Like so:
> >
> >      if (a->mach < bfd_mach_avr6 && b->mach < bfd_mach_avr6)
> 
> Ok.
> 
> So I assume you agree with this new restriction.

I do. But Denis has to approve.
 
> (I also though about a universal avr architecture but I am 
> not sure it  
> is worth)

(I'm not sure how you would construct such a thing. But at this point, it's probably not worth the effort.)


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