]> rtime.felk.cvut.cz Git - jailhouse-test.git/blobdiff - bootstrap-relink/bootstrap32.ld
fiasco: bootstrap: some other sort of tries.
[jailhouse-test.git] / bootstrap-relink / bootstrap32.ld
index 9c192556bf7c6e582decdb3855b8bba2b2fe3028..7c81ccd95537a520ec2592ffe8bb7b4c0c593a70 100644 (file)
@@ -1,7 +1,12 @@
 ENTRY(_start)
 SECTIONS
 {
-  . =  0x00000000;
+  . = 0;
+  .dumpsection :
+  {
+
+  } = 0x00
+  . = 0x01000000;
   _image_start = .;
   .text :
   {
@@ -24,7 +29,6 @@ SECTIONS
   }
 
   /DISCARD/ : {
-    *(.note.gnu.build-id)
     *(.interp)
     *(.comment)
     *(.note)