aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/linux.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-10-05 12:43:58 +0000
committerAlan Modra <amodra@gcc.gnu.org>2004-10-05 22:13:58 +0930
commitc4ad648e16b7bec945bf959a14ad4259a7aec81c (patch)
treee14c82fc2413b33a4fea793810a37cb319034ced /gcc/config/rs6000/linux.h
parent406176bedc8a0b67d7625ae4c8f896d22ef15fcf (diff)
downloadgcc-c4ad648e16b7bec945bf959a14ad4259a7aec81c.zip
gcc-c4ad648e16b7bec945bf959a14ad4259a7aec81c.tar.gz
gcc-c4ad648e16b7bec945bf959a14ad4259a7aec81c.tar.bz2
linux.h: Formatting, whitespace.
* config/rs6000/linux.h: Formatting, whitespace. * config/rs6000/linux64.h: Likewise. * config/rs6000/rs6000-protos.h: Likewise. * config/rs6000/rs6000.c: Likewise. (easy_vector_splat_const): Add fall thru comments. (output_vec_const_move): Likewise. From-SVN: r88551
Diffstat (limited to 'gcc/config/rs6000/linux.h')
-rw-r--r--gcc/config/rs6000/linux.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h
index 5420917..d4ce105 100644
--- a/gcc/config/rs6000/linux.h
+++ b/gcc/config/rs6000/linux.h
@@ -33,15 +33,15 @@
#define TARGET_C99_FUNCTIONS 1
#undef TARGET_OS_CPP_BUILTINS
-#define TARGET_OS_CPP_BUILTINS() \
- do \
- { \
- builtin_define_std ("PPC"); \
- builtin_define_std ("powerpc"); \
- builtin_assert ("cpu=powerpc"); \
- builtin_assert ("machine=powerpc"); \
- TARGET_OS_SYSV_CPP_BUILTINS (); \
- } \
+#define TARGET_OS_CPP_BUILTINS() \
+ do \
+ { \
+ builtin_define_std ("PPC"); \
+ builtin_define_std ("powerpc"); \
+ builtin_assert ("cpu=powerpc"); \
+ builtin_assert ("machine=powerpc"); \
+ TARGET_OS_SYSV_CPP_BUILTINS (); \
+ } \
while (0)
#undef CPP_OS_DEFAULT_SPEC