elf.h: Fix formatting.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 3 Jun 2002 00:51:37 +0000 (00:51 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 3 Jun 2002 00:51:37 +0000 (00:51 +0000)
* config/h8300/elf.h: Fix formatting.
* config/h8300/rtems.h: Likewise.

From-SVN: r54196

gcc/ChangeLog
gcc/config/h8300/elf.h
gcc/config/h8300/rtems.h

index 317ab9d7e77891174ac66ae305776c2cd2b23dea..54b9ad9a22bed0d4d20f65533de1fa471192db48 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/elf.h: Fix formatting.
+       * config/h8300/rtems.h: Likewise.
+
 2002-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.
index 81e320c061d750928a91f031df525980b8a990f4..c7214d4945318a08d7221f87f441a1b385a1f2cd 100644 (file)
@@ -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
index 6b487cd1b7b34c6048c011bd8e4aa3ac459e3024..72fb0913d9f53b9b09c49b1e019aa48f02ec2c7c 100644 (file)
@@ -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)