]> gcc.gnu.org Git - gcc.git/commitdiff
- Sigh, always use default text section name.
authorDavid Edelsohn <dje@gcc.gnu.org>
Sat, 1 Jun 2002 02:01:11 +0000 (22:01 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 1 Jun 2002 02:01:11 +0000 (22:01 -0400)
From-SVN: r54135

gcc/config/rs6000/xcoff.h

index 4f8dc7ba0e528710b1c1da3ea445f03eea7d7a54..0f70e8c25b52755c6b76c2e670e026448ed94d69 100644 (file)
@@ -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.  */
This page took 0.067899 seconds and 5 git commands to generate.