aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/gcc/dbxout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/gcc/dbxout.c')
-rw-r--r--gcc-4.4.0/gcc/dbxout.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc-4.4.0/gcc/dbxout.c b/gcc-4.4.0/gcc/dbxout.c
index 75930434b..da2fdc9ac 100644
--- a/gcc-4.4.0/gcc/dbxout.c
+++ b/gcc-4.4.0/gcc/dbxout.c
@@ -376,6 +376,10 @@ const struct gcc_debug_hooks dbx_debug_hooks =
dbxout_handle_pch, /* handle_pch */
debug_nothing_rtx, /* var_location */
debug_nothing_void, /* switch_text_section */
+ debug_nothing_tree, /* direct_call */
+ debug_nothing_tree_int, /* virtual_call_token */
+ debug_nothing_uid, /* virtual_call */
+ debug_nothing_tree_tree, /* set_name */
0 /* start_end_main_source_file */
};
#endif /* DBX_DEBUGGING_INFO */
@@ -408,6 +412,10 @@ 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, /* direct_call */
+ debug_nothing_tree_int, /* virtual_call_token */
+ debug_nothing_uid, /* virtual_call */
+ debug_nothing_tree_tree, /* set_name */
0 /* start_end_main_source_file */
};
#endif /* XCOFF_DEBUGGING_INFO */