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 Allow v...



details:   https://anonhg.NetBSD.org/src/rev/67242c69cfe7
branches:  trunk
changeset: 959235:67242c69cfe7
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Feb 05 21:43:20 2021 +0000

description:
Allow v9 assembly for AES code for 32bit compat build with clang.

diffstat:

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

diffs (10 lines):

diff -r b316206538f7 -r 67242c69cfe7 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc      Fri Feb 05 21:25:36 2021 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc      Fri Feb 05 21:43:20 2021 +0000
@@ -4,5 +4,6 @@
 AESCPPFLAGS = -DAES_ASM
 AFLAGS.aes-sparcv9.S+= -Wa,-Av9
 AFLAGS.aest4-sparcv9.S+= -Wa,-Av9
+AFLAGS.aesfx-sparcv9.S+= -Wa,-Av9
 .endif
 .include "../../aes.inc"



Home | Main Index | Thread Index | Old Index