Attached patch changes the device name macro of two rev devices, from REV to rev in the name.
Device name macro: __AVR_ATmega16HVBREVB__ __AVR_ATmega32HVBREVB__ Change to: __AVR_ATmega16HVBrevB__ __AVR_ATmega32HVBrevB__ 'rev' in small letters emphasizes the revision of the device. If OK, could someone commit please? Regards, Pitchumani gcc/ChangeLog 2014-07-14 Pitchumani Sivanupandi <pitchuman...@atmel.com> * config/avr/avr-mcus.def (atmega16hvbrevb): Change device name macro to __AVR_ATmega16HVBrevB__. (atmega32hvbrevb): Change device name macro to __AVR_ATmega32HVBrevB__.
avr-gcc-device-macro-change.patch
Description: avr-gcc-device-macro-change.patch