From: rainerjung Date: Wed, 28 Jan 2026 11:00:35 +0000 (+0100) Subject: Fix coding style check by adding clang format exclusions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb1f540d0fe00c8293f3983580d6f68bfda3d81e;p=thirdparty%2Fopenssl.git Fix coding style check by adding clang format exclusions Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale 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 9d20c6f8a77..34a01d46d39 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