From 1086fcb112aec1039020df73bef8810a99572cc9 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 31 May 2002 17:45:58 +0000 Subject: [PATCH] xcoff.h (HOT_TEXT_SECTION_NAME): Define. * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define. (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define. From-SVN: r54110 --- gcc/ChangeLog | 6 ++++++ gcc/config/rs6000/xcoff.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c963e6a60fc..fca3f2c6041 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,10 @@ +2002-05-31 David Edelsohn + + * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define. + (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define. + 2002-05-31 Alan Lehotsky + * varasm.c (mark_constant_pool): Walk epilogue delay list checking the insn, not the chain for potential constants. diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 45c7054963f..4f8dc7ba0e5 100644 --- a/gcc/config/rs6000/xcoff.h +++ b/gcc/config/rs6000/xcoff.h @@ -398,6 +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]" /* Output before writable data. Align entire section to BIGGEST_ALIGNMENT. */