From: Kazu Hirata Date: Fri, 10 Aug 2001 14:06:14 +0000 (+0000) Subject: * config/h8300/h8300.h: Fix formatting. X-Git-Tag: prereleases/libstdc++-3.0.95~2759 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf35eebc4019446ecbd7b86d4f999e11aa79f5a1;p=thirdparty%2Fgcc.git * config/h8300/h8300.h: Fix formatting. From-SVN: r44763 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e0bc8e572f8..a76f2e690f32 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-08-10 Kazu Hirata + + * config/h8300/h8300.h: Fix formatting. + 2001-08-08 Jason Merrill * c-common.h (RETURN_NULLIFIED_P): Lose. diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 735a42305a33..dc7a8ace768e 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -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. */