diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-08 00:37:34 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-08 00:37:34 +0000 |
| commit | 3cd13a0a86beabcb34d39ae5c4659d5c336ea164 (patch) | |
| tree | 06209065ac77cdcec93396ffa685f8ea24462cd3 | |
| parent | f2c8b8e7ab52f67f6a1d761540df80648b9817a3 (diff) | |
| download | ppe42-gcc-3cd13a0a86beabcb34d39ae5c4659d5c336ea164.tar.gz ppe42-gcc-3cd13a0a86beabcb34d39ae5c4659d5c336ea164.zip | |
* config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48618 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/rs6000/xcoff.h | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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); \ } |

