Module Name:    src
Committed By:   martin
Date:           Fri Apr 16 17:03:59 UTC 2021

Added Files:
        src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc [netbsd-9]:
            modes.inc

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3.16.3 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/modes.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/modes.inc
diff -u /dev/null src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/modes.inc:1.3.16.3
--- /dev/null	Fri Apr 16 17:03:59 2021
+++ src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/modes.inc	Fri Apr 16 17:03:59 2021
@@ -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"

Reply via email to