Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   matt
Date:           Fri Jan 31 19:38:06 UTC 2014

Modified Files:
        src/sys/arch/arm/include: ieee.h math.h
        src/sys/arch/hppa/include: ieee.h math.h
        src/sys/arch/mips/include: ieee.h math.h
        src/sys/arch/sparc/include: ieee.h math.h
        src/sys/sys: ieee754.h

Log Message:
Consolidate the 128-bit long double defintions to <sys/ieee754.h>
Each arch that uses it now defines __HAVE_LONG_DOUBLE to 128.
<machine/ieee.h> is now just include the machine's math.h followed
by <sys/ieee754.h>


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/include/ieee.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/include/math.h
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hppa/include/ieee.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/include/math.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/include/ieee.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/include/math.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sparc/include/ieee.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc/include/math.h
cvs rdiff -u -r1.9 -r1.10 src/sys/sys/ieee754.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index