gcc/
* vmsdbgout.c (vmsdbg_debug_hooks): Add filename parameter to
early_finish hook.
From-SVN: r241042
+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
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,