Re: [Patch,AVR]: Cleanup readonly_data_section et al.

2011-07-13 Thread Richard Henderson
On 07/13/2011 09:14 AM, Georg-Johann Lay wrote: > gcc/ > * config/avr/elf.h (TARGET_ASM_SELECT_SECTION): Remove, > i.e. use default_elf_select_section. > (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Remove. > (READONLY_DATA_SECTION_ASM_OP): Remove. > (TARGET_ASM_NAMED_SECTIO

[Patch,AVR]: Cleanup readonly_data_section et al.

2011-07-13 Thread Georg-Johann Lay
This patch removes some special treatment from avr/elf.h which is actually not needed. The only target supported by avr is ELF and the defaults for READONLY_DATA_SECTION_ASM_OP, TARGET_HAVE_SWITCHABLE_BSS_SECTIONS, and TARGET_ASM_SELECT_SECTION are fine. Using default for TARGET_ASM_SELECT_SECTIO