From: David Edelsohn Date: Fri, 12 Jun 2015 00:32:08 +0000 (+0000) Subject: dbxout.c (xcoff_debug_hooks): Provide a function for register_main_translation_unit... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b92614483f4393a90e4359c5b0365eb9d366927;p=gcc.git dbxout.c (xcoff_debug_hooks): Provide a function for register_main_translation_unit hook. * dbxout.c (xcoff_debug_hooks): Provide a function for register_main_translation_unit hook. From-SVN: r224407 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6dc19400400..3504194eca4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-06-11 David Edelsohn + + * dbxout.c (xcoff_debug_hooks): Provide a function for + register_main_translation_unit hook. + 2015-06-11 David Edelsohn * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC 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 */