aboutsummaryrefslogtreecommitdiff
path: root/gcc/debug.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2002-03-12 05:40:36 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2002-03-12 05:40:36 +0000
commit54b6670a15b6989ea1d4c87a72b833490d062b5b (patch)
tree8b89a9c07b772220e972a5f28b1241f974c8b4ee /gcc/debug.c
parent2465bf7657aee12ef1237014054619cdfd549684 (diff)
downloadgcc-54b6670a15b6989ea1d4c87a72b833490d062b5b.zip
gcc-54b6670a15b6989ea1d4c87a72b833490d062b5b.tar.gz
gcc-54b6670a15b6989ea1d4c87a72b833490d062b5b.tar.bz2
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
Diffstat (limited to 'gcc/debug.c')
-rw-r--r--gcc/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/debug.c b/gcc/debug.c
index 75d13ba..685602e 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,