]> rtime.felk.cvut.cz Git - l4.git/commitdiff
update
authorl4check <l4check@d050ee49-bd90-4346-b210-929a50b99cfc>
Mon, 2 Aug 2010 19:14:09 +0000 (19:14 +0000)
committerl4check <l4check@d050ee49-bd90-4346-b210-929a50b99cfc>
Mon, 2 Aug 2010 19:14:09 +0000 (19:14 +0000)
git-svn-id: http://svn.tudos.org/repos/oc/tudos/trunk@13 d050ee49-bd90-4346-b210-929a50b99cfc

kernel/fiasco/src/kernel.ia32.ld

index 9f5f783d305bc9e9ef520c688b1d178e6fdc3881..09b49d4a521bd1c12d4e293e733200bba59fc217 100644 (file)
@@ -35,7 +35,7 @@ SECTIONS {
 
   . = _boot_sys_start;
   .text_boot : ALIGN(0x1000) {
-    *(.bootstrap.text)
+    *(.bootstrap.text .bootstrap.text.* .bootstrap.gnu.linkonce.t.*)
   } : btext
   
   . = ALIGN(0x10);