freebsd-dev/sys/powerpc/fpu
John Baldwin aa59d767c7 Fix build of powerpc FPU emulator after changes in r295132 to restore the
ABI of struct fpreg.  The FPU emulator operates on the "raw" FPU state
stored in the pcb rather than the "cooked" fpreg state used for ptrace()
and cores.

Reported by:	bz
2016-02-04 17:43:56 +00:00
..
fpu_add.c
fpu_arith.h
fpu_compare.c
fpu_div.c
fpu_emu.c Fix build of powerpc FPU emulator after changes in r295132 to restore the 2016-02-04 17:43:56 +00:00
fpu_emu.h Restore the ABI of 'struct fpreg' on powerpc. 2016-02-01 23:12:04 +00:00
fpu_explode.c Fix build of powerpc FPU emulator after changes in r295132 to restore the 2016-02-04 17:43:56 +00:00
fpu_extern.h Restore the ABI of 'struct fpreg' on powerpc. 2016-02-01 23:12:04 +00:00
fpu_implode.c
fpu_instr.h
fpu_mul.c
fpu_sqrt.c
fpu_subr.c