Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc Restore...



details:   https://anonhg.NetBSD.org/src/rev/448b01719d9f
branches:  trunk
changeset: 961163:448b01719d9f
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Apr 11 16:21:04 2021 +0000

description:
Restore r1.3 of modes.inc: we are using this directory for the
-m32 compat builds on sparc64, where the sparcv9 instructions
and the GHASH asm code are usefull.

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/modes.inc |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 7fd00855b843 -r 448b01719d9f crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/modes.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/modes.inc    Sun Apr 11 16:21:04 2021 +0000
@@ -0,0 +1,7 @@
+.if ${MACHINE} == "sparc64"
+.PATH.S: ${.PARSEDIR}
+MODES_SRCS = ghash-sparcv9.S
+MODESCPPFLAGS = -DGHASH_ASM
+AFLAGS.ghash-sparcv9.S+= -Wa,-Av9
+.endif
+.include "../../modes.inc"



Home | Main Index | Thread Index | Old Index