Commit da2c5447 by Jim Wilson

(bss_section): Delete unused parameters.

From-SVN: r12912
parent e90b62db
...@@ -278,7 +278,7 @@ named_section (decl, name) ...@@ -278,7 +278,7 @@ named_section (decl, name)
/* Tell the assembler to switch to the bss section. */ /* Tell the assembler to switch to the bss section. */
void void
bss_section (decl, name) bss_section ()
{ {
if (in_section != in_bss) if (in_section != in_bss)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment