mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 20:54:51 +08:00
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:
parent
8ef3ea700a
commit
dd19d1423e
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user