From 1729e46c1377e1e8bf264237be570a9992d5db8e Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Mon, 16 Feb 2004 18:55:01 +0000 Subject: [PATCH] * sdbout.c (sdb_debug_hooks): Correct the type_decl entry. From-SVN: r77911 --- gcc/ChangeLog | 6 +++++- gcc/sdbout.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c7b77ddfe62..9f91ac17693 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-16 Zack Weinberg + + * sdbout.c (sdb_debug_hooks): Correct the type_decl entry. + 2004-02-16 Joseph S. Myers * doc/sourcebuild.texi: Mention backends.html. @@ -12,7 +16,7 @@ * cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note. - * fold-const.c (operand_equal_p): Fix VECTOR_CST comparison. + * fold-const.c (operand_equal_p): Fix VECTOR_CST comparison. 2004-02-15 Kazu Hirata diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 56cebba5936..ed6b46861ba 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 */