diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-30 17:57:57 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-30 17:57:57 +0000 |
commit | 1d1a6366aa7467422ba74d6b6cca15855a26d4ca (patch) | |
tree | 32ccbeb8d8eb8bc08023a5fddb2b6ce7a262525a /gcc/sdbout.c | |
parent | 740c599cf35d9c539223df61693b03c005ad7dc1 (diff) | |
download | gcc-1d1a6366aa7467422ba74d6b6cca15855a26d4ca.tar.gz |
2009-10-30 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 153758
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@153763 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index e7d52a63c70..7d5c820e8d0 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -340,6 +340,7 @@ const struct gcc_debug_hooks sdb_debug_hooks = debug_nothing_void, /* switch_text_section */ debug_nothing_tree, /* direct_call */ debug_nothing_tree_int, /* virtual_call_token */ + debug_nothing_rtx_rtx, /* copy_call_info */ debug_nothing_uid, /* virtual_call */ debug_nothing_tree_tree, /* set_name */ 0 /* start_end_main_source_file */ @@ -1732,6 +1733,7 @@ const struct gcc_debug_hooks sdb_debug_hooks = 0, /* switch_text_section */ 0, /* direct_call */ 0, /* virtual_call_token */ + 0, /* copy_call_info */ 0, /* virtual_call */ 0, /* set_name */ 0 /* start_end_main_source_file */ |