Use .s extension for ia64 assembler
authorJon Spillett <jon.spillett@oracle.com>
Thu, 21 Apr 2022 02:08:16 +0000 (12:08 +1000)
committerTomas Mraz <tomas@openssl.org>
Mon, 25 Apr 2022 12:06:07 +0000 (14:06 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18136)

(cherry picked from commit 6009997abd2594d5a7c0606176f404190922b74d)

crypto/chacha/build.info
crypto/poly1305/asm/poly1305-ia64.s [moved from crypto/poly1305/asm/poly1305-ia64.S with 100% similarity]
crypto/poly1305/build.info

index c12cb9c201b6df829cea9741317072d7001191d8..026b09de74c5653a8c87c07992f867490ad0d0bc 100644 (file)
@@ -5,7 +5,7 @@ IF[{- !$disabled{asm} -}]
   $CHACHAASM_x86=chacha-x86.s
   $CHACHAASM_x86_64=chacha-x86_64.s
 
-  $CHACHAASM_ia64=chacha-ia64.S
+  $CHACHAASM_ia64=chacha-ia64.s
 
   $CHACHAASM_s390x=chacha-s390x.S
 
@@ -36,4 +36,4 @@ INCLUDE[chacha-armv8.o]=..
 INCLUDE[chacha-s390x.o]=..
 GENERATE[chacha-c64xplus.S]=asm/chacha-c64xplus.pl
 GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl
-GENERATE[chacha-ia64.S]=asm/chacha-ia64.pl
+GENERATE[chacha-ia64.s]=asm/chacha-ia64.pl
index 7f13fdcf3b8f540532b2ad21a85c4f0c717b8515..212ab8c36c7dbb8f5662f5b5369d8c8f2f8f0df1 100644 (file)
@@ -5,7 +5,7 @@ IF[{- !$disabled{asm} -}]
   $POLY1305ASM_x86=poly1305-x86.s
   $POLY1305ASM_x86_64=poly1305-x86_64.s
 
-  $POLY1305ASM_ia64=asm/poly1305-ia64.S
+  $POLY1305ASM_ia64=asm/poly1305-ia64.s
 
   $POLY1305ASM_sparcv9=poly1305-sparcv9.S