Source-Changes archive

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

CVS commit: src/lib/libc



Module Name:    src
Committed By:   drochner
Date:           Mon Jul  3 13:13:53 UTC 2006

Modified Files:
        src/lib/libc/arch/x86_64/gen: Makefile.inc
        src/lib/libc/compat/arch/x86_64: Makefile.inc
Added Files:
        src/lib/libc/compat/arch/x86_64/gen: Makefile.inc
Removed Files:
        src/lib/libc/arch/x86_64/gen: modf.S

Log Message:
build {frexp,ldexp,modf} in the "compat" subtree
(Drop the modf assembler version. We have the same code in libm.)
(Drop the ldexp inline-assembler version. The same code is in libm as
scalbn; the ldexp there is just a wrapper providing error handling.)


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/lib/libc/arch/x86_64/gen/Makefile.inc
cvs rdiff -r1.3 -r0 src/lib/libc/arch/x86_64/gen/modf.S
cvs rdiff -r1.3 -r1.4 src/lib/libc/compat/arch/x86_64/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/compat/arch/x86_64/gen/Makefile.inc

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