darwin.h (HOT_TEXT_SECTION_NAME): Define.

2004-06-18  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/i386/darwin.h (HOT_TEXT_SECTION_NAME): Define.
        (NORMAL_TEXT_SECTION_NAME): Define.
        (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
        (SECTION_FORMAT_STRING): Define.

From-SVN: r83363
This commit is contained in:
Andrew Pinski 2004-06-18 21:12:22 +00:00 committed by Andrew Pinski
parent cfc74dce2a
commit a9042bb454
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2004-06-18 Andrew Pinski <pinskia@physics.uc.edu>
* config/i386/darwin.h (HOT_TEXT_SECTION_NAME): Define.
(NORMAL_TEXT_SECTION_NAME): Define.
(UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
(SECTION_FORMAT_STRING): Define.
2004-06-18 Steven Bosscher <stevenb@suse.de>
* config/xtensa/xtensa.c

View File

@ -93,6 +93,13 @@ Boston, MA 02111-1307, USA. */
#define LPREFIX "L"
/* 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 \
"__TEXT,__unlikely,regular,pure_instructions"
#define SECTION_FORMAT_STRING ".section %s\n\t.align 2\n"
/* Assembler pseudos to introduce constants of various size. */
#define ASM_BYTE_OP "\t.byte\t"