darwin-sections.def: Remove unused section.
authorIain Sandoe <iains@gcc.gnu.org>
Mon, 10 Jan 2011 08:41:58 +0000 (08:41 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Mon, 10 Jan 2011 08:41:58 +0000 (08:41 +0000)
gcc:

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

From-SVN: r168626

gcc/ChangeLog
gcc/config/darwin-sections.def

index 9953247..12b7efc 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        PR c++/47218
index d615197..62d1d8d 100644 (file)
@@ -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)