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) --- engines/build.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/build.info b/engines/build.info index cae014ecc6..19e3eab0c1 100644 --- a/engines/build.info +++ b/engines/build.info @@ -1,7 +1,7 @@ IF[{- !$disabled{"engine"} -}] $PADLOCKASM= IF[{- !$disabled{asm} -}] - $PADLOCKASM_x86=e_padlock-x86.s + $PADLOCKASM_x86=e_padlock-x86.S $PADLOCKASM_x86_64=e_padlock-x86_64.s # Now that we have defined all the arch specific variables, use the @@ -98,6 +98,6 @@ IF[{- !$disabled{"engine"} -}] GENERATE[ossltest.ld]=../util/engines.num ENDIF ENDIF - GENERATE[e_padlock-x86.s]=asm/e_padlock-x86.pl + GENERATE[e_padlock-x86.S]=asm/e_padlock-x86.pl GENERATE[e_padlock-x86_64.s]=asm/e_padlock-x86_64.pl ENDIF -- cgit v1.2.3