OSDN Git Service

(ASM_OUTPUT_SECTION_NAME): Take proper number of args.
authorroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jan 1995 06:09:14 +0000 (06:09 +0000)
committerroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jan 1995 06:09:14 +0000 (06:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8826 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/svr4.h

index a04fc2f..7f4491b 100644 (file)
@@ -565,7 +565,7 @@ dtors_section ()                                                    \
 /* Switch into a generic section.
    This is currently only used to support section attributes.  */
 
 /* Switch into a generic section.
    This is currently only used to support section attributes.  */
 
-#define ASM_OUTPUT_SECTION_NAME(FILE, NAME) \
+#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME) \
   fprintf (FILE, ".section\t%s,\"a\",@progbits\n", NAME)
 
 /* A C statement (sans semicolon) to output an element in the table of
   fprintf (FILE, ".section\t%s,\"a\",@progbits\n", NAME)
 
 /* A C statement (sans semicolon) to output an element in the table of