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:
parent
db4b5ad081
commit
dfbb7762a5
|
@ -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)
|
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
|
* parse.c, parser-defs.h (write_exp_msymbol): New function to write
|
||||||
|
|
|
@ -1022,7 +1022,7 @@ blockframe.o: blockframe.c $(defs_h) $(gdbcore_h) $(inferior_h) \
|
||||||
objfiles.h symfile.h target.h
|
objfiles.h symfile.h target.h
|
||||||
|
|
||||||
breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_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) \
|
buildsym.o: buildsym.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
|
||||||
objfiles.h symfile.h $(symtab_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 \
|
coffread.o: coffread.c $(bfd_h) $(breakpoint_h) buildsym.h \
|
||||||
complaints.h $(defs_h) $(expression_h) $(gdbtypes_h) objfiles.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) \
|
command.o: command.c $(defs_h) $(expression_h) $(gdbcmd_h) \
|
||||||
$(gdbtypes_h) $(symtab_h) $(value_h)
|
$(gdbtypes_h) $(symtab_h) $(value_h)
|
||||||
|
|
Loading…
Reference in New Issue