Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2008 19:22:53 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200802241922.m1OJMrUX073062@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802241922.m1OJMrUX073062>