From: Thomas Schwinge Date: Wed, 12 Oct 2016 13:08:53 +0000 (+0200) Subject: Fix gcc/vmsdbgout.c:vmsdbg_debug_hooks for "More trivial bits from early LTO debug... X-Git-Tag: basepoints/gcc-8~3980 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96f0a5131cf0571d75213c9ac7052e8118ce3fe8;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8044af024b83..e57438e636ba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-10-12 Thomas Schwinge + + * vmsdbgout.c (vmsdbg_debug_hooks): Add filename parameter to + early_finish hook. + 2016-10-12 Georg-Johann Lay * rtl.h (struct rtx_def): Comment how RTX_FLAGS will be diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 7c6d64dc7933..23f7631daf43 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -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,