Fix gcc/vmsdbgout.c:vmsdbg_debug_hooks for "More trivial bits from early LTO debug...
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 12 Oct 2016 13:08:53 +0000 (15:08 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 12 Oct 2016 13:08:53 +0000 (15:08 +0200)
gcc/
* vmsdbgout.c (vmsdbg_debug_hooks): Add filename parameter to
early_finish hook.

From-SVN: r241042

gcc/ChangeLog
gcc/vmsdbgout.c

index 8044af024b83d1dc66df799b2d262c6497aa6e0c..e57438e636ba394b89115e5370cdce0bf2bf877f 100644 (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
index 7c6d64dc7933d0c0014c9bcc8c687a17f3b01395..23f7631daf43b3b369403bea960d58072998ceab 100644 (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,