diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-17 19:04:26 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-17 19:04:26 +0000 |
commit | 6315601d4bf7c266ff20cf967c950b4295e84bac (patch) | |
tree | 791c8441dae844c6c39736be8e1d4f8b7f3fbdcb /gcc/config/i386/darwin.h | |
parent | 27fcd25be50c10d19f9abc7d8be8e64a73c4c118 (diff) | |
download | gcc-6315601d4bf7c266ff20cf967c950b4295e84bac.tar.gz |
2004-07-17 Andrew Pinski <pinskia@physics.uc.edu>
PR target/16556
* config/i386/darwin.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
Remove white space after the backslash.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84877 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/darwin.h')
-rw-r--r-- | gcc/config/i386/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |