Source-Changes archive

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

CVS commit: src/lib/libcrypto/arch/powerpc



Module Name:    src
Committed By:   dogcow
Date:           Wed May 14 09:04:26 UTC 2008

Modified Files:
        src/lib/libcrypto/arch/powerpc: aes-ppc.S ppc-mont.S ppc.S ppccpuid.S
            sha1-ppc.S sha512-ppc.S

Log Message:
I have no idea why the assembler doesn't like
        bc      25,0,label
so replace it with
        bdnz+   label
which is the same thing.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libcrypto/arch/powerpc/aes-ppc.S \
    src/lib/libcrypto/arch/powerpc/ppc-mont.S \
    src/lib/libcrypto/arch/powerpc/ppc.S \
    src/lib/libcrypto/arch/powerpc/ppccpuid.S \
    src/lib/libcrypto/arch/powerpc/sha1-ppc.S \
    src/lib/libcrypto/arch/powerpc/sha512-ppc.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