Commit 84c25fb5 by Jeff Law Committed by Jeff Law

[PATCH]Fix various ports failing due to unused parameter

	* varasm.c (handle_vtv_comdat_section): Mark 2nd parameter with
	ATTRIBUTE_UNUSED.

From-SVN: r229109
parent a81072c7
2015-10-21 Jeff Law <law@redhat.com>
* varasm.c (handle_vtv_comdat_section): Mark 2nd parameter with
ATTRIBUTE_UNUSED.
2015-10-21 Richard Biener <rguenther@suse.de>
Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
......@@ -7747,7 +7747,7 @@ default_asm_output_ident_directive (const char *ident_str)
a single call to "switch_to_section (sect)". */
static void
handle_vtv_comdat_section (section *sect, const_tree decl)
handle_vtv_comdat_section (section *sect, const_tree decl ATTRIBUTE_UNUSED)
{
#if defined (OBJECT_FORMAT_ELF)
targetm.asm_out.named_section (sect->named.name,
......
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