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
This commit is contained in:
parent
c7ab2b4dbc
commit
b9b21a05ce
@ -1,5 +1,8 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user