Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 0169bbbd1ce94ea703d5561b30f0e41bb54520a6
https://github.com/openssl/openssl/commit/0169bbbd1ce94ea703d5561b30f0e41bb54520a6
Author: Kelvin Lee <[email protected]>
Date: 2024-06-26 (Wed, 26 Jun 2024)
Changed paths:
M crypto/perlasm/x86_64-xlate.pl
Log Message:
-----------
MASM: Need to strip arguments after .pdata or .xdata
For MASM,
.section .pdata,"r"
got translated to:
.pdata,"r" SEGMENT READONLY ALIGN(4)
that breaks ml64.
Previous version of x86_64-xlate.pl did strip that ',"r"'.
CLA: trivial
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Sasa Nedvedicky <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/24714)
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/openssl/settings/notifications