aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2002-05-31 17:45:58 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2002-05-31 13:45:58 -0400
commit1086fcb112aec1039020df73bef8810a99572cc9 (patch)
treec52238819cd05557d5fd4376ea37818e639a08ad /gcc
parent74c8dc7df9ed02d58e0eddec3f4d3c8bdb091ccb (diff)
downloadgcc-1086fcb112aec1039020df73bef8810a99572cc9.zip
gcc-1086fcb112aec1039020df73bef8810a99572cc9.tar.gz
gcc-1086fcb112aec1039020df73bef8810a99572cc9.tar.bz2
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
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 c963e6a..fca3f2c 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 45c7054..4f8dc7b 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. */