diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-10 15:58:48 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-10 15:58:48 +0000 |
commit | 89ce0c8f50b02eecbb87ad6246299fd214724846 (patch) | |
tree | 74740b5ad2238c6d62afbed66c688b4c70abb4c7 /gdb/Makefile.in | |
parent | 27ed24c3649226227ff66f8ba53b4966ffd20c86 (diff) | |
download | gdb-89ce0c8f50b02eecbb87ad6246299fd214724846.zip gdb-89ce0c8f50b02eecbb87ad6246299fd214724846.tar.gz gdb-89ce0c8f50b02eecbb87ad6246299fd214724846.tar.bz2 |
gcc -Wall lint:
* thread.c: Include "gdbcmd.h" and <ctype.h>.
* Makefile.in: Update dependency.
* thread.c (thread_command): Remove unused variable p.
* values.c (unpack_double): Use len instead of TYPE_LENGTH (type).
* valprint.c (print_floating): Correctly check sign bit now that
we are using unsigned arithmetic.
* symtab.c (find_pc_line_range): Remove unused variables exact_match,
ind, and l.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6a83cfe..ac3ee3f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1401,7 +1401,7 @@ tahoe-pinsn.o: tahoe-pinsn.c $(OP_INCLUDE)/tahoe.h $(defs_h) \ target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \ objfiles.h symfile.h target.h -thread.o: thread.c $(defs_h) thread.h +thread.o: thread.c $(defs_h) thread.h $(gdbcmd_h) typeprint.o: typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \ $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) target.h \ |