Source-Changes archive

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

CVS commit: basesrc



Module Name:    basesrc
Committed By:   bjh21
Date:           Sat Jul 15 13:26:52 UTC 2000

Modified Files:
        basesrc/lib/libc/arch/arm26/softfloat: softfloat.h
        basesrc/lib/libc/arch/sh3/softfloat: softfloat.h
        basesrc/lib/libc/softfloat: softfloat-for-gcc.h softfloat.c

Log Message:
Add fixunssfsi and fixunsdfsi.  These are provided by libgcc2.c in GCC 2.95,
but not in EGCS.

This version of fixunssfsi is almost exactly the arm32 version.  fixunsdfsi is
mostly based on fixdfsi, but with simplifications for 64-bit integers.

Only minimal testing has been applied so far.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/arch/arm26/softfloat/softfloat.h
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/arch/sh3/softfloat/softfloat.h
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/softfloat/softfloat-for-gcc.h \
    basesrc/lib/libc/softfloat/softfloat.c

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