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 Mark th...



details:   https://anonhg.NetBSD.org/src/rev/7e02b074b1ce
branches:  trunk
changeset: 348717:7e02b074b1ce
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Nov 03 22:18:29 2016 +0000

description:
Mark the new SPARCv9-in-32bit-mode modules as needing V9.

diffstat:

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

diffs (21 lines):

diff -r d91fb9aa62ff -r 7e02b074b1ce crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc      Thu Nov 03 22:08:30 2016 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc      Thu Nov 03 22:18:29 2016 +0000
@@ -3,5 +3,6 @@
 AES_SRCS = aes_core.c aes_cbc.c aes-sparcv9.S aest4-sparcv9.S
 AESCPPFLAGS = -DAES_ASM
 AFLAGS.aes-sparcv9.S+= -Wa,-Av9
+AFLAGS.aest4-sparcv9.S+= -Wa,-Av9
 .endif
 .include "../../aes.inc"
diff -r d91fb9aa62ff -r 7e02b074b1ce crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc   Thu Nov 03 22:08:30 2016 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc   Thu Nov 03 22:18:29 2016 +0000
@@ -6,5 +6,7 @@
 #CPPFLAGS += -DOPENSSL_BN_ASM_MONT
 AFLAGS.sparcv9-mont.S+= -Wa,-Av9
 AFLAGS.sparcv9a-mont.S+= -Wa,-Av9a
+AFLAGS.sparct4-mont.S+= -Wa,-Av9a
+AFLAGS.vis3-mont.S+= -Wa,-Av9a
 .endif
 .include "../../crypto.inc"



Home | Main Index | Thread Index | Old Index