aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>2002-05-31 22:01:11 -0400
committerDavid Edelsohn <dje@gcc.gnu.org>2002-05-31 22:01:11 -0400
commitf6b1cfea918071bde1916f3015fcd56ab25aad3a (patch)
tree758538a4590ec1dbb9f8b75fee009e068b25d276 /gcc
parent9bb2ada61fd7f42321c320b6600e0747160dc180 (diff)
downloadgcc-f6b1cfea918071bde1916f3015fcd56ab25aad3a.zip
gcc-f6b1cfea918071bde1916f3015fcd56ab25aad3a.tar.gz
gcc-f6b1cfea918071bde1916f3015fcd56ab25aad3a.tar.bz2
- Sigh, always use default text section name.
From-SVN: r54135
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/xcoff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h
index 4f8dc7b..0f70e8c 100644
--- a/gcc/config/rs6000/xcoff.h
+++ b/gcc/config/rs6000/xcoff.h
@@ -398,8 +398,8 @@ toc_section () \
/* Output before instructions. */
#define TEXT_SECTION_ASM_OP "\t.csect .text[PR]"
-#define HOT_TEXT_SECTION_NAME ".text.hot[PR]"
-#define UNLIKELY_EXECUTED_TEXT_SECTION_NAME ".text.unlikely[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. */