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
This commit is contained in:
Thomas Schwinge 2016-10-12 15:08:53 +02:00 committed by Thomas Schwinge
parent f31dcd99ac
commit 96f0a5131c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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,