diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:36:23 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:46:02 -0500 |
commit | c583a2520616c2736cffc389c89a48b159366e6c (patch) | |
tree | b4925f26506fcee96c16119431c01760f05db95d /gdb/arch/ppc-linux-common.h | |
parent | ca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff) | |
download | binutils-users/simark/clang-format.zip binutils-users/simark/clang-format.tar.gz binutils-users/simark/clang-format.tar.bz2 |
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdb/arch/ppc-linux-common.h')
-rw-r--r-- | gdb/arch/ppc-linux-common.h | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/gdb/arch/ppc-linux-common.h b/gdb/arch/ppc-linux-common.h index 8b9ba70..c2e37a0 100644 --- a/gdb/arch/ppc-linux-common.h +++ b/gdb/arch/ppc-linux-common.h @@ -33,14 +33,14 @@ struct target_desc; #define PPC_LINUX_SIZEOF_PPRREGSET 8 #define PPC_LINUX_SIZEOF_DSCRREGSET 8 #define PPC_LINUX_SIZEOF_TARREGSET 8 -#define PPC_LINUX_SIZEOF_EBBREGSET (3*8) -#define PPC_LINUX_SIZEOF_PMUREGSET (5*8) -#define PPC_LINUX_SIZEOF_TM_SPRREGSET (3*8) -#define PPC32_LINUX_SIZEOF_CGPRREGSET (48*4) -#define PPC64_LINUX_SIZEOF_CGPRREGSET (48*8) -#define PPC_LINUX_SIZEOF_CFPRREGSET (32*8+8) -#define PPC_LINUX_SIZEOF_CVMXREGSET (34*16) -#define PPC_LINUX_SIZEOF_CVSXREGSET (32*8) +#define PPC_LINUX_SIZEOF_EBBREGSET (3 * 8) +#define PPC_LINUX_SIZEOF_PMUREGSET (5 * 8) +#define PPC_LINUX_SIZEOF_TM_SPRREGSET (3 * 8) +#define PPC32_LINUX_SIZEOF_CGPRREGSET (48 * 4) +#define PPC64_LINUX_SIZEOF_CGPRREGSET (48 * 8) +#define PPC_LINUX_SIZEOF_CFPRREGSET (32 * 8 + 8) +#define PPC_LINUX_SIZEOF_CVMXREGSET (34 * 16) +#define PPC_LINUX_SIZEOF_CVSXREGSET (32 * 8) #define PPC_LINUX_SIZEOF_CPPRREGSET 8 #define PPC_LINUX_SIZEOF_CDSCRREGSET 8 #define PPC_LINUX_SIZEOF_CTARREGSET 8 @@ -62,17 +62,11 @@ struct ppc_linux_features /* Base value for ppc_linux_features variables. */ const struct ppc_linux_features ppc_linux_no_features = { - 0, - false, - false, - false, - false, - false, - false, + 0, false, false, false, false, false, false, }; /* Return a target description that matches FEATURES. */ -const struct target_desc * ppc_linux_match_description -(struct ppc_linux_features features); +const struct target_desc * +ppc_linux_match_description (struct ppc_linux_features features); #endif /* ARCH_PPC_LINUX_COMMON_H */ |