Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc Pull...
details: https://anonhg.NetBSD.org/src/rev/7d9068ec2b0e
branches: netbsd-9
changeset: 961347:7d9068ec2b0e
user: martin <martin%NetBSD.org@localhost>
date: Fri Apr 16 17:03:59 2021 +0000
description:
Pull up following revision(s) (requested by mrg in ticket #1246):
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/modes.inc: revision 1.6
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 9f9273e976a2 -r 7d9068ec2b0e 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 Fri Apr 16 17:03:59 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