[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 1/2] solo5/lds: Use the correct ctor variable
Thanks a lot for the fix! Reviewed-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> On 20.09.19 18:20, Sharan Santhanam wrote: 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 */ _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |