* config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
From-SVN: r48618
This commit is contained in:
parent
7d8ac2930b
commit
b5235ba76c
@ -1,3 +1,7 @@
|
||||
2002-01-07 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
|
||||
|
||||
2002-01-07 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* unwind-dw2.c (execute_cfa_program): Use < again.
|
||||
|
@ -307,7 +307,7 @@ toc_section () \
|
||||
if (write_symbols != NO_DEBUG) \
|
||||
private_data_section (); \
|
||||
text_section (); \
|
||||
if (current_function_profile) \
|
||||
if (profile_flag) \
|
||||
fprintf (FILE, "\t.extern %s\n", RS6000_MCOUNT); \
|
||||
rs6000_file_start (FILE, TARGET_CPU_DEFAULT); \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user