diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-05 16:51:00 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-05 16:51:00 +0000 |
commit | a8b5ae7d68162b55056c3077e690e23a03452f8a (patch) | |
tree | a1e30b8f8655dfe20b7652816e95f485011a4822 /gcc/config/rs6000/xcoff.h | |
parent | d555af3886048a12179d8ce29920e699a58ce735 (diff) | |
download | ppe42-gcc-a8b5ae7d68162b55056c3077e690e23a03452f8a.tar.gz ppe42-gcc-a8b5ae7d68162b55056c3077e690e23a03452f8a.zip |
* config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Delete.
(UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56856 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/xcoff.h')
-rw-r--r-- | gcc/config/rs6000/xcoff.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 24e1300c0da..d032b653728 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. */ |