]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
1998-10-06 Jason Molenda (jsm@bugshack.cygnus.com)
authorJason Molenda <jmolenda@apple.com>
Tue, 6 Oct 1998 22:24:40 +0000 (22:24 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 6 Oct 1998 22:24:40 +0000 (22:24 +0000)
commit87feff9dabae11e6df45924c733a6ea9368713d1
treecb5f70ae9a6332112663264599818cd507d0f691
parent1a113a4cdc66942fc4942276aff3b853bf6a91db
1998-10-06  Jason Molenda  (jsm@bugshack.cygnus.com)

        Eliminate a few warnings from the compiler.
        * breakpoint.h: Add prototype.
        * breakpoint.c (do_enable_breakpoint): cast mem_cnt, i to (void).
        * configure.in: Check if strdup declaration is necessary.
        * configure: Regenerated.
        * defs.h: Add prototypes.
        * gdb_string.h: Only define strdup if necessary.
        * gdbthread.h: Add prototypes.
        * printcmd.c: Add prototyptes.
        (disassemble_command): Remove unused variable 'section'.
        * symtab.c: Add prototypes.
        * symtab.h: Include gnu-regex.h, add prototype.
        * thread.c: Add prototype.
gdb/ChangeLog
gdb/configure
gdb/configure.in
gdb/gdb_string.h
gdb/gdbthread.h
gdb/thread.c