OSDN Git Service

* gdbserver/low-hppabsd.c (buf2, environ, quit, quit_flag):
authorJ.T. Conklin <jtc@redback.com>
Fri, 8 Dec 2000 19:46:08 +0000 (19:46 +0000)
committerJ.T. Conklin <jtc@redback.com>
Fri, 8 Dec 2000 19:46:08 +0000 (19:46 +0000)
commit46b20237dc091633dd41950823760d2bf5e2d1ec
treee4ade68f2b103cc641b538fcb1a857fa6988bb8e
parentda3d651754187aea36b8d4635a4afba3898776e3
* gdbserver/low-hppabsd.c (buf2, environ, quit, quit_flag):
Removed unused variables and declarations.
* gdbserver/low-linux.c (buf2, environ, query, quit, quit_flag):
Likewise.
* gdbserver/low-nbsd.c (buf2, environ, quit, quit_flag):
Likewise.
* gdbserver/low-sparc.c (buf2, environ, query, quit, quit_flag):
Likewise.
* gdbserver/low-sun.c (buf2, environ, query, quit, quit_flag):
Likewise.

* gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
gdbserver/low-nbsd.c, gdbserver/low-sparc.c, gdbserver/low-sun3.c
(create_inferior): Update comment.

* gdbserver/low-nbsd.c (initialize_arch, fetch_inferior_registers,
store_inferior_registers): Provide implementations for the m68k
and ns32k.
* config/m68k/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o
* config/ns32k/nbsd.mt (GDBSERVER_DEPFILES): Likewise.
* configure.tgt (m68*-*-netbsd*, ns32k-*-netbsd*): Add gdbserver
to configdirs.
-------------------------------------------------------------------
gdb/ChangeLog
gdb/config/m68k/nbsd.mt
gdb/config/ns32k/nbsd.mt
gdb/configure.tgt
gdb/gdbserver/low-hppabsd.c
gdb/gdbserver/low-linux.c
gdb/gdbserver/low-nbsd.c
gdb/gdbserver/low-sparc.c
gdb/gdbserver/low-sun3.c