Source-Changes archive

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

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



In article <20080514090426.B94E0175D0%cvs.netbsd.org@localhost>,
Tom Spindler  <dogcow%netbsd.org@localhost> wrote:
>
>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.

Can you do this in the Makefile, please?

christos



Home | Main Index | Thread Index | Old Index