From e5fed6e62396ffb2e53fb80cfec87ac8f26e33a7 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 17 Feb 1994 23:00:57 +0000 Subject: (ASM_OUTPUT_SECTION_NAME): Fix typo. From-SVN: r6590 --- gcc/config/h8300/h8300.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index b93c90b..59b0d45 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -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. */ -- cgit v1.1