cvs commit: src/sys/powerpc/include float.h src/gnu/lib/libgcc
Makefile src/lib/libc/powerpc/gen flt_rounds.c fpgetmask.c
fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c
src/lib/msun/powerpc fenv.h
Rafal Jaworowski
raj at FreeBSD.org
Sun Feb 24 19:22:53 UTC 2008
raj 2008-02-24 19:22:53 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include float.h
gnu/lib/libgcc Makefile
lib/libc/powerpc/gen flt_rounds.c fpgetmask.c fpgetround.c
fpgetsticky.c fpsetmask.c fpsetround.c
lib/msun/powerpc fenv.h
Log:
Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC
variations (e500 currently), this provides a gcc-level FPU emulation and is an
alternative approach to the recently introduced kernel-level emulation
(FPU_EMU).
Approved by: cognet (mentor)
MFp4: e500
Revision Changes Path
1.59 +1 -1 src/gnu/lib/libgcc/Makefile
1.2 +2 -0 src/lib/libc/powerpc/gen/flt_rounds.c
1.2 +2 -0 src/lib/libc/powerpc/gen/fpgetmask.c
1.2 +2 -0 src/lib/libc/powerpc/gen/fpgetround.c
1.2 +2 -0 src/lib/libc/powerpc/gen/fpgetsticky.c
1.2 +2 -0 src/lib/libc/powerpc/gen/fpsetmask.c
1.2 +2 -0 src/lib/libc/powerpc/gen/fpsetround.c
1.4 +5 -0 src/lib/msun/powerpc/fenv.h
1.9 +5 -1 src/sys/powerpc/include/float.h
More information about the cvs-src
mailing list