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.
This commit is contained in:
Jim Kingdon 1993-10-25 20:20:15 +00:00
parent db4b5ad081
commit dfbb7762a5
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
Mon Oct 25 14:57:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
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.
Sun Oct 24 20:16:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* parse.c, parser-defs.h (write_exp_msymbol): New function to write

View File

@ -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)