OSDN Git Service

* tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / winnt.c
index b8d2979..b8d6d69 100644 (file)
@@ -414,15 +414,6 @@ i386_pe_section_type_flags (tree decl, const char *name, int reloc)
     flags = SECTION_CODE;
   else if (decl && decl_readonly_section (decl, reloc))
     flags = 0;
-  else if (current_function_decl
-          && cfun
-          && crtl->subsections.unlikely_text_section_name
-          && strcmp (name, crtl->subsections.unlikely_text_section_name) == 0)
-    flags = SECTION_CODE;
-  else if (!decl
-          && (!current_function_decl || !cfun)
-          && strcmp (name, UNLIKELY_EXECUTED_TEXT_SECTION_NAME) == 0)
-    flags = SECTION_CODE;
   else
     {
       flags = SECTION_WRITE;