Commit f6b1cfea by David Edelsohn

- Sigh, always use default text section name.

From-SVN: r54135
parent 9bb2ada6
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment