From 54b6670a15b6989ea1d4c87a72b833490d062b5b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Tue, 12 Mar 2002 05:40:36 +0000 Subject: Makefile.in (debug.o): Depend on debug.h. * Makefile.in (debug.o): Depend on debug.h. * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Const-ify. * debug.c (do_nothing_debug_hooks): Likewise. * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks, sdb_debug_hooks, xcoff_debug_hooks, dwarf_debug_hooks, dwarf2_debug_hooks, vmsdbg_debug_hooks): Likewise. * dwarf2out.c (dwarf2_debug_hooks): Likewise. * dwarfout.c (dwarf_debug_hooks): Likewise. * integrate.c (output_inline_function): Likewise. * objc/objc-act.c (synth_module_prologue): Likewise. * sdbout.c (sdb_debug_hooks): Likewise. * toplev.c (debug_hooks): Likewise. * vmsdbgout.c (vmsdbg_debug_hooks): Likewise. From-SVN: r50635 --- gcc/integrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/integrate.c') diff --git a/gcc/integrate.c b/gcc/integrate.c index 59c1550..8646859 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -2971,7 +2971,7 @@ output_inline_function (fndecl) { struct function *old_cfun = cfun; enum debug_info_type old_write_symbols = write_symbols; - struct gcc_debug_hooks *old_debug_hooks = debug_hooks; + const struct gcc_debug_hooks *const old_debug_hooks = debug_hooks; struct function *f = DECL_SAVED_INSNS (fndecl); cfun = f; -- cgit v1.1