Fix error in PAC/BTI AArch64 build

Clang format removes a space here, which creates a compiler error when
building for PAC/BTI. Fix this and Turn off clang format for this line

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/29399)
This commit is contained in:
Paul Elliott
2025-12-15 13:05:00 +00:00
committed by Norbert Pocs
parent ac7f76380b
commit ddcfc1a1be

View File

@@ -192,7 +192,9 @@ extern unsigned int OPENSSL_armv8_rsa_neonized;
#endif
#if GNU_PROPERTY_AARCH64_POINTER_AUTH != 0 || GNU_PROPERTY_AARCH64_BTI != 0
.pushsection.note.gnu.property, "a";
/* clang-format off */
.pushsection .note.gnu.property, "a";
/* clang-format on */
.balign 8;
.long 4;
.long 0x10;