* config/avr/avr.c: Break long lines.
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Oct 2011 09:39:09 +0000 (09:39 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Oct 2011 09:39:09 +0000 (09:39 +0000)
commita45076aa3eda4c7fdc813c4f3828193c0baff2a8
tree7206e233621a24b2d9e5ff7f14e43b5f24db29cd
parent36bd315f5b4f49574e3145a773795fb0cd7c0686
* config/avr/avr.c: Break long lines.
Define target hooks on the fly if applicable.
(TARGET_ASM_FUNCTION_RODATA_SECTION): Remove first definition
overridden later.
(targetm): Move definition to end of file.
(avr_can_eliminate): Make static on the fly.
(avr_frame_pointer_required_p): Ditto.
(avr_hard_regno_scratch_ok): Ditto.
(avr_builtin_setjmp_frame_value): Make static on the fly.
Indent according to coding rules.
(avr_case_values_threshold): Ditto.
(avr_attribute_table): Move down.

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