xcoff.h (HOT_TEXT_SECTION_NAME): Define.
* config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define. (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define. From-SVN: r54110
This commit is contained in:
parent
74c8dc7df9
commit
1086fcb112
@ -1,4 +1,10 @@
|
||||
2002-05-31 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define.
|
||||
(UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
|
||||
|
||||
2002-05-31 Alan Lehotsky <apl@alum.mit.edu>
|
||||
|
||||
* varasm.c (mark_constant_pool): Walk epilogue delay list
|
||||
checking the insn, not the chain for potential constants.
|
||||
|
||||
|
@ -398,6 +398,8 @@ toc_section () \
|
||||
|
||||
/* Output before instructions. */
|
||||
#define TEXT_SECTION_ASM_OP "\t.csect .text[PR]"
|
||||
#define HOT_TEXT_SECTION_NAME ".text.hot[PR]"
|
||||
#define UNLIKELY_EXECUTED_TEXT_SECTION_NAME ".text.unlikely[PR]"
|
||||
|
||||
/* Output before writable data.
|
||||
Align entire section to BIGGEST_ALIGNMENT. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user