xcoff.h (HOT_TEXT_SECTION_NAME): Define.
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 31 May 2002 17:45:58 +0000 (17:45 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 31 May 2002 17:45:58 +0000 (13:45 -0400)
        * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define.
        (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.

From-SVN: r54110

gcc/ChangeLog
gcc/config/rs6000/xcoff.h

index c963e6a60fc7dbbbb213eaab308045ed9a810899..fca3f2c60410c5dc46ab0d86f7c63e87922c5b43 100644 (file)
@@ -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.
        
index 45c7054963f1558d7020ff14d47c6d32f127672d..4f8dc7ba0e528710b1c1da3ea445f03eea7d7a54 100644 (file)
@@ -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.  */