Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2003 22:01:33 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include ieeefp.h src/sys/i386/include floatingpoint.h ieeefp.h
Message-ID:  <200301190601.h0J61XR4090616@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/01/18 22:01:33 PST

  Modified files:
    include              ieeefp.h 
    sys/i386/include     floatingpoint.h ieeefp.h 
  Log:
  o  Move the contents of <machine/floatingpoint.h> over to
     <machine/ieeefp.h> where it belongs.
  o  Remove the i386 specific inclusion of <machine/floatingpoint.h>
     from <ieeefp.h>, now that including <machine/ieeefp.h> is enough
     for all architectures.
  o  Allow <machine/ieeefp.h> to inline the functions exposed by the
     headers by checking for _IEEEFP_INLINED_ in the MI header. When
     defined, prototypes are not given and it is assumed that the MD
     headers, when inlining only a subset of the functions provide
     prototypes for the functions not being inlined.
  
  Based on patch from: Terry Lambert <tlambert2@mindspring.com>
  Tested with: make release.
  
  Revision  Changes    Path
  1.7       +2 -4      src/include/ieeefp.h
  1.13      +0 -88     src/sys/i386/include/floatingpoint.h
  1.8       +80 -0     src/sys/i386/include/ieeefp.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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