]> git.ipfire.org Git - thirdparty/openssl.git/commit
Prefer .inst rather than .long for probe instructions in arm64cpuid.pl
authoryavtuk <yavtuk@ya.ru>
Mon, 11 Apr 2022 20:40:59 +0000 (23:40 +0300)
committerTomas Mraz <tomas@openssl.org>
Fri, 29 Apr 2022 06:49:07 +0000 (08:49 +0200)
commit4d63eaf99b4c546fede9a732c2693d0b84641cf9
tree7e383e5a8a460a777a66bf22b40b46e5d52c432e
parentbbe909d00e9a593bd5954dfca4d3020467977565
Prefer .inst rather than .long for probe instructions in arm64cpuid.pl

Fixes an issue disassembling the functions because the symtab contains
an attribute indicating the presence of data within them.

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18086)
crypto/arm64cpuid.pl