aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/gcc/sdbout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/gcc/sdbout.c')
-rw-r--r--gcc-4.4.0/gcc/sdbout.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.4.0/gcc/sdbout.c b/gcc-4.4.0/gcc/sdbout.c
index 6f3bde4a8..3ed088393 100644
--- a/gcc-4.4.0/gcc/sdbout.c
+++ b/gcc-4.4.0/gcc/sdbout.c
@@ -337,6 +337,10 @@ const struct gcc_debug_hooks sdb_debug_hooks =
debug_nothing_int, /* 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 */
};