OSDN Git Service

* config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 May 2002 17:45:58 +0000 (17:45 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 May 2002 17:45:58 +0000 (17:45 +0000)
        (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54110 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c963e6a..fca3f2c 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 45c7054..4f8dc7b 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.  */