gcc -Wall lint:
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 25 Oct 1993 20:20:15 +0000 (20:20 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 25 Oct 1993 20:20:15 +0000 (20:20 +0000)
* 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/ChangeLog
gdb/Makefile.in

index 2bdb6d04c281b7fa31211130b549c8a5dc1e357c..8130c175e47b64a87dee44d4ea51cf6f8c2ebac4 100644 (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
index 92fd267f2d2bb51b73b018da7042023fe206570e..80ce03bbdcd8d95eaf32f1968a1e5dc976cf346b 100644 (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)