* symfile.c (symbol_file_command): strcmp => !strcmp.
authorJohn Gilmore <gnu@cygnus>
Sat, 22 Feb 1992 10:04:50 +0000 (10:04 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 22 Feb 1992 10:04:50 +0000 (10:04 +0000)
commit35318110730459b59a467e5b0a5d282b71df04cc
treebc4b9ff9047f81325b3d91b01d822ed8df33207e
parent93fe4e330ebd39ea1b061383fe3521deb961e93a
* symfile.c (symbol_file_command):  strcmp => !strcmp.
* breakpoint.h:  Move prototypes to follow enum definition they need.
* breakpoint.c, infrun.c:  Lint.
* printcmd.c:  Use `enum enable' rather than `enum
display_status'.
* mipsread.c:  First pass at making it compile with the new
objfile changes.  Probably seriously broken still, but it
compiles.  FIXME.
gdb/ChangeLog
gdb/symfile.c