xcoff.h (HOT_TEXT_SECTION_NAME): Delete.

* config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Delete.
        (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Delete.

From-SVN: r56856
This commit is contained in:
David Edelsohn 2002-09-05 16:51:00 +00:00 committed by David Edelsohn
parent 8ef3ea700a
commit dd19d1423e
2 changed files with 5 additions and 2 deletions

View 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

View 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. */