Fix long lines
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 8 Jan 2011 07:56:36 +0000 (07:56 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 8 Jan 2011 07:56:36 +0000 (07:56 +0000)
From-SVN: r168595

gcc/ChangeLog

index 3ba5e246744c95a1a6bef3484181abedd886bfe2..c05048f76f4e9110b1b4ce389b965ae4ad715b26 100644 (file)
 
 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
 
-       * target.def (function_switched_text_sections): New Hook.
-       * doc/tm.texi Regenerated.
-       * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS)
-       New.
+       * target.def (function_switched_text_sections): New hook.
+       * doc/tm.texi: Regenerated.
+       * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
        * final.c (default_function_switched_text_sections): New.
-       (final_scan_insn): Call function_switched_text_sections when a mid-function section
-       change occurs.
+       (final_scan_insn): Call function_switched_text_sections when a
+       mid-function section change occurs.
        * output.h (default_function_switched_text_sections): Declare.
-       * config/darwin-protos.h (darwin_function_switched_text_sections) : Likewise.
+       * config/darwin-protos.h (darwin_function_switched_text_sections):
+       Likewise.
        * config/darwin.c (darwin_function_switched_text_sections): New.
-       * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS)
-       New.
+       * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
 
 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>