diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1995-01-27 06:09:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1995-01-27 06:09:14 +0000 |
commit | bbff01697a0eaecb5e53bb4515fede8ba1c2b869 (patch) | |
tree | 44409ec2e8b02588366dbeb4e3b042a8e7c5cec0 /gcc | |
parent | b52cd365d466139aec3b96b96ddddafcf139a1fb (diff) | |
download | gcc-bbff01697a0eaecb5e53bb4515fede8ba1c2b869.zip gcc-bbff01697a0eaecb5e53bb4515fede8ba1c2b869.tar.gz gcc-bbff01697a0eaecb5e53bb4515fede8ba1c2b869.tar.bz2 |
(ASM_OUTPUT_SECTION_NAME): Take proper number of args.
From-SVN: r8826
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/svr4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index a04fc2f..7f4491b 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 |