OSDN Git Service

2009-08-17 Emmanuel Briot <briot@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / debug.c
index 3946deb..df69fd5 100644 (file)
@@ -34,7 +34,7 @@ const struct gcc_debug_hooks do_nothing_debug_hooks =
   debug_nothing_int_int,                /* begin_block */
   debug_nothing_int_int,                /* end_block */
   debug_true_const_tree,                /* ignore_block */
-  debug_nothing_int_charstar,           /* source_line */
+  debug_nothing_int_charstar_int_bool,  /* source_line */
   debug_nothing_int_charstar,           /* begin_prologue */
   debug_nothing_int_charstar,           /* end_prologue */
   debug_nothing_int_charstar,           /* end_epilogue */
@@ -104,6 +104,14 @@ debug_nothing_int_charstar (unsigned int line ATTRIBUTE_UNUSED,
 }
 
 void
+debug_nothing_int_charstar_int_bool (unsigned int line ATTRIBUTE_UNUSED,
+                                    const char *text ATTRIBUTE_UNUSED,
+                                    int discriminator ATTRIBUTE_UNUSED,
+                                    bool is_stmt ATTRIBUTE_UNUSED)
+{
+}
+
+void
 debug_nothing_int (unsigned int line ATTRIBUTE_UNUSED)
 {
 }