From e42f642381c6ba7bd12a81bfc23dccbb39797bc6 Mon Sep 17 00:00:00 2001 From: ghazi Date: Tue, 12 Mar 2002 05:40:36 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50635 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/debug.c') diff --git a/gcc/debug.c b/gcc/debug.c index 75d13bada50..685602e16c6 100644 --- a/gcc/debug.c +++ b/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, -- cgit v1.2.1