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
+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
void
default_elf_asm_named_section (const char *name, unsigned int flags,
- tree decl ATTRIBUTE_UNUSED)
+ tree decl)
{
char flagchars[10], *f = flagchars;