From b202fe4eaf57cce9ef22a0b2bf35022d335074a9 Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 27 Jan 1995 06:09:14 +0000 Subject: [PATCH] (ASM_OUTPUT_SECTION_NAME): Take proper number of args. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8826 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/svr4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index a04fc2f0826..7f4491b381f 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -565,7 +565,7 @@ dtors_section () \ /* 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 -- 2.11.0