From 9968c77539d6f7c5b1dcf0162fd4b57c144318c7 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior Date: Thu, 19 May 2022 22:09:50 +0200 Subject: Rename x86-32 assembly files from .s to .S. Rename x86-32 assembly files from .s to .S. While processing the .S file gcc will use the pre-processor whic will evaluate macros and ifdef. This is turn will be used to enable the endbr32 opcode based on the __CET__ define. Signed-off-by: Sebastian Andrzej Siewior Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18353) --- crypto/bn/build.info | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'crypto/bn') diff --git a/crypto/bn/build.info b/crypto/bn/build.info index b0fcb7ab97..987a70ae26 100644 --- a/crypto/bn/build.info +++ b/crypto/bn/build.info @@ -16,7 +16,7 @@ IF[{- !$disabled{asm} -}] # All variables are named in such a way that they can be "indexed" with # $target{asm_arch} - $BNASM_x86=bn-586.s co-586.s x86-mont.s x86-gf2m.s + $BNASM_x86=bn-586.S co-586.S x86-mont.S x86-gf2m.S # bn-586 is the only one implementing bn_*_part_words # => OPENSSL_BN_ASM_PART_WORDS $BNDEF_x86=OPENSSL_BN_ASM_PART_WORDS OPENSSL_BN_ASM_MONT OPENSSL_BN_ASM_GF2m @@ -127,14 +127,14 @@ DEFINE[../../providers/libcommon.a]=$BNDEF INCLUDE[bn_exp.o]=.. -GENERATE[bn-586.s]=asm/bn-586.pl -DEPEND[bn-586.s]=../perlasm/x86asm.pl -GENERATE[co-586.s]=asm/co-586.pl -DEPEND[co-586.s]=../perlasm/x86asm.pl -GENERATE[x86-mont.s]=asm/x86-mont.pl -DEPEND[x86-mont.s]=../perlasm/x86asm.pl -GENERATE[x86-gf2m.s]=asm/x86-gf2m.pl -DEPEND[x86-gf2m.s]=../perlasm/x86asm.pl +GENERATE[bn-586.S]=asm/bn-586.pl +DEPEND[bn-586.S]=../perlasm/x86asm.pl +GENERATE[co-586.S]=asm/co-586.pl +DEPEND[co-586.S]=../perlasm/x86asm.pl +GENERATE[x86-mont.S]=asm/x86-mont.pl +DEPEND[x86-mont.S]=../perlasm/x86asm.pl +GENERATE[x86-gf2m.S]=asm/x86-gf2m.pl +DEPEND[x86-gf2m.S]=../perlasm/x86asm.pl GENERATE[sparcv9a-mont.S]=asm/sparcv9a-mont.pl INCLUDE[sparcv9a-mont.o]=.. -- cgit v1.2.1