Commit fbbfcaf1 by Iain Sandoe

darwin-sections.def: Remove unused section.


gcc:

	* config/darwin-sections.def: Remove unused section.

From-SVN: r168626
parent d06865bf
2011-01-10 Iain Sandoe <iains@gcc.gnu.org>
* config/darwin-sections.def: Remove unused section.
2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com> 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
PR c++/47218 PR c++/47218
......
...@@ -27,12 +27,9 @@ along with GCC; see the file COPYING3. If not see ...@@ -27,12 +27,9 @@ along with GCC; see the file COPYING3. If not see
Items that might be coalesced by the linker are prevented from participating, Items that might be coalesced by the linker are prevented from participating,
(and those in mergeable sections are disallowed in varasm.c). */ (and those in mergeable sections are disallowed in varasm.c). */
/* .text handled in varasm.c */ /* The .text section is generated in varasm.c */
DEF_SECTION (text_coal_section, SECTION_CODE|SECTION_NO_ANCHOR, DEF_SECTION (text_coal_section, SECTION_CODE|SECTION_NO_ANCHOR,
".section __TEXT,__textcoal_nt,coalesced,pure_instructions", 0) ".section __TEXT,__textcoal_nt,coalesced,pure_instructions", 0)
DEF_SECTION (text_unlikely_coal_section, SECTION_CODE|SECTION_NO_ANCHOR,
".section __TEXT,__text_unlikely_coal,"
"coalesced,pure_instructions", 0)
DEF_SECTION (text_hot_section, SECTION_CODE, DEF_SECTION (text_hot_section, SECTION_CODE,
".section __TEXT,__text_hot,regular,pure_instructions", 0) ".section __TEXT,__text_hot,regular,pure_instructions", 0)
......
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