From 048c02578d6d3964402918fbefeb8b6bc45b4a11 Mon Sep 17 00:00:00 2001 From: Sharan Santhanam Date: Fri, 20 Sep 2019 18:20:33 +0200 Subject: [PATCH] solo5/lds: Use the correct ctor variable Signed-off-by: Sharan Santhanam Reviewed-by: Simon Kuenzer --- 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.39.5