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



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 also though about a universal avr architecture but I am not sure it is worth)

Tristan.


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