aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2016-09-20 16:37:08 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2016-09-20 12:37:08 -0400
commit8dd23f3e08fac90a8ac37401c8ba8271b19fe79a (patch)
tree0b527c3b5b671ba5be248bad90965fc5301dfcdd /gcc/dbxout.c
parent00cc7cbfb534eca268ddd53a113636b5cd64948c (diff)
downloadgcc-8dd23f3e08fac90a8ac37401c8ba8271b19fe79a.zip
gcc-8dd23f3e08fac90a8ac37401c8ba8271b19fe79a.tar.gz
gcc-8dd23f3e08fac90a8ac37401c8ba8271b19fe79a.tar.bz2
* dbxout.c (xcoff_debug_hooks): Add filename parameter to early_finish hook.
From-SVN: r240273
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 5485a6c..9aa1567 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -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,