diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2004-07-17 19:04:26 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-07-17 12:04:26 -0700 |
commit | ac83f770155974ae069a59d73303eb7f4f19b827 (patch) | |
tree | 791c8441dae844c6c39736be8e1d4f8b7f3fbdcb /gcc/config | |
parent | 46d4fde7e2703ee181389207d7f9541347ab9ec4 (diff) | |
download | gcc-ac83f770155974ae069a59d73303eb7f4f19b827.zip gcc-ac83f770155974ae069a59d73303eb7f4f19b827.tar.gz gcc-ac83f770155974ae069a59d73303eb7f4f19b827.tar.bz2 |
re PR target/16556 (minor cosmetic issue, easy to fix though)
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.
From-SVN: r84877
Diffstat (limited to 'gcc/config')
-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 61d0696..b0e2f01 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" |