]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xcoff.h (HOT_TEXT_SECTION_NAME): Delete.
authorDavid Edelsohn <edelsohn@gnu.org>
Thu, 5 Sep 2002 16:51:00 +0000 (16:51 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 5 Sep 2002 16:51:00 +0000 (12:51 -0400)
        * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Delete.
        (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Delete.

From-SVN: r56856

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

index 962752f940e0629e919ee7dbb63b8ee4bf52f29d..3fafcb6b2577fe27adac5f6e7b8a3af03a43cee4 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-05  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Delete.
+       (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Delete.
+
 2002-09-05  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is
index 24e1300c0dad8f76270a2d3c72541992a9dd9475..d032b65372890b3cba9c39086ee1bc166bdfbe37 100644 (file)
@@ -406,8 +406,6 @@ toc_section ()                                              \
 
 /* Output before instructions.  */
 #define TEXT_SECTION_ASM_OP "\t.csect .text[PR]"
-#define HOT_TEXT_SECTION_NAME ".text[PR]"
-#define UNLIKELY_EXECUTED_TEXT_SECTION_NAME ".text[PR]"
 
 /* Output before writable data.
    Align entire section to BIGGEST_ALIGNMENT.  */