Commit 72e961c8 by Eric Botcazou

Fix long lines

From-SVN: r168595
parent b294a75e
...@@ -54,18 +54,17 @@ ...@@ -54,18 +54,17 @@
2011-01-07 Iain Sandoe <iains@gcc.gnu.org> 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
* target.def (function_switched_text_sections): New Hook. * target.def (function_switched_text_sections): New hook.
* doc/tm.texi Regenerated. * doc/tm.texi: Regenerated.
* doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS) * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
New.
* final.c (default_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 (final_scan_insn): Call function_switched_text_sections when a
change occurs. mid-function section change occurs.
* output.h (default_function_switched_text_sections): Declare. * 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.c (darwin_function_switched_text_sections): New.
* config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS) * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
New.
2011-01-07 Iain Sandoe <iains@gcc.gnu.org> 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment