]> xenbits.xensource.com Git - unikraft/plats/solo5.git/commitdiff
solo5/lds: Use the correct ctor variable
authorSharan Santhanam <sharan.santhanam@neclab.eu>
Fri, 20 Sep 2019 16:20:33 +0000 (18:20 +0200)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Wed, 25 Sep 2019 09:40:47 +0000 (11:40 +0200)
Signed-off-by: Sharan Santhanam <sharan.santhanam@neclab.eu>
Reviewed-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
link64.lds

index 0c151b7976204250c2130b6bc378cc1a078a0d7a..225f57d08dcb874e901deaf3bb2c9ccf4f2257a3 100644 (file)
@@ -63,8 +63,9 @@ SECTIONS {
     .uk_ctortab :
     {
             KEEP(*(SORT_BY_NAME(.uk_ctortab[0-7])))
-            LONG(0)
     }
+    uk_ctortab_end = .;
+
 
     . = ALIGN(0x1000);
     /* Read-only data */