Re: [patch,avr] correct incorrect spec string for device specs

2014-11-03 Thread Denis Chertykov
Committed.

Re: [patch,avr] correct incorrect spec string for device specs

2014-11-03 Thread Joern Rennecke
On 3 November 2014 14:33, Sivanupandi, Pitchumani wrote: > Hi, > > Unrecognized option error is issued by avr-gcc for devices with AVR_ISA_RMW. > This is because of an incorrect spec string device spec generation. > > Below patch corrects the incorrect spec string in gen-avr-mmcu-specs.c. > If OK,

[patch,avr] correct incorrect spec string for device specs

2014-11-03 Thread Sivanupandi, Pitchumani
Hi, Unrecognized option error is issued by avr-gcc for devices with AVR_ISA_RMW. This is because of an incorrect spec string device spec generation. Below patch corrects the incorrect spec string in gen-avr-mmcu-specs.c. If OK, could someone commit please? diff --git a/gcc/config/avr/gen-avr-mmc