aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-01-07 16:37:34 -0800
committerRichard Henderson <rth@gcc.gnu.org>2002-01-07 16:37:34 -0800
commitb5235ba76c616e0e12440894d23c7a387f316b2a (patch)
tree06209065ac77cdcec93396ffa685f8ea24462cd3 /gcc
parent7d8ac2930bce171807333f4d4aa6839e0120c16c (diff)
downloadgcc-b5235ba76c616e0e12440894d23c7a387f316b2a.zip
gcc-b5235ba76c616e0e12440894d23c7a387f316b2a.tar.gz
gcc-b5235ba76c616e0e12440894d23c7a387f316b2a.tar.bz2
* config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
From-SVN: r48618
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/xcoff.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a13b5b2..409bc75 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h
index 2b3f5b9..e60f3fe 100644
--- a/gcc/config/rs6000/xcoff.h
+++ b/gcc/config/rs6000/xcoff.h
@@ -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); \
}