From 70026e8af63fb7bde97e3e99b5acc251d0421205 Mon Sep 17 00:00:00 2001 From: mrs Date: Fri, 22 Sep 2006 19:47:53 +0000 Subject: [PATCH] * config/rs6000/darwin.h (PROFILE_HOOK): Reassociate comment with code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117152 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/darwin.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 87c39b1..99adeb6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-09-22 Mike Stump + + * config/rs6000/darwin.h (PROFILE_HOOK): Reassociate comment with + code. + 2006-09-22 Richard Guenther PR middle-end/28964 diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 1b3f717..27b0bfb 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. */ -- 2.7.4