mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-13 13:49:00 +08:00
* amd64-nat.c: New file. * amd64fbsd-nat.c: Include "amd64-nat.h". (REG_ADDR, GETREGS_SUPPLIES): Remove macros. (amd64fbsd32_r_reg_offset): New variable. (supply_gregset): Simply call amd64_supply_native_gregset. (fill_gregset): Rename `regno' to `regnum'. Simply call amd64_collect_native_gregset. (fill_fpregset): Rename `regno' to `regnum'. (fetch_inferior_registers): Rename `regno' to `regnum'. Replace usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p. Use `struct reg' and `struct fpreg' instead of `gregset_t' and `fpregset_t'. Call amd64_supply_native_gregset instead of supply_gregset. Call x86_64_supply_fxsave instead of supply_fpregset. (store_inferior_registers): Rename `regno' to `regnum'. Replace usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p. Use `struct reg' and `struct fpreg' instead of `gregset_t' and `fpregset_t'. Call amd64_collect_native_gregset instead of fill_gregset. Call x86_64_collect_fxsave instead of fill_fpregset. (_initialize_am64fbsd_nat): Initialize amd64_native_gregset32_reg_offset and amd64_native_gregset64_reg_offset. * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o. |
||
---|---|---|
.. | ||
cygwin.mh | ||
cygwin.mt | ||
embed.mt | ||
fbsd64.mh | ||
fbsd64.mt | ||
fbsd.mh | ||
fbsd.mt | ||
go32.mh | ||
go32.mt | ||
i386aout.mt | ||
i386bsd.mh | ||
i386bsd.mt | ||
i386gnu.mh | ||
i386gnu.mt | ||
i386lynx.mh | ||
i386lynx.mt | ||
i386nw.mt | ||
i386sco4.mh | ||
i386sco5.mh | ||
i386sco.mh | ||
i386sol2.mh | ||
i386sol2.mt | ||
i386v4.mh | ||
i386v42mp.mh | ||
i386v.mh | ||
i386v.mt | ||
interix.mh | ||
interix.mt | ||
linux.mh | ||
linux.mt | ||
nbsd.mt | ||
nbsdaout.mh | ||
nbsdelf.mh | ||
ncr3000.mh | ||
ncr3000.mt | ||
nm-cygwin.h | ||
nm-fbsd64.h | ||
nm-fbsd.h | ||
nm-go32.h | ||
nm-i386.h | ||
nm-i386bsd.h | ||
nm-i386gnu.h | ||
nm-i386lynx.h | ||
nm-i386sco4.h | ||
nm-i386sco5.h | ||
nm-i386sco.h | ||
nm-i386sol2.h | ||
nm-i386v4.h | ||
nm-i386v42mp.h | ||
nm-i386v.h | ||
nm-interix.h | ||
nm-linux.h | ||
nm-nbsd.h | ||
nm-nbsdaout.h | ||
nm-nto.h | ||
nm-obsd.h | ||
nm-ptx4.h | ||
nm-symmetry.h | ||
nm-x86-64linux.h | ||
nto.mh | ||
nto.mt | ||
obsd.mh | ||
obsd.mt | ||
ptx4.mh | ||
ptx4.mt | ||
ptx.mh | ||
ptx.mt | ||
symmetry.mh | ||
symmetry.mt | ||
tm-cygwin.h | ||
tm-fbsd.h | ||
tm-go32.h | ||
tm-i386.h | ||
tm-i386bsd.h | ||
tm-i386lynx.h | ||
tm-i386sol2.h | ||
tm-linux.h | ||
tm-nbsd.h | ||
tm-nto.h | ||
tm-ptx4.h | ||
tm-ptx.h | ||
tm-symmetry.h | ||
tm-vxworks.h | ||
tm-x86-64linux.h | ||
vxworks.mt | ||
x86-64linux.mh | ||
x86-64linux.mt | ||
xm-cygwin.h | ||
xm-go32.h | ||
xm-i386.h | ||
xm-i386bsd.h | ||
xm-i386sco.h | ||
xm-i386v4.h | ||
xm-i386v.h | ||
xm-nbsd.h | ||
xm-ptx4.h | ||
xm-ptx.h | ||
xm-symmetry.h |