dwarf2out.h (dwarf2out_frame_debug_init): Declare.
authorBernd Schmidt <bernds@codesourcery.com>
Fri, 1 Apr 2011 17:35:13 +0000 (17:35 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Fri, 1 Apr 2011 17:35:13 +0000 (17:35 +0000)
commit722279e41f7d76fc4b3ea8cca0d542c3d5779db2
tree532d37509c7c76c048160bbd1881315d0f778614
parent1ca1dad5f178ee1d9d7a611254728b7748b4eb08
dwarf2out.h (dwarf2out_frame_debug_init): Declare.

* dwarf2out.h (dwarf2out_frame_debug_init): Declare.
* dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
out of ...
(dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
* final.c (final_start_function): Call the new function rather
than using a NULL argument for dwarf2out_frame_debug.

From-SVN: r171839
gcc/ChangeLog
gcc/dwarf2out.c
gcc/dwarf2out.h
gcc/final.c