[openssl/openssl] 01e304: ec: Use .machine "any" explicitly in ecp_nistp521-...
Robin Lee
noreply at github.com
Tue Feb 28 22:21:29 UTC 2023
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 01e3041b5716382f653c49538389230a8475f574
https://github.com/openssl/openssl/commit/01e3041b5716382f653c49538389230a8475f574
Author: Robin Lee <robinlee.sysu at gmail.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M crypto/ec/asm/ecp_nistp521-ppc64.pl
Log Message:
-----------
ec: Use .machine "any" explicitly in ecp_nistp521-ppc64
Since GCC commit e154242724b084380e3221df7c08fcdbd8460674 the flag "-many"
is sometimes not passed to the assembler. Use .machine "any" just like
ecp_nistz256-ppc64 to prevent compile errors when built with some
configurations of GCC.
CLA: trivial
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20378)
(cherry picked from commit a6d7093a1dc890493d3577c738e729c0265d7b40)
More information about the openssl-commits
mailing list