Re: [PATCH 0/2] selftests/nolibc: add armthumb configuration
From: Willy Tarreau
Date: Sat Mar 01 2025 - 11:33:08 EST
On Sat, Mar 01, 2025 at 12:23:58PM +0100, Thomas Weißschuh wrote:
> While nolibc does support ARM Thumb instructions,
> that support was not tested specifically.
Good idea! In my case (and most likely most users), it actually allows
to test the Arm mode, because I think that the majority of Arm cross
compilers are configured to produce thumb2 code by default since it's
generally faster and quite smaller.
Tested-by: Willy Tarreau <w@xxxxxx>
Willy