From: David Edelsohn Date: Sat, 1 Jun 2002 02:01:11 +0000 (-0400) Subject: - Sigh, always use default text section name. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6b1cfea918071bde1916f3015fcd56ab25aad3a;p=gcc.git - Sigh, always use default text section name. From-SVN: r54135 --- diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 4f8dc7ba0e5..0f70e8c25b5 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. */