projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bb2ada
)
- Sigh, always use default text section name.
author
David Edelsohn
<dje@gcc.gnu.org>
Sat, 1 Jun 2002 02:01:11 +0000
(22:01 -0400)
committer
David Edelsohn
<dje@gcc.gnu.org>
Sat, 1 Jun 2002 02:01:11 +0000
(22:01 -0400)
From-SVN: r54135
gcc/config/rs6000/xcoff.h
patch
|
blob
|
history
diff --git
a/gcc/config/rs6000/xcoff.h
b/gcc/config/rs6000/xcoff.h
index 4f8dc7ba0e528710b1c1da3ea445f03eea7d7a54..0f70e8c25b52755c6b76c2e670e026448ed94d69 100644
(file)
--- 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. */