]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
authorZack Weinberg <zack@gcc.gnu.org>
Mon, 16 Feb 2004 18:55:01 +0000 (18:55 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 16 Feb 2004 18:55:01 +0000 (18:55 +0000)
From-SVN: r77911

gcc/ChangeLog
gcc/sdbout.c

index c7b77ddfe6225e6fab78d92af56e5bf4059acec9..9f91ac176930cd7e831f3f867a8a2f5178fcf178 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-16  Zack Weinberg  <zack@codesourcery.com>
+
+       * sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
+
 2004-02-16  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * 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  <kazu@cs.umass.edu>
 
index 56cebba59361d091b9efe30a3290556a2299c885..ed6b46861ba992a497d6da3f5f0f2123503fd823 100644 (file)
@@ -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 */