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:
parent
cfc74dce2a
commit
a9042bb454
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user