]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/src/kernel.arm.ld
update
[l4.git] / kernel / fiasco / src / kernel.arm.ld
index c629433889edd0effb162313622322778606d875..3706a6e1068c599f923e4e79ec1cf60ce5f80db7 100644 (file)
@@ -137,6 +137,19 @@ SECTIONS {
     KEEP (*(.ctors.00001))
     __PER_CPU_CTORS_LIST__ = .;
 
+    __PER_CPU_LATE_CTORS_END__ = .;
+    KEEP (*(.ctors.00020))
+    KEEP (*(.ctors.00019))
+    KEEP (*(.ctors.00018))
+    KEEP (*(.ctors.00017))
+    KEEP (*(.ctors.00016))
+    KEEP (*(.ctors.00015))
+    KEEP (*(.ctors.00014))
+    KEEP (*(.ctors.00013))
+    KEEP (*(.ctors.00012))
+    KEEP (*(.ctors.00011))
+    __PER_CPU_LATE_CTORS_LIST__ = .;
+
     __CTOR_END__ = .;
     CONSTRUCTORS
     KEEP (*(.ctors))