Bug#299881: avr-libc: ADC register define stomps on instruction of same name

2005-03-16 Thread Terran Melconian
Package: avr-libc Version: 1.2.3-2 Severity: minor The Analog to Digital Converter registers are defined like so: #define ADC _SFR_IO16(0x04) #define ADCL _SFR_IO8(0x04) #define ADCH _SFR_IO8(0x05) This is somewhat unfortunate, because ADC is also the ADd with Carry instruction in

Bug#299881: avr-libc: ADC register define stomps on instruction of same name

2005-03-16 Thread Hakan Ardo
Hi, thanx for you repport. I've forwarded your comments to the upstream bug #12134: http://savannah.nongnu.org/bugs/index.php?func=detailitemitem_id=12134 On Wed, Mar 16, 2005 at 09:59:12PM -0500, Terran Melconian wrote: Package: avr-libc Version: 1.2.3-2 Severity: minor The Analog to