Commit 184a8d6f by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

Remove ATTRIBUTE_UNUSED from `decl' parameter of default_elf_asm_named_section

The decl parameter in default_elf_asm_named_section is actually used.
Applied as obvious after an arm-none-eabi build.

Ramana


2015-10-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>

	* varasm.c (default_elf_asm_named_section): Remove ATTRIBUTE_UNUSED
	from the decl parameter.

From-SVN: r228537
parent 242a37f1
2015-10-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* varasm.c (default_elf_asm_named_section): Remove ATTRIBUTE_UNUSED
from the decl parameter.
2015-10-06 Nathan Sidwell <nathan@codesourcery.com>
PR 67861
......@@ -6233,7 +6233,7 @@ default_no_named_section (const char *name ATTRIBUTE_UNUSED,
void
default_elf_asm_named_section (const char *name, unsigned int flags,
tree decl ATTRIBUTE_UNUSED)
tree decl)
{
char flagchars[10], *f = flagchars;
......
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