]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add new functions fill_fpregs() and set_fpregs(), like fill_regs()
authorjdp <jdp@FreeBSD.org>
Mon, 14 Sep 1998 22:43:40 +0000 (22:43 +0000)
committerjdp <jdp@FreeBSD.org>
Mon, 14 Sep 1998 22:43:40 +0000 (22:43 +0000)
commit60718890ae203c5e84c8b90f13763bf7a87e7afb
tree3631f22c088f449c222f0399cb2d77033762962b
parentbf32f01fb996d7e78702cb9d770b1459c413f597
Add new functions fill_fpregs() and set_fpregs(), like fill_regs()
and set_regs() but for the floating point register state.  The code
is stolen from procfs_machdep.c, and moved out of there into
machdep.c.

These functions are needed for generating ELF core dumps.
12 files changed:
sys/alpha/alpha/machdep.c
sys/alpha/alpha/procfs_machdep.c
sys/alpha/include/md_var.h
sys/amd64/amd64/machdep.c
sys/amd64/include/md_var.h
sys/amd64/include/reg.h
sys/i386/i386/machdep.c
sys/i386/i386/procfs_machdep.c
sys/i386/include/md_var.h
sys/i386/include/reg.h
sys/powerpc/include/md_var.h
sys/powerpc/powerpc/procfs_machdep.c