aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2009-04-17 20:38:38 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2009-04-17 20:38:38 +0000
commit4d6268667ee020a9bf91b2b8408d8d201c48eba8 (patch)
tree4e8557bcd33e72d10d22cb61046b9e4e4bcae663 /gcc/dbxout.c
parent75e396a65a6f442914b0c7b87274532df77ea3ad (diff)
* dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.
git-svn-id: https://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 */