Source-Changes archive

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

CVS commit: src/sys/lib/libkern/arch/sh3



Module Name:    src
Committed By:   uwe
Date:           Wed Jan  7 22:15:18 UTC 2009

Modified Files:
        src/sys/lib/libkern/arch/sh3: ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S
            movstr.S movstrSI.S movstrSI12_i4.S movstr_i4.S mulsi3.S sdivsi3.S
            udivsi3.S

Log Message:
These copy of gcc millicode routines is now included in librump (that
sucks in all libkern sources), so mark them ".hidden".  I'm not sure
if this is the best course of action (dropping millicode from librump
might be a better idea), but it's the quickest fix to get sh3 builds
going again for now.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/lib/libkern/arch/sh3/ashiftrt.S
cvs rdiff -r1.5 -r1.6 src/sys/lib/libkern/arch/sh3/ashlsi3.S \
    src/sys/lib/libkern/arch/sh3/ashrsi3.S \
    src/sys/lib/libkern/arch/sh3/lshrsi3.S \
    src/sys/lib/libkern/arch/sh3/movstr_i4.S \
    src/sys/lib/libkern/arch/sh3/mulsi3.S
cvs rdiff -r1.8 -r1.9 src/sys/lib/libkern/arch/sh3/movstr.S \
    src/sys/lib/libkern/arch/sh3/sdivsi3.S
cvs rdiff -r1.7 -r1.8 src/sys/lib/libkern/arch/sh3/movstrSI.S \
    src/sys/lib/libkern/arch/sh3/udivsi3.S
cvs rdiff -r1.1 -r1.2 src/sys/lib/libkern/arch/sh3/movstrSI12_i4.S

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