This patch broke AIX bootstrap because dbxout.c was not updated for
the XCOFF_DEBUGGING_INFO case.

- David

* dbxout.c (xcoff_debug_hooks): Provide a function for
register_main_translation_unit hook.

Index: dbxout.c
===================================================================
--- dbxout.c    (revision 224402)
+++ dbxout.c    (working copy)
@@ -419,6 +419,7 @@
   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 */

Reply via email to