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/baff4252f2f9
branches: trunk
changeset: 378366:baff4252f2f9
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 aeb6311fc556 -r baff4252f2f9 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