OSDN Git Service

* m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
authoruweigand <uweigand>
Sun, 29 Apr 2007 19:44:21 +0000 (19:44 +0000)
committeruweigand <uweigand>
Sun, 29 Apr 2007 19:44:21 +0000 (19:44 +0000)
commit31f6cf13f1b351c283ce3baf9ec73da51ca7e750
tree837599fdac6189a13b69c4caa4a87d6a107fcd32
parentbf051d5a54e04e1b4ee7962ee0a0668d4904921b
* m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
* m68k-tdep.c: Remove code within #ifdef USE_PROC_FS.

* mips-linux-nat.c: Include "gregset.h".
(supply_gregset, fill_gregset, supply_fpregset, fill_fpregset): Move
from mips-linux-tdep.c.  Change parameter type to gdb_gregset_t.
* mips-linux-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
fill_fpregset): Move to mips-linux-nat.c.

* Makefile.in (m68k-tdep.o, mips-linux-nat.o): Update dependencies.
gdb/ChangeLog
gdb/Makefile.in
gdb/m68k-tdep.c
gdb/m68klinux-nat.c
gdb/mips-linux-nat.c
gdb/mips-linux-tdep.c