Commit 7915fbaa by Mark Mitchell Committed by Mark Mitchell

i386.c (i386_solaris_elf_named_section): Mark with ATTRIBUTE_UNUSED.

 	* config/i386/i386.c (i386_solaris_elf_named_section): Mark with
	ATTRIBUTE_UNUSED.

From-SVN: r90841
parent cf249358
2004-11-17 Mark Mitchell <mark@codesourcery.com>
* config/i386/i386.c (i386_solaris_elf_named_section): Mark with
ATTRIBUTE_UNUSED.
2004-11-17 Zack Weinberg <zack@codesourcery.com> 2004-11-17 Zack Weinberg <zack@codesourcery.com>
* defaults.h, config/darwin.h: Don't define TARGET_SUPPORTS_HIDDEN. * defaults.h, config/darwin.h: Don't define TARGET_SUPPORTS_HIDDEN.
......
...@@ -927,7 +927,9 @@ static bool ix86_pass_by_reference (CUMULATIVE_ARGS *, enum machine_mode, ...@@ -927,7 +927,9 @@ static bool ix86_pass_by_reference (CUMULATIVE_ARGS *, enum machine_mode,
#if defined (DO_GLOBAL_CTORS_BODY) && defined (HAS_INIT_SECTION) #if defined (DO_GLOBAL_CTORS_BODY) && defined (HAS_INIT_SECTION)
static void ix86_svr3_asm_out_constructor (rtx, int); static void ix86_svr3_asm_out_constructor (rtx, int);
#endif #endif
static void i386_solaris_elf_named_section (const char *, unsigned int, tree); /* This function is only used on Solaris. */
static void i386_solaris_elf_named_section (const char *, unsigned int, tree)
ATTRIBUTE_UNUSED;
/* Register class used for passing given 64bit part of the argument. /* Register class used for passing given 64bit part of the argument.
These represent classes as documented by the PS ABI, with the exception These represent classes as documented by the PS ABI, with the exception
......
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