From b5235ba76c616e0e12440894d23c7a387f316b2a Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 7 Jan 2002 16:37:34 -0800 Subject: [PATCH] * config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag. From-SVN: r48618 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/xcoff.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a13b5b2adac..409bc75c032 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-07 Richard Henderson + + * config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag. + 2002-01-07 Jason Merrill * unwind-dw2.c (execute_cfa_program): Use < again. diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 2b3f5b9aeb2..e60f3fe8282 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); \ } -- 2.30.2