diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 9c0be46acd7..19b3c4647c2 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -3102,7 +3102,7 @@ static void dwarf2out_abstract_function PARAMS ((tree)); /* The debug hooks structure. */ -struct gcc_debug_hooks dwarf2_debug_hooks = +const struct gcc_debug_hooks dwarf2_debug_hooks = { dwarf2out_init, dwarf2out_finish, |