看板 DFBSD_commit 關於我們 聯絡資訊
commit fe667cd2edce8ea4f3dcc86526ed9759c14f0bf4 Author: Peter Avalos <pavalos@dragonflybsd.org> Date: Mon Jan 31 21:59:03 2011 -1000 ieeefp.h: Remove i386 specifics. Move the contents of <machine/floatingpoint.h> to <machine/ieeefp.h> for i386 to match x86_64. While I'm here, mark which versions of these files we have for x86_64. Obtained-from: FreeBSD Summary of changes: include/ieeefp.h | 7 +-- sys/cpu/i386/include/floatingpoint.h | 90 +------------------------------- sys/cpu/i386/include/ieeefp.h | 83 ++++++++++++++++++++++++++++- sys/cpu/x86_64/include/floatingpoint.h | 3 +- sys/cpu/x86_64/include/ieeefp.h | 2 +- 5 files changed, 85 insertions(+), 100 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fe667cd2edce8ea4f3dcc86526ed9759c14f0bf4 -- DragonFly BSD source repository