* dbxout.c (xcoff_debug_hooks): Add filename parameter to early_finish hook.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 20 Sep 2016 16:37:08 +0000 (16:37 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 20 Sep 2016 16:37:08 +0000 (12:37 -0400)
From-SVN: r240273

gcc/ChangeLog
gcc/dbxout.c

index 92370d182f388a8bbb5b96e81b5f294fcfd73f42..9c757ca9f5b84923cbf176f11540449e17217007 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-20  David Edelsohn  <dje.gcc@gmail.com>
+
+       * dbxout.c (xcoff_debug_hooks):  Add filename parameter to
+       early_finish hook.
+
 2016-09-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        * config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
index 5485a6cbc8825c8f85ebacff0727b0778ffc6cdf..9aa156750aa124ae350e94dc5146afd617d05155 100644 (file)
@@ -388,7 +388,7 @@ const struct gcc_debug_hooks xcoff_debug_hooks =
 {
   dbxout_init,
   dbxout_finish,
-  debug_nothing_void,
+  debug_nothing_charstar,
   debug_nothing_void,
   debug_nothing_int_charstar,
   debug_nothing_int_charstar,