aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/gcc/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/gcc/debug.c')
-rw-r--r--gcc-4.4.0/gcc/debug.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc-4.4.0/gcc/debug.c b/gcc-4.4.0/gcc/debug.c
index 790d4703a..8035c43ca 100644
--- a/gcc-4.4.0/gcc/debug.c
+++ b/gcc-4.4.0/gcc/debug.c
@@ -50,6 +50,10 @@ const struct gcc_debug_hooks do_nothing_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 */
};
@@ -67,6 +71,12 @@ debug_nothing_tree (tree decl ATTRIBUTE_UNUSED)
}
void
+debug_nothing_tree_tree (tree t1 ATTRIBUTE_UNUSED,
+ tree t2 ATTRIBUTE_UNUSED)
+{
+}
+
+void
debug_nothing_tree_tree_tree_bool (tree t1 ATTRIBUTE_UNUSED,
tree t2 ATTRIBUTE_UNUSED,
tree t3 ATTRIBUTE_UNUSED,
@@ -120,3 +130,8 @@ debug_nothing_tree_int (tree decl ATTRIBUTE_UNUSED,
int local ATTRIBUTE_UNUSED)
{
}
+
+void
+debug_nothing_uid (int uid ATTRIBUTE_UNUSED)
+{
+}