]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix coding style check by adding clang format exclusions
authorrainerjung <rainer.jung@kippdata.de>
Wed, 28 Jan 2026 11:00:35 +0000 (12:00 +0100)
committerNeil Horman <nhorman@openssl.org>
Thu, 29 Jan 2026 14:22:41 +0000 (09:22 -0500)
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)

include/crypto/sparc_arch.h

index 9d20c6f8a77cb4b15737d34d95fc5b4103387047..34a01d46d3988f99d53d41e74175a28a751d1650 100644 (file)
 
 #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