summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/xcoff.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-31 17:45:58 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-31 17:45:58 +0000
commitce7e2f0c6f85aaa9b95a00c5df780120ed859d7f (patch)
treec52238819cd05557d5fd4376ea37818e639a08ad /gcc/config/rs6000/xcoff.h
parente719194da1e2fd34ba321071cfc88d02f9bd9c14 (diff)
downloadgcc-ce7e2f0c6f85aaa9b95a00c5df780120ed859d7f.tar.gz
* config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define.
(UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/xcoff.h')
-rw-r--r--gcc/config/rs6000/xcoff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h
index 45c7054963f..4f8dc7ba0e5 100644
--- a/gcc/config/rs6000/xcoff.h
+++ b/gcc/config/rs6000/xcoff.h
@@ -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. */