[Patch,AVR] Fix PR50652

2011-10-07 Thread Georg-Johann Lay
Fix of wrong data_section_start for ATmega164A. Ok? Johann PR target/50652 * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of atmega164a to 0x100. Index: config/avr/avr-mcus.def === --- config/

Re: [Patch,AVR] Fix PR50652

2011-10-07 Thread Denis Chertykov
2011/10/7 Georg-Johann Lay : > Fix of wrong data_section_start for ATmega164A. > > Ok? > > Johann > >        PR target/50652 >        * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of >        atmega164a to 0x100. > Approved. Denis.