OSDN Git Service

Hot/cold partitioning update patch. The problems that this patch
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / cygming.h
index 6b9c722..cb06820 100644 (file)
@@ -162,6 +162,7 @@ switch_to_section (enum in_section section, tree decl)              \
   switch (section)                                             \
     {                                                          \
       case in_text: text_section (); break;                    \
+      case in_unlikely_text_section: unlikely_text_section (); break; \
       case in_data: data_section (); break;                    \
       case in_readonly_data: readonly_data_section (); break;  \
       case in_named: named_section (decl, NULL, 0); break;     \