diff options
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index ad715cd..599db3a 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -1292,7 +1292,7 @@ static void retry_incomplete_types PARAMS ((void)); /* The debug hooks structure. */ -struct gcc_debug_hooks dwarf_debug_hooks = +const struct gcc_debug_hooks dwarf_debug_hooks = { dwarfout_init, dwarfout_finish, |