Commit 96f0a513 by Thomas Schwinge Committed by Thomas Schwinge

Fix gcc/vmsdbgout.c:vmsdbg_debug_hooks for "More trivial bits from early LTO debug merge"

	gcc/
	* vmsdbgout.c (vmsdbg_debug_hooks): Add filename parameter to
	early_finish hook.

From-SVN: r241042
parent f31dcd99
2016-10-12 Thomas Schwinge <thomas@codesourcery.com>
* vmsdbgout.c (vmsdbg_debug_hooks): Add filename parameter to
early_finish hook.
2016-10-12 Georg-Johann Lay <avr@gjlay.de>
* rtl.h (struct rtx_def): Comment how RTX_FLAGS will be
......
......@@ -174,7 +174,7 @@ static void vmsdbgout_abstract_function (tree);
const struct gcc_debug_hooks vmsdbg_debug_hooks
= {vmsdbgout_init,
vmsdbgout_finish,
debug_nothing_void,
debug_nothing_charstar,
vmsdbgout_assembly_start,
vmsdbgout_define,
vmsdbgout_undef,
......
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