From dfbb7762a54601d7c23177dc6aad3e8e15140c7d Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 25 Oct 1993 20:20:15 +0000 Subject: gcc -Wall lint: * breakpoint.c: Include thread.h. * coffread.c: Include stabsread.h. * Makefile.in: Update dependencies. * breakpoint.c (mention): Add bp_call_dummy to switch. * symmisc.c (dump_symtab): Use %d not %ld for line number. --- gdb/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 92fd267..80ce03b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1022,7 +1022,7 @@ blockframe.o: blockframe.c $(defs_h) $(gdbcore_h) $(inferior_h) \ objfiles.h symfile.h target.h breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \ - $(inferior_h) language.h target.h + $(inferior_h) language.h target.h thread.h buildsym.o: buildsym.c $(bfd_h) buildsym.h complaints.h $(defs_h) \ objfiles.h symfile.h $(symtab_h) @@ -1051,7 +1051,7 @@ coff-solib.o: coff-solib.c $(defs_h) coffread.o: coffread.c $(bfd_h) $(breakpoint_h) buildsym.h \ complaints.h $(defs_h) $(expression_h) $(gdbtypes_h) objfiles.h \ - symfile.h $(symtab_h) + symfile.h $(symtab_h) gdb-stabs.h stabsread.h command.o: command.c $(defs_h) $(expression_h) $(gdbcmd_h) \ $(gdbtypes_h) $(symtab_h) $(value_h) -- cgit v1.1