diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2004-02-16 18:55:01 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2004-02-16 18:55:01 +0000 |
commit | 1729e46c1377e1e8bf264237be570a9992d5db8e (patch) | |
tree | 879947188d3ebff50abdabf59e7ad47d857536a3 /gcc/sdbout.c | |
parent | 684c69a32b7a1f254d947714b021445d7672f526 (diff) | |
download | gcc-1729e46c1377e1e8bf264237be570a9992d5db8e.zip gcc-1729e46c1377e1e8bf264237be570a9992d5db8e.tar.gz gcc-1729e46c1377e1e8bf264237be570a9992d5db8e.tar.bz2 |
* sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
From-SVN: r77911
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 56cebba..ed6b468 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -336,7 +336,7 @@ const struct gcc_debug_hooks sdb_debug_hooks = sdbout_end_function, /* end_function */ debug_nothing_tree, /* function_decl */ sdbout_global_decl, /* global_decl */ - sdbout_type_decl, /* type_decl */ + sdbout_symbol, /* type_decl */ debug_nothing_tree_tree, /* imported_module_or_decl */ debug_nothing_tree, /* deferred_inline_function */ debug_nothing_tree, /* outlining_inline_function */ |