Commit b5235ba7 by Richard Henderson Committed by Richard Henderson

* config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.

From-SVN: r48618
parent 7d8ac293
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); \
}
......
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