Re: [PATCH] selftests/nolibc: add tests for multi-object linkage

From: Willy Tarreau
Date: Thu Oct 12 2023 - 03:06:44 EST


Hi Thomas,

On Thu, Oct 12, 2023 at 01:13:37AM +0200, Thomas Weißschuh wrote:
> While uncommon, nolibc executables can be linked together from multiple
> compilation units.
> Add some tests to make sure everything works in that case.
(...)

Glad you did these two. Your approach is good and it remains easy to
use and should catch next breakage in this area.

> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> ---
> Note:
>
> This depends on path "tools/nolibc: mark start_c as weak".
> https://lore.kernel.org/lkml/20231012-nolibc-start_c-multiple-v1-1-fbfc73e0283f@xxxxxxxxxxxxxx/

For these two patches: Acked-by: Willy Tarreau <w@xxxxxx>

Thanks
Willy