diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 94fac4273b1..a13d29db878 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -419,6 +419,7 @@ const struct gcc_debug_hooks xcoff_debug_hooks = xcoffout_end_epilogue, debug_nothing_tree, /* begin_function */ xcoffout_end_function, + debug_nothing_tree, /* register_main_translation_unit */ debug_nothing_tree, /* function_decl */ dbxout_early_global_decl, /* early_global_decl */ dbxout_late_global_decl, /* late_global_decl */ |