]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/h8300/h8300.h: Fix formatting.
authorKazu Hirata <kazu@hxi.com>
Fri, 10 Aug 2001 14:06:14 +0000 (14:06 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 10 Aug 2001 14:06:14 +0000 (14:06 +0000)
From-SVN: r44763

gcc/ChangeLog
gcc/config/h8300/h8300.h

index 3e0bc8e572f85a6e3f860653a5f997444baa2648..a76f2e690f326e1ea836d148dbd59535b802cc9d 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-10  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.h: Fix formatting.
+
 2001-08-08  Jason Merrill  <jason_merrill@redhat.com>
 
        * c-common.h (RETURN_NULLIFIED_P): Lose.
index 735a42305a330f2899c49f07af60e69c06fbb9f7..dc7a8ace768e46bf53c1442e76a0329bdc23cb54 100644 (file)
@@ -1134,17 +1134,17 @@ readonly_data ()                                                        \
 /* If we are referencing a function that is supposed to be called
    through the function vector, the SYMBOL_REF_FLAG in the rtl
    so the call patterns can generate the correct code.  */
-#define ENCODE_SECTION_INFO(DECL)                      \
-  if (TREE_CODE (DECL) == FUNCTION_DECL                        \
-      && h8300_funcvec_function_p (DECL))              \
-    SYMBOL_REF_FLAG (XEXP (DECL_RTL (DECL), 0)) = 1;   \
-  else if (TREE_CODE (DECL) == VAR_DECL                        \
-          && (TREE_STATIC (DECL) || DECL_EXTERNAL (DECL)) \
-          && h8300_eightbit_data_p (DECL))             \
-    SYMBOL_REF_FLAG (XEXP (DECL_RTL (DECL), 0)) = 1;   \
-  else if (TREE_CODE (DECL) == VAR_DECL                        \
-          && (TREE_STATIC (DECL) || DECL_EXTERNAL (DECL)) \
-          && h8300_tiny_data_p (DECL))                 \
+#define ENCODE_SECTION_INFO(DECL)                              \
+  if (TREE_CODE (DECL) == FUNCTION_DECL                                \
+      && h8300_funcvec_function_p (DECL))                      \
+    SYMBOL_REF_FLAG (XEXP (DECL_RTL (DECL), 0)) = 1;           \
+  else if (TREE_CODE (DECL) == VAR_DECL                                \
+          && (TREE_STATIC (DECL) || DECL_EXTERNAL (DECL))      \
+          && h8300_eightbit_data_p (DECL))                     \
+    SYMBOL_REF_FLAG (XEXP (DECL_RTL (DECL), 0)) = 1;           \
+  else if (TREE_CODE (DECL) == VAR_DECL                                \
+          && (TREE_STATIC (DECL) || DECL_EXTERNAL (DECL))      \
+          && h8300_tiny_data_p (DECL))                         \
     h8300_encode_label (DECL);
 
 /* Store the user-specified part of SYMBOL_NAME in VAR.
@@ -1250,7 +1250,8 @@ readonly_data ()                                                  \
       char dstr[30];                                           \
       REAL_VALUE_TO_DECIMAL ((VALUE), "%.20e", dstr);          \
       fprintf (FILE, "\t.double %s\n", dstr);                  \
-    } while (0)
+    }                                                          \
+  while (0)
 
 /* This is how to output an assembler line defining a `float' constant.  */
 #define ASM_OUTPUT_FLOAT(FILE, VALUE)                          \
@@ -1259,7 +1260,8 @@ readonly_data ()                                                  \
       char dstr[30];                                           \
       REAL_VALUE_TO_DECIMAL ((VALUE), "%.20e", dstr);          \
       fprintf (FILE, "\t.float %s\n", dstr);                   \
-    } while (0)
+    }                                                          \
+  while (0)
 
 /* This is how to output an assembler line defining an `int' constant.  */