fdlibm.h in src/share/native/java/lang/fdlibm/include uses the flag
__LITTLE_ENDIAN instead of the standard _LITTLE_ENDIAN. This should
be changed, as should the Makefile in make/java/fdlibm which is forced
to set the flag.
_LITTLE_ENDIAN is added to the compile line as needed automatically for
i386 platforms in the Defs-<platform>.gmk file.
__LITTLE_ENDIAN instead of the standard _LITTLE_ENDIAN. This should
be changed, as should the Makefile in make/java/fdlibm which is forced
to set the flag.
_LITTLE_ENDIAN is added to the compile line as needed automatically for
i386 platforms in the Defs-<platform>.gmk file.
- relates to
-
JDK-4141677 The spec for java.lang.Math should not be written in C.
- Closed
-
JDK-6989117 fdlibm compiler warning messages
- Closed
-
JDK-4294714 fdlibm uses HI/LO macros which depend on pointer aliasing - portability issue
- Closed
-
JDK-8171407 Port fdlibm to Java, part 2
- Closed