Commit cd554454 by Geoffrey Keating Committed by Geoffrey Keating

* varasm.c (assemble_end_function): Say that 'fnname' is unused.

From-SVN: r111836
parent fa032731
2006-03-07 Geoffrey Keating <geoffk@apple.com>
* varasm.c (assemble_end_function): Say that 'fnname' is unused.
* config/i386/i386.c (ix86_delegitimize_address): Handle Darwin
addresses with offsets; reorganize.
......
......@@ -1440,7 +1440,7 @@ assemble_start_function (tree decl, const char *fnname)
function. DECL describes the function. NAME is the function's name. */
void
assemble_end_function (tree decl, const char *fnname)
assemble_end_function (tree decl, const char *fnname ATTRIBUTE_UNUSED)
{
#ifdef ASM_DECLARE_FUNCTION_SIZE
/* We could have switched section in the middle of the function. */
......
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