Commit b9b21a05 by Andreas Jaeger Committed by Andreas Jaeger

i386.c (x86_function_profiler): Mark labelno as possibly unused.

	* config/i386/i386.c (x86_function_profiler): Mark labelno as
	possibly unused.

From-SVN: r60573
parent c7ab2b4d
2002-12-28 Andreas Jaeger <aj@suse.de>
* config/i386/i386.c (x86_function_profiler): Mark labelno as
possibly unused.
* c-parse.in (yyprint): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX for
correct format.
......
......@@ -14676,7 +14676,7 @@ x86_field_alignment (field, computed)
void
x86_function_profiler (file, labelno)
FILE *file;
int labelno;
int labelno ATTRIBUTE_UNUSED;
{
if (TARGET_64BIT)
if (flag_pic)
......
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