diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7d4756cc4c4..f90423bd73a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-07-17 Andrew Pinski + + PR target/16556 + * config/i386/darwin.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): + Remove white space after the backslash. + 2004-07-17 Eric Botcazou PR rtl-optimization/16294 diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h index 61d06967a87..b0e2f016bff 100644 --- a/gcc/config/i386/darwin.h +++ b/gcc/config/i386/darwin.h @@ -99,7 +99,7 @@ Boston, MA 02111-1307, USA. */ /* These are used by -fbranch-probabilities */ #define HOT_TEXT_SECTION_NAME "__TEXT,__text,regular,pure_instructions" #define NORMAL_TEXT_SECTION_NAME "__TEXT,__text,regular,pure_instructions" -#define UNLIKELY_EXECUTED_TEXT_SECTION_NAME \ +#define UNLIKELY_EXECUTED_TEXT_SECTION_NAME \ "__TEXT,__unlikely,regular,pure_instructions" #define SECTION_FORMAT_STRING ".section %s\n\t.align 2\n"