From 1b92614483f4393a90e4359c5b0365eb9d366927 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 12 Jun 2015 00:32:08 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/dbxout.c | 1 + 2 files changed, 6 insertions(+) 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 */ -- 2.30.2