mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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)
This commit is contained in:
parent
1f085af02c
commit
b238e78fe8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user