aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300/elf.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-06-03 00:51:37 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-06-03 00:51:37 +0000
commit1c8ec18b71dd89b6c61b9211095775de417bafe8 (patch)
tree237cc05becf7594b553158809cb8dfa686e28c2a /gcc/config/h8300/elf.h
parent86cb04f698910d3aea883ea4334a0876894cf3d4 (diff)
downloadgcc-1c8ec18b71dd89b6c61b9211095775de417bafe8.zip
gcc-1c8ec18b71dd89b6c61b9211095775de417bafe8.tar.gz
gcc-1c8ec18b71dd89b6c61b9211095775de417bafe8.tar.bz2
elf.h: Fix formatting.
* config/h8300/elf.h: Fix formatting. * config/h8300/rtems.h: Likewise. From-SVN: r54196
Diffstat (limited to 'gcc/config/h8300/elf.h')
-rw-r--r--gcc/config/h8300/elf.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/config/h8300/elf.h b/gcc/config/h8300/elf.h
index 81e320c..c7214d4 100644
--- a/gcc/config/h8300/elf.h
+++ b/gcc/config/h8300/elf.h
@@ -1,8 +1,10 @@
/* Target OS preprocessor built-ins. */
#define TARGET_OS_CPP_BUILTINS() \
- do { \
- builtin_define ("__ELF__"); \
- } while (0)
+ do \
+ { \
+ builtin_define ("__ELF__"); \
+ } \
+ while (0)
/* Undefine some macros defined in h8300 that conflict with elfos.h . */
#undef SDB_DEBUGGING_INFO