Module Name: src Committed By: rin Date: Tue Aug 30 11:05:59 UTC 2022
Modified Files: src/sys/arch/powerpc/fpu: fpu_emu.h src/sys/arch/powerpc/include: instr.h Log Message: Move FTYPE_* definitions from instr.h to fpu_emu.h. They are not defined by architecture, and used only for FPU emulation. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/fpu/fpu_emu.h cvs rdiff -u -r1.11 -r1.12 src/sys/arch/powerpc/include/instr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.