[openssl/openssl] 0169bb: MASM: Need to strip arguments after .pdata or .xdata

Kelvin Lee noreply at github.com
Wed Jun 26 10:05:52 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 0169bbbd1ce94ea703d5561b30f0e41bb54520a6
      https://github.com/openssl/openssl/commit/0169bbbd1ce94ea703d5561b30f0e41bb54520a6
  Author: Kelvin Lee <kiyolee at gmail.com>
  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 <matt at openssl.org>
Reviewed-by: Sasa Nedvedicky <sashan at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(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


More information about the openssl-commits mailing list