Makefile.in (debug.o): Depend on debug.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 12 Mar 2002 05:40:36 +0000 (05:40 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 12 Mar 2002 05:40:36 +0000 (05:40 +0000)
commit54b6670a15b6989ea1d4c87a72b833490d062b5b
tree8b89a9c07b772220e972a5f28b1241f974c8b4ee
parent2465bf7657aee12ef1237014054619cdfd549684
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
12 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/dbxout.c
gcc/debug.c
gcc/debug.h
gcc/dwarf2out.c
gcc/dwarfout.c
gcc/integrate.c
gcc/objc/objc-act.c
gcc/sdbout.c
gcc/toplev.c
gcc/vmsdbgout.c