diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 87c39b13f29714c103166103c37b74462b27a745..99adeb65c51a43bcc34d5d58bbf1ad0a963fb1bf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-22  Mike Stump  <mrs@apple.com>
+
+	* config/rs6000/darwin.h (PROFILE_HOOK): Reassociate comment with
+	code.
+
 2006-09-22  Richard Guenther  <rguenther@suse.de>
 
 	PR middle-end/28964
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h
index 1b3f71714e281dc5ffaeb22fbb1bef506efad9bf..27b0bfb82f4bc9881371189dc7aaa9e3650c4e9f 100644
--- a/gcc/config/rs6000/darwin.h
+++ b/gcc/config/rs6000/darwin.h
@@ -288,8 +288,6 @@ do {									\
         fprintf (FILE, "\t.align32 %d,0x60000000\n", (LOG));  \
     } while (0)
 
-/* Generate insns to call the profiler.  */
-
 #ifdef HAVE_GAS_MAX_SKIP_P2ALIGN
 /* This is supported in cctools 465 and later.  The macro test
    above prevents using it in earlier build environments.  */
@@ -303,6 +301,8 @@ do {									\
     }
 #endif
 
+/* Generate insns to call the profiler.  */
+
 #define PROFILE_HOOK(LABEL)   output_profile_hook (LABEL)
 
 /* Function name to call to do profiling.  */