Searched hist:"3 df129097bfa8c102c3118fe880388b144519f4a" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/amd64/include/ |
H A D | floatingpoint.h | diff 3df129097bfa8c102c3118fe880388b144519f4a Sat Apr 02 19:31:42 CEST 2005 Alexander Leidinger <netchild@FreeBSD.org> 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 diff 3df129097bfa8c102c3118fe880388b144519f4a Sat Apr 02 19:31:42 CEST 2005 Alexander Leidinger <netchild@FreeBSD.org> 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
|
/freebsd/sys/i386/include/ |
H A D | floatingpoint.h | diff 3df129097bfa8c102c3118fe880388b144519f4a Sat Apr 02 19:31:42 CEST 2005 Alexander Leidinger <netchild@FreeBSD.org> 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 diff 3df129097bfa8c102c3118fe880388b144519f4a Sat Apr 02 19:31:42 CEST 2005 Alexander Leidinger <netchild@FreeBSD.org> 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
|