]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/bootstrap/server/src/ARCH-arm/bootstrap.ld.in
update
[l4.git] / l4 / pkg / bootstrap / server / src / ARCH-arm / bootstrap.ld.in
index e536d057483a26b770c3a1943326e1d63f2a47c4..b4ee8d6fd7e9853414b3287117b8f5f6969da072 100644 (file)
@@ -109,13 +109,9 @@ SECTIONS
   . = ALIGN(4096);
   .data.m :
   {
-    _modules_start = .;
-    *(.module.data)
-    . = ALIGN(4096);
-    _modules_end   = .;
-
     . = ALIGN(4096);
     _module_data_start = .;
+    *(EXCLUDE_FILE (*mod00.bin *mod01.bin *mod02.bin) .module_data)
     *(.module_data)
     _module_data_end = .;
 #ifndef SINGLE_SECTION