summaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/rs6000/xcoff.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c963e6a60fc..fca3f2c6041 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
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. */