From: Kazu Hirata Date: Mon, 3 Jun 2002 00:51:37 +0000 (+0000) Subject: elf.h: Fix formatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c8ec18b71dd89b6c61b9211095775de417bafe8;p=gcc.git elf.h: Fix formatting. * config/h8300/elf.h: Fix formatting. * config/h8300/rtems.h: Likewise. From-SVN: r54196 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 317ab9d7e77..54b9ad9a22b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-06-02 Kazu Hirata + + * config/h8300/elf.h: Fix formatting. + * config/h8300/rtems.h: Likewise. + 2002-06-03 Jason Thorpe * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove. diff --git a/gcc/config/h8300/elf.h b/gcc/config/h8300/elf.h index 81e320c061d..c7214d49453 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 diff --git a/gcc/config/h8300/rtems.h b/gcc/config/h8300/rtems.h index 6b487cd1b7b..72fb0913d9f 100644 --- a/gcc/config/h8300/rtems.h +++ b/gcc/config/h8300/rtems.h @@ -21,8 +21,10 @@ Boston, MA 02111-1307, USA. */ /* Target OS preprocessor built-ins. */ #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define_std ("h8300"); \ - builtin_define ("__rtems__"); \ - builtin_assert ("system=rtems"); \ - } while (0) + do \ + { \ + builtin_define_std ("h8300"); \ + builtin_define ("__rtems__"); \ + builtin_assert ("system=rtems"); \ + } \ + while (0)