]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gcc -Wall lint:
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 10 Nov 1993 15:58:48 +0000 (15:58 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 10 Nov 1993 15:58:48 +0000 (15:58 +0000)
commit89ce0c8f50b02eecbb87ad6246299fd214724846
tree74740b5ad2238c6d62afbed66c688b4c70abb4c7
parent27ed24c3649226227ff66f8ba53b4966ffd20c86
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.
gdb/ChangeLog
gdb/Makefile.in
gdb/symtab.c
gdb/thread.c
gdb/values.c