diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/rs6000/xcoff.h | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 962752f..3fafcb6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 24e1300..d032b65 100644 --- a/gcc/config/rs6000/xcoff.h +++ b/gcc/config/rs6000/xcoff.h @@ -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. */ |
