diff options
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 09fa06e..06fd818 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -304,6 +304,7 @@ const struct gcc_debug_hooks sdb_debug_hooks = sdbout_label, /* label */ debug_nothing_int, /* handle_pch */ debug_nothing_rtx_insn, /* var_location */ + debug_nothing_tree, /* size_function */ debug_nothing_void, /* switch_text_section */ debug_nothing_tree_tree, /* set_name */ 0, /* start_end_main_source_file */ |