diff options
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 8405c0a..473d9b9 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -299,7 +299,7 @@ static struct sdb_file *current_file; #endif /* MIPS_DEBUGGING_INFO */ /* The debug hooks structure. */ -struct gcc_debug_hooks sdb_debug_hooks = +const struct gcc_debug_hooks sdb_debug_hooks = { sdbout_init, /* init */ sdbout_finish, /* finish */ |