[CMAKE/NTOSKRNL]
[reactos.git] / ntoskrnl / ntoskrnl_i386.lnk
index c759bab..788cda7 100644 (file)
@@ -19,12 +19,6 @@ SECTIONS
      *(.gcc_exc)
      __text_end__ = .;
     *(.gcc_except_table)
-  }
-  init BLOCK(__section_alignment__) :
-  {
-    __init_start__ = . ;
-    *(init)
-    __init_end__ = . ;
   }
    /* The Cygwin32 library uses a section to avoid copying certain data
      on fork.  This used to be named ".data".  The linker used
@@ -101,5 +95,11 @@ SECTIONS
   {
     [ .stabstr ]
   }
+  INIT BLOCK(__section_alignment__) :
+  {
+    __init_start__ = . ;
+    *(INIT)
+    __init_end__ = . ;
+  }
 }