Re: [Patch,AVR]: Fix PR 43746

2011-09-11 Thread Denis Chertykov
2011/9/8 Georg-Johann Lay : > This patch adds support for named progmem sections. > > The problem with the current implementation is that all progmem stuff is put > into .progmem.data and thus no -gc-sections will have effect or constant > merging cannot merge constants/strings in progmem. > > This

[Patch,AVR]: Fix PR 43746

2011-09-08 Thread Georg-Johann Lay
This patch adds support for named progmem sections. The problem with the current implementation is that all progmem stuff is put into .progmem.data and thus no -gc-sections will have effect or constant merging cannot merge constants/strings in progmem. This patch avoids the hard coded .progmem.da