]> gcc.gnu.org Git - gcc.git/commit
avr.c: Break long lines.
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 24 Oct 2011 09:39:09 +0000 (09:39 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 24 Oct 2011 09:39:09 +0000 (09:39 +0000)
commitd2111e2f14a65ddf677c7dd3ff15566dcce2ce8c
tree7206e233621a24b2d9e5ff7f14e43b5f24db29cd
parent292689c213a6cbf75983bf9274b2a336ae0ae910
avr.c: Break long lines.

* 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.

From-SVN: r180371
gcc/ChangeLog
gcc/config/avr/avr.c
This page took 0.066706 seconds and 5 git commands to generate.