Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2005 17:31:42 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/include floatingpoint.hsrc/sys/i386/include floatingpoint.h
Message-ID:  <200504021731.j32HVgPj025420@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
netchild    2005-04-02 17:31:42 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/include    floatingpoint.h 
    sys/i386/include     floatingpoint.h 
  Log:
  The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after my
  compiler features tests. This is ok, since machine/ieeefp.h is an internal
  interface. But floatingpoint.h is a public interface and some ports use it,
  so include sys/cdefs.h in the amd64 and i386 version of floatingpoint.h.
  
  Note: some architectures don't provide recursive inclusion protection in
  floatingpoint.h, namely alpha and ia64. Except for this part and now the
  include of sys/cdefs.h, all those files are equal (from a compiler POV),
  so they could be moved to only one version in src/include/.
  
  Approved by:    joerg
  
  Revision  Changes    Path
  1.14      +1 -0      src/sys/amd64/include/floatingpoint.h
  1.14      +1 -0      src/sys/i386/include/floatingpoint.h



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