dbxout.c (xcoff_debug_hooks): Provide a function for register_main_translation_unit...
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 12 Jun 2015 00:32:08 +0000 (00:32 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 12 Jun 2015 00:32:08 +0000 (20:32 -0400)
* dbxout.c (xcoff_debug_hooks): Provide a function for
register_main_translation_unit hook.

From-SVN: r224407

gcc/ChangeLog
gcc/dbxout.c

index 6dc194004003b379d712a3d450273868e6a20208..3504194eca40444d4c2f6c5258fda261f9103c08 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
+
+       * dbxout.c (xcoff_debug_hooks): Provide a function for
+       register_main_translation_unit hook.
+
 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
 
        * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
index 94fac4273b1686679b942c13549277ee048b32c0..a13d29db878b31e276611083ec24b49a16a6a06d 100644 (file)
@@ -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 */