OSDN Git Service

* m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.
authorUlrich Weigand <uweigand@de.ibm.com>
Sun, 29 Apr 2007 19:44:22 +0000 (19:44 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Sun, 29 Apr 2007 19:44:22 +0000 (19:44 +0000)
commit42cb1d0452f09d694067619445d324e12ca96572
tree3ce99618e657fefc97654cb8004b29350a701a59
parent7d972887ae2c1a476eaebfb41d4779280515b6a0
* 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