summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/debug.c')
-rw-r--r--contrib/gcc/debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gcc/debug.c b/contrib/gcc/debug.c
index 75d13ba..682f6ed 100644
--- a/contrib/gcc/debug.c
+++ b/contrib/gcc/debug.c
@@ -20,7 +20,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "debug.h"
/* The do-nothing debug hooks. */
-struct gcc_debug_hooks do_nothing_debug_hooks =
+const struct gcc_debug_hooks do_nothing_debug_hooks =
{
debug_nothing_charstar,
debug_nothing_charstar,
@@ -33,8 +33,8 @@ struct gcc_debug_hooks do_nothing_debug_hooks =
debug_true_tree, /* ignore_block */
debug_nothing_int_charstar, /* source_line */
debug_nothing_int_charstar, /* begin_prologue */
- debug_nothing_int, /* end_prologue */
- debug_nothing_void, /* end_epilogue */
+ debug_nothing_int_charstar, /* end_prologue */
+ debug_nothing_int_charstar, /* end_epilogue */
debug_nothing_tree, /* begin_function */
debug_nothing_int, /* end_function */
debug_nothing_tree, /* function_decl */
OpenPOWER on IntegriCloud