]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
* i386nbsd-nat.c: Delete file. Move fetch_core_registers and
authorJason Thorpe <thorpej@netbsd.org>
Sat, 11 May 2002 21:22:51 +0000 (21:22 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sat, 11 May 2002 21:22:51 +0000 (21:22 +0000)
commitdfe6eb1f71f73f4652754600136cdd2dcd9cacbc
treecd2bdeb9627f2b96b1147f939e8531924212b9b5
parent6360824b6e9bee7b1580573161f7fd0aaffa4e40
* 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