[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH 1/2] solo5/lds: Use the correct ctor variable



Signed-off-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx>
---
 link64.lds | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/link64.lds b/link64.lds
index 0c151b7..225f57d 100644
--- a/link64.lds
+++ b/link64.lds
@@ -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 */
-- 
2.7.4


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.