OSDN Git Service

PR target/34734
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jun 2011 07:57:25 +0000 (07:57 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jun 2011 07:57:25 +0000 (07:57 +0000)
commitb44e24e62395a4a36e665b82781754394bd0aa4b
tree51d6e45470246d7525f6abd38e9cc6a4d020bfb0
parent8e8584fdb03d7d1e9e35a07da2fe3ec20fff3138
PR target/34734
* config/avr/avr.c (avr_handle_progmem_attribute): Move warning
about uninitialized data attributed 'progmem' from here...
(avr_encode_section_info): ...to this new function.
(TARGET_ENCODE_SECTION_INFO): New define.
(avr_section_type_flags): For data in ".progmem.data", remove
section flag SECTION_WRITE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175621 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/avr/avr.c