From 0dadd2bf46f37ca96a50e247649a11b3c5273234 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 23 Feb 2023 08:55:44 +0000 Subject: Use explicit .text instead of .previous to please Windows/MinGW on amd64 ok miod --- src/lib/libcrypto/aes/asm/aes-x86_64.pl | 2 +- src/lib/libcrypto/aes/asm/aesni-sha1-x86_64.pl | 2 +- src/lib/libcrypto/aes/asm/aesni-x86_64.pl | 2 +- src/lib/libcrypto/aes/asm/bsaes-x86_64.pl | 2 +- src/lib/libcrypto/aes/asm/vpaes-x86_64.pl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/libcrypto/aes') diff --git a/src/lib/libcrypto/aes/asm/aes-x86_64.pl b/src/lib/libcrypto/aes/asm/aes-x86_64.pl index 2986a9fcc6..b7399b552a 100755 --- a/src/lib/libcrypto/aes/asm/aes-x86_64.pl +++ b/src/lib/libcrypto/aes/asm/aes-x86_64.pl @@ -2535,7 +2535,7 @@ $code.=<<___; .long 0x80808080, 0x80808080, 0xfefefefe, 0xfefefefe .long 0x1b1b1b1b, 0x1b1b1b1b, 0, 0 .align 64 -.previous +.text ___ # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, diff --git a/src/lib/libcrypto/aes/asm/aesni-sha1-x86_64.pl b/src/lib/libcrypto/aes/asm/aesni-sha1-x86_64.pl index 8a428c9b15..bafa906a05 100644 --- a/src/lib/libcrypto/aes/asm/aesni-sha1-x86_64.pl +++ b/src/lib/libcrypto/aes/asm/aesni-sha1-x86_64.pl @@ -1084,7 +1084,7 @@ K_XX_XX: .long 0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6 # K_60_79 .long 0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f # pbswap mask .align 64 -.previous +.text ___ # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, diff --git a/src/lib/libcrypto/aes/asm/aesni-x86_64.pl b/src/lib/libcrypto/aes/asm/aesni-x86_64.pl index 1af4c5bad9..d394e6f696 100644 --- a/src/lib/libcrypto/aes/asm/aesni-x86_64.pl +++ b/src/lib/libcrypto/aes/asm/aesni-x86_64.pl @@ -2731,7 +2731,7 @@ $code.=<<___; .Lxts_magic: .long 0x87,0,1,0 .align 64 -.previous +.text ___ # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, diff --git a/src/lib/libcrypto/aes/asm/bsaes-x86_64.pl b/src/lib/libcrypto/aes/asm/bsaes-x86_64.pl index 347f4c3025..20e9e1f71f 100644 --- a/src/lib/libcrypto/aes/asm/bsaes-x86_64.pl +++ b/src/lib/libcrypto/aes/asm/bsaes-x86_64.pl @@ -2937,7 +2937,7 @@ _bsaes_const: .quad 0x6363636363636363, 0x6363636363636363 .align 64 .size _bsaes_const,.-_bsaes_const -.previous +.text ___ # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, diff --git a/src/lib/libcrypto/aes/asm/vpaes-x86_64.pl b/src/lib/libcrypto/aes/asm/vpaes-x86_64.pl index ad5fa7522f..3ffb1a3038 100644 --- a/src/lib/libcrypto/aes/asm/vpaes-x86_64.pl +++ b/src/lib/libcrypto/aes/asm/vpaes-x86_64.pl @@ -1063,7 +1063,7 @@ _vpaes_consts: .quad 0x12D7560F93441D00, 0xCA4B8159D8C58E9C .align 64 .size _vpaes_consts,.-_vpaes_consts -.previous +.text ___ if ($win64) { -- cgit v1.2.3-55-g6feb