diff options
Diffstat (limited to 'gcc/config/pa/pa-linux.h')
-rw-r--r-- | gcc/config/pa/pa-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index 49e167cf824..5367fdab6ae 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -99,7 +99,7 @@ Boston, MA 02111-1307, USA. */ fputs("\t.LEVEL 1.1\n", FILE); \ else \ fputs("\t.LEVEL 1.0\n", FILE); \ - if (profile_flag) \ + if (current_function_profile) \ fputs ("\t.IMPORT _mcount, CODE\n", FILE); \ } \ while (0) |