cvs commit: src/lib/libc/powerpc/gen Makefile.inc fabs.S flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c

Peter Grehan grehan at FreeBSD.org
Thu Feb 12 01:11:07 PST 2004


grehan      2004/02/12 01:11:06 PST

  FreeBSD src repository

  Modified files:
    lib/libc/powerpc/gen Makefile.inc 
  Added files:
    lib/libc/powerpc/gen fabs.S flt_rounds.c fpgetmask.c 
                         fpgetround.c fpgetsticky.c fpsetmask.c 
                         fpsetround.c fpsetsticky.c 
  Log:
  Add forgotten IEEE functions. The Perl 5.8 port now compiles.
  
  Submitted by: Suleiman Souhlal <refugee at segfaulted.com>
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.2       +3 -2      src/lib/libc/powerpc/gen/Makefile.inc
  1.1       +35 -0     src/lib/libc/powerpc/gen/fabs.S (new)
  1.1       +54 -0     src/lib/libc/powerpc/gen/flt_rounds.c (new)
  1.1       +53 -0     src/lib/libc/powerpc/gen/fpgetmask.c (new)
  1.1       +53 -0     src/lib/libc/powerpc/gen/fpgetround.c (new)
  1.1       +59 -0     src/lib/libc/powerpc/gen/fpgetsticky.c (new)
  1.1       +57 -0     src/lib/libc/powerpc/gen/fpsetmask.c (new)
  1.1       +57 -0     src/lib/libc/powerpc/gen/fpsetround.c (new)
  1.1       +57 -0     src/lib/libc/powerpc/gen/fpsetsticky.c (new)


More information about the cvs-src mailing list