* symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c,
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 Sep 1993 01:41:40 +0000 (01:41 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 Sep 1993 01:41:40 +0000 (01:41 +0000)
commit996ccb3043d9237ea8e6e79d6a7c6121b15f9e61
tree0dfcfdfd7f957068352137d70e996b8a100926c1
parente4d30c7e6abccf8402a5c48743a829cd6633ee98
* symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c,
symfile.h, stabsread.c, minsyms.c, solib.c, nlmread.c, dwarfread.c
partial-stab.h, symmisc.c, gdbtypes.c: Lint.  Remove (or put
inside #if) unused variables and labels.  Fix unclosed comment.
Deal with enumeration values unhandled in switch statements.  Make
sure non-void functions return values.  Include appropriate
headers.
* dbxread.c (elfstab_build_psymtabs): Don't check for unsigned
value < 0.
15 files changed:
gdb/ChangeLog
gdb/buildsym.c
gdb/c-exp.y
gdb/ch-exp.y
gdb/dbxread.c
gdb/dwarfread.c
gdb/gdbtypes.c
gdb/m2-exp.y
gdb/minsyms.c
gdb/nlmread.c
gdb/partial-stab.h
gdb/stabsread.c
gdb/symfile.c
gdb/symmisc.c
gdb/symtab.c
This page took 0.028639 seconds and 4 git commands to generate.