From fbbfcaf185d23a9e70b5074e1d79d4c95acfdfa4 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Mon, 10 Jan 2011 08:41:58 +0000 Subject: [PATCH] darwin-sections.def: Remove unused section. gcc: * config/darwin-sections.def: Remove unused section. From-SVN: r168626 --- gcc/ChangeLog | 4 ++++ gcc/config/darwin-sections.def | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 99532478c3e..12b7efc5466 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-10 Iain Sandoe + + * config/darwin-sections.def: Remove unused section. + 2011-01-10 Dave Korn PR c++/47218 diff --git a/gcc/config/darwin-sections.def b/gcc/config/darwin-sections.def index d6151977744..62d1d8d44d3 100644 --- a/gcc/config/darwin-sections.def +++ b/gcc/config/darwin-sections.def @@ -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, (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, ".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, ".section __TEXT,__text_hot,regular,pure_instructions", 0) -- 2.30.2