Add missing processor architecture cases
[reactos.git] / reactos / ntoskrnl / ntoskrnl.dbg.lnk
index 7937f44..a7373a6 100644 (file)
@@ -14,6 +14,10 @@ SECTIONS
      *(.gcc_exc)
     *(.gcc_except_table)
   }
+  /DISCARD/ :
+  {
+    *(init)
+  }
   /* The Cygwin32 library uses a section to avoid copying certain data
      on fork.  This used to be named ".data".  The linker used
      to include this between __data_start__ and __data_end__, but that