* Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
authorJason Thorpe <thorpej@netbsd.org>
Sat, 11 May 2002 16:21:16 +0000 (16:21 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sat, 11 May 2002 16:21:16 +0000 (16:21 +0000)
commit12bcb0fe6dec61c540012f469c4cb0a56d6b6ea4
tree95a605240f8bdc2bafce763190e2b8f07ce1051d
parent361d1df04393ac0e921d52e9bd158fbceffb0c0f
* Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
(alphabsd-nat.o): Depend on alphabsd-tdep.h.
(alphanbsd-nat.o): Likewise.
(alphabsd-tdep.o): New dependency list.
* alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
(fill_gregset): Use alphabsd_fill_reg.
(supply_fpregset): Use alphabsd_supply_fpreg.
(fill_fpregset): Use alphabsd_fill_fpreg.
(fetch_inferior_registers): Use struct reg and struct fpreg
rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
and alphabsd_supply_fpreg.
(store_inferior_registers): Use struct reg and struct fpreg
rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
and alphabsd_fill_fpreg.
* alphabsd-tdep.c: New file.
* alphabsd-tdep.h: New file.
* alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
(fetch_elfcore_registers): Use alphabsd_supply_reg and
alphabsd_supply_fpreg.
* config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
* config/alpha/nbsd.mt (TDEPFILES): Likewise.
gdb/ChangeLog
gdb/Makefile.in
gdb/alphabsd-nat.c
gdb/alphabsd-tdep.c [new file with mode: 0644]
gdb/alphabsd-tdep.h [new file with mode: 0644]
gdb/alphanbsd-nat.c
gdb/config/alpha/fbsd.mt
gdb/config/alpha/nbsd.mt