Commit 5e85b6ab authored by Ulf Möller's avatar Ulf Möller
Browse files

SPARC v8 assembler BIGNUM code.

Submitted by: Andy Polyakov <appro@fy.chalmers.se>
parent c933b45e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@

 Changes between 0.9.2b and 0.9.3

  *) SPARC v8 assembler BIGNUM implementation.
     [Andy Polyakov <appro@fy.chalmers.se>]

  *) Initial support for Certificate Policies extension: print works but
     setting doesn't work fully (yet). Also various additions to support
     the r2i method this extension will use.
+3 −0
Original line number Diff line number Diff line
@@ -98,6 +98,9 @@ asm/bn86unix.cpp: asm/bn-586.pl
asm/co86unix.cpp: asm/co-586.pl
	(cd asm; $(PERL) co-586.pl cpp >co86unix.cpp )

asm/sparcv8.o: asm/sparcv8.S
	$(CC) -c -o asm/sparcv8.o asm/sparcv8.S

# MIPS 64 bit assember 
asm/mips3.o: asm/mips3.s
	/usr/bin/as -mips3 -O2 -o asm/mips3.o asm/mips3.s            
+1494 −0

File added.

Preview size limit exceeded, changes collapsed.