OSDN Git Service

* i386nbsd-nat.c: Delete file. Move fetch_core_registers and
authorthorpej <thorpej>
Sat, 11 May 2002 21:22:50 +0000 (21:22 +0000)
committerthorpej <thorpej>
Sat, 11 May 2002 21:22:50 +0000 (21:22 +0000)
commiteb3e53976ee6831a6b2b7f98d73e9dd22ef72c4c
tree84b2c42744dc607bf1d002b4763df518e98594c7
parent0b372c008e7d11dc99d41fe495bc6c185e74337e
* i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
fetch_elfcore_registers to...
* i386nbsd-tdep.c: ...here.
(i386nbsd_use_struct_convention): Rename to...
(i386nbsd_aout_use_struct_convention): ...this.
(i386nbsd_supply_reg): New function.
(i386nbsd_fill_reg): New function.
(fetch_core_registers): Use i386nbsd_supply_reg.
(fetch_elfcore_registers): Likewise.
(_initialize_i386nbsd_tdep): New function.
* config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
* config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
* config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
* config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
(i386nbsd_aout_use_struct_convention): ...this.
gdb/ChangeLog
gdb/config/i386/nbsd.mh
gdb/config/i386/nbsdelf.mh
gdb/config/i386/nbsdelf.mt
gdb/config/i386/tm-nbsd.h
gdb/i386nbsd-nat.c [deleted file]
gdb/i386nbsd-tdep.c