From: Jim Kingdon Date: Mon, 25 Oct 1993 20:20:15 +0000 (+0000) Subject: gcc -Wall lint: X-Git-Tag: gdb-4_18~16942 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfbb7762a54601d7c23177dc6aad3e8e15140c7d;p=external%2Fbinutils.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2bdb6d0..8130c17 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 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)