(ASM_OUTPUT_SECTION_NAME): Fix typo.
authorDoug Evans <dje@gnu.org>
Thu, 17 Feb 1994 23:00:57 +0000 (23:00 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 17 Feb 1994 23:00:57 +0000 (23:00 +0000)
From-SVN: r6590

gcc/config/h8300/h8300.h

index b93c90b..59b0d45 100644 (file)
@@ -929,7 +929,7 @@ switch (get_attr_cc (INSN))                                         \
    This is currently only used to support section attributes.  */
 
 #define ASM_OUTPUT_SECTION_NAME(FILE, NAME) \
-   fprintf (FILE, ".section\t\"%s\"\n", NAME)
+   fprintf (FILE, ".section\t%s\n", NAME)
 
 /* This is how to output the definition of a user-level label named NAME,
    such as the label on a static function or variable NAME.  */