From 6cfbb4b30f83df8db3262da8d070f9fa48a5b1bc 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) (cherry picked from commit 9968c77539d6f7c5b1dcf0162fd4b57c144318c7) --- crypto/cast/build.info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto/cast') diff --git a/crypto/cast/build.info b/crypto/cast/build.info index 01a3691d68..7653b22188 100644 --- a/crypto/cast/build.info +++ b/crypto/cast/build.info @@ -3,7 +3,7 @@ LIBS=../../libcrypto $CASTASM=c_enc.c # CAST assembly source is not PIC IF[{- !$disabled{asm} && $disabled{pic} -}] - $CASTASM_x86=cast-586.s + $CASTASM_x86=cast-586.S # Now that we have defined all the arch specific variables, use the # appropriate one @@ -22,5 +22,5 @@ IF[{- $disabled{'deprecated-3.0'} -}] SOURCE[../../providers/liblegacy.a]=$ALL ENDIF -GENERATE[cast-586.s]=asm/cast-586.pl -DEPEND[cast-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl +GENERATE[cast-586.S]=asm/cast-586.pl +DEPEND[cast-586.S]=../perlasm/x86asm.pl ../perlasm/cbc.pl -- cgit v1.2.3