summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm
diff options
context:
space:
mode:
authorAndrey Matyukov <andrey.matyukov@intel.com>2021-03-23 20:47:28 +0300
committerMatt Caswell <matt@openssl.org>2021-03-24 09:11:55 +0000
commitb238e78fe897dd22400e0353a9f43318397c2f98 (patch)
tree842105375f1b824ce853d3fe7ffb5ba10855719f /crypto/bn/asm
parent1f085af02cc80fa0cb62eb81a49dcb00917b9d30 (diff)
Rearranged .pdata entries in rsaz-avx512.pl to make them properly ordered.
Fixes #14660: Windows linking error Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14665)
Diffstat (limited to 'crypto/bn/asm')
-rw-r--r--crypto/bn/asm/rsaz-avx512.pl16
1 files changed, 8 insertions, 8 deletions
diff --git a/crypto/bn/asm/rsaz-avx512.pl b/crypto/bn/asm/rsaz-avx512.pl
index 063b9d6b5e..04effabffa 100644
--- a/crypto/bn/asm/rsaz-avx512.pl
+++ b/crypto/bn/asm/rsaz-avx512.pl
@@ -690,28 +690,28 @@ rsaz_def_handler:
.rva .LSEH_end_RSAZ_amm52x20_x1_256
.rva .LSEH_info_RSAZ_amm52x20_x1_256
- .rva .LSEH_begin_extract_multiplier_2x20_win5
- .rva .LSEH_end_extract_multiplier_2x20_win5
- .rva .LSEH_info_extract_multiplier_2x20_win5
-
.rva .LSEH_begin_RSAZ_amm52x20_x2_256
.rva .LSEH_end_RSAZ_amm52x20_x2_256
.rva .LSEH_info_RSAZ_amm52x20_x2_256
+ .rva .LSEH_begin_extract_multiplier_2x20_win5
+ .rva .LSEH_end_extract_multiplier_2x20_win5
+ .rva .LSEH_info_extract_multiplier_2x20_win5
+
.section .xdata
.align 8
.LSEH_info_RSAZ_amm52x20_x1_256:
.byte 9,0,0,0
.rva rsaz_def_handler
.rva .Lrsaz_amm52x20_x1_256_body,.Lrsaz_amm52x20_x1_256_epilogue
-.LSEH_info_extract_multiplier_2x20_win5:
- .byte 9,0,0,0
- .rva rsaz_def_handler
- .rva .LSEH_begin_extract_multiplier_2x20_win5,.LSEH_begin_extract_multiplier_2x20_win5
.LSEH_info_RSAZ_amm52x20_x2_256:
.byte 9,0,0,0
.rva rsaz_def_handler
.rva .Lrsaz_amm52x20_x2_256_body,.Lrsaz_amm52x20_x2_256_epilogue
+.LSEH_info_extract_multiplier_2x20_win5:
+ .byte 9,0,0,0
+ .rva rsaz_def_handler
+ .rva .LSEH_begin_extract_multiplier_2x20_win5,.LSEH_begin_extract_multiplier_2x20_win5
___
}
}}} else {{{ # fallback for old assembler