Re: [Patch,AVR]: Cleanup progmem_section handling.

2011-08-29 Thread Denis Chertykov
2011/8/26 Georg-Johann Lay : > Georg-Johann Lay wrote: >> progmem_section is a section to put jump tables in. >> >> This patch puts jump tables in individual sections if >> -ffunction-section is on and does some more cleanup around >> that, i.e. implement TARGET_ASM_FUNCTION_RODATA_SECTION hook. >>

Re: [Patch,AVR]: Cleanup progmem_section handling.

2011-08-26 Thread Georg-Johann Lay
Georg-Johann Lay wrote: > progmem_section is a section to put jump tables in. > > This patch puts jump tables in individual sections if > -ffunction-section is on and does some more cleanup around > that, i.e. implement TARGET_ASM_FUNCTION_RODATA_SECTION hook. > > progmem_section is renamed to pr

[Patch,AVR]: Cleanup progmem_section handling.

2011-08-25 Thread Georg-Johann Lay
progmem_section is a section to put jump tables in. This patch puts jump tables in individual sections if -ffunction-section is on and does some more cleanup around that, i.e. implement TARGET_ASM_FUNCTION_RODATA_SECTION hook. progmem_section is renamed to progmem_swtable_section and is local to