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
This commit is contained in:
David Edelsohn 2015-06-12 00:32:08 +00:00 committed by David Edelsohn
parent 708146b3af
commit 1b92614483
2 changed files with 6 additions and 0 deletions

View 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

View 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 */