[Patch,avr] PR55897: Allocate __memx to .progmemx.data

2013-01-07 Thread Georg-Johann Lay
Currently, data in address space __memx is allocated to .progmem.data, i.e. the same section as for __flash resp. progmem. However, there os no need that __memx goes onto the same section and wastes precious memory in the first 64 Ki. The patch puts __memx data into .progmemx.data so that a linke

Re: [Patch,avr] PR55897: Allocate __memx to .progmemx.data

2013-01-07 Thread Denis Chertykov
2013/1/7 Georg-Johann Lay > > Currently, data in address space __memx is allocated to .progmem.data, i.e. > the > same section as for __flash resp. progmem. However, there os no need that > __memx goes onto the same section and wastes precious memory in the first 64 > Ki. > > The patch puts __m