Commit bb1f540d0f for openssl.org
commit bb1f540d0fe00c8293f3983580d6f68bfda3d81e
Author: rainerjung <rainer.jung@kippdata.de>
Date: Wed Jan 28 12:00:35 2026 +0100
Fix coding style check by adding clang format exclusions
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
MergeDate: Thu Jan 29 14:22:55 2026
(Merged from https://github.com/openssl/openssl/pull/29817)
diff --git a/include/crypto/sparc_arch.h b/include/crypto/sparc_arch.h
index 9d20c6f8a7..34a01d46d3 100644
--- a/include/crypto/sparc_arch.h
+++ b/include/crypto/sparc_arch.h
@@ -79,10 +79,14 @@
#if defined(__arch64__)
+/* clang-format off */
#define SPARC_LOAD_ADDRESS(SYM, reg) \
setx SYM, %o7, reg;
+/* clang-format on */
#define LDPTR ldx
+/* clang-format off */
#define SIZE_T_CC %xcc
+/* clang-format on */
#define STACK_FRAME 192
#define STACK_BIAS 2047
#define STACK_7thARG (STACK_BIAS + 176)
@@ -92,7 +96,9 @@
#define SPARC_LOAD_ADDRESS(SYM, reg) \
set SYM, reg;
#define LDPTR ld
+/* clang-format off */
#define SIZE_T_CC %icc
+/* clang-format on */
#define STACK_FRAME 112
#define STACK_BIAS 0
#define STACK_7thARG 92