gcc/
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Jul 2011 07:49:14 +0000 (07:49 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Jul 2011 07:49:14 +0000 (07:49 +0000)
commit853000f290c8b1f2f903a858de1b98e22b3db326
tree1c21566fb30d00cb79d178deb684bbba64e6424f
parent9b0fef97f18ed5c9f2f9a361262fbb450f2b0b53
gcc/
PR target/43746
* 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_SECTION): Move from here...
* config/avr/avr.c: ...to here.
(avr_asm_init_sections): Set unnamed callback of
readonly_data_section.
(avr_asm_named_section): Make static.

testsuite/
PR target/43746
* gcc.dg/array-quals-1.c: Don't xfail on AVR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176262 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/avr/avr.c
gcc/config/avr/elf.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/array-quals-1.c