提交 5e85b6ab 编写于 作者: U Ulf Möller

SPARC v8 assembler BIGNUM code.

Submitted by: Andy Polyakov <appro@fy.chalmers.se>
上级 c933b45e
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
Changes between 0.9.2b and 0.9.3 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 *) Initial support for Certificate Policies extension: print works but
setting doesn't work fully (yet). Also various additions to support setting doesn't work fully (yet). Also various additions to support
the r2i method this extension will use. the r2i method this extension will use.
......
...@@ -98,6 +98,9 @@ asm/bn86unix.cpp: asm/bn-586.pl ...@@ -98,6 +98,9 @@ asm/bn86unix.cpp: asm/bn-586.pl
asm/co86unix.cpp: asm/co-586.pl asm/co86unix.cpp: asm/co-586.pl
(cd asm; $(PERL) co-586.pl cpp >co86unix.cpp ) (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 # MIPS 64 bit assember
asm/mips3.o: asm/mips3.s asm/mips3.o: asm/mips3.s
/usr/bin/as -mips3 -O2 -o asm/mips3.o asm/mips3.s /usr/bin/as -mips3 -O2 -o asm/mips3.o asm/mips3.s
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册