Commit 654bbfea by Jakub Jelinek Committed by Jakub Jelinek

re PR debug/44572 (dwarf2out.c:22403:1: error: (near initialization for 'dwarf2_debug)

	PR debug/44572
	* dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
	hook.

From-SVN: r160944
parent 11d259f0
2010-06-17 Jakub Jelinek <jakub@redhat.com>
PR debug/44572
* dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
hook.
2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
* v850-protos.h (print_operand): Delete.
......
......@@ -22381,6 +22381,7 @@ const struct gcc_debug_hooks dwarf2_debug_hooks =
0, /* source_line */
0, /* begin_prologue */
0, /* end_prologue */
0, /* begin_epilogue */
0, /* end_epilogue */
0, /* begin_function */
0, /* end_function */
......
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