* dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.

From-SVN: r146290
This commit is contained in:
David Edelsohn 2009-04-17 20:38:38 +00:00 committed by David Edelsohn
parent 5b4c43d7d6
commit 5829817786
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-04-17 David Edelsohn <edelsohn@gnu.org>
* dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.
2009-04-17 Eric Botcazou <ebotcazou@adacore.com>
* dbxout.c (dbxout_block): Reinstate test on TREE_USED.

View File

@ -409,6 +409,7 @@ const struct gcc_debug_hooks xcoff_debug_hooks =
dbxout_handle_pch, /* handle_pch */
debug_nothing_rtx, /* var_location */
debug_nothing_void, /* switch_text_section */
debug_nothing_tree_tree, /* set_name */
0 /* start_end_main_source_file */
};
#endif /* XCOFF_DEBUGGING_INFO */