This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r228537 - in /trunk/gcc: ChangeLog varasm.c


Author: ramana
Date: Tue Oct  6 17:00:12 2015
New Revision: 228537

URL: https://gcc.gnu.org/viewcvs?rev=228537&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/varasm.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]