summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-17 20:38:38 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-17 20:38:38 +0000
commit9207eb2576d89f93e0f19f48bee34311c60cee7f (patch)
tree4e8557bcd33e72d10d22cb61046b9e4e4bcae663 /gcc/dbxout.c
parentb26d0c9e9244000d9d03a4684c177323ceb4fcc9 (diff)
downloadgcc-9207eb2576d89f93e0f19f48bee34311c60cee7f.tar.gz
* dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146290 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 2182d78c203..c8bf30d69d6 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -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 */