003890
2014-01-15  Pat Haugen  <pthaugen@us.ibm.com>
003890
003890
	* config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
003890
	current procedure should be profiled.
003890
003890
--- gcc/config/rs6000/rs6000.c
003890
+++ gcc/config/rs6000/rs6000.c
003890
@@ -23198,7 +23198,7 @@ rs6000_output_function_prologue (FILE *file,
003890
   /* Output -mprofile-kernel code.  This needs to be done here instead of
003890
      in output_function_profile since it must go after the ELFv2 ABI
003890
      local entry point.  */
003890
-  if (TARGET_PROFILE_KERNEL)
003890
+  if (TARGET_PROFILE_KERNEL && crtl->profile)
003890
     {
003890
       gcc_assert (DEFAULT_ABI == ABI_AIX || DEFAULT_ABI == ABI_ELFv2);
003890
       gcc_assert (!TARGET_32BIT);